| /lib/ |
| A D | strncpy_from_user.c | 16 #define IS_UNALIGNED(src, dst) 0 argument 18 #define IS_UNALIGNED(src, dst) \ argument 28 static __always_inline long do_strncpy_from_user(char *dst, const char __user *src, in do_strncpy_from_user() 113 long strncpy_from_user(char *dst, const char __user *src, long count) in strncpy_from_user()
|
| A D | iomap_copy.c | 23 const u32 *src = from; in __iowrite32_copy() local 45 const u32 __iomem *src = from; in __ioread32_copy() local 68 const u64 *src = from; in __iowrite64_copy() local
|
| A D | ucs2_string.c | 52 ssize_t ucs2_strscpy(ucs2_char_t *dst, const ucs2_char_t *src, size_t count) in ucs2_strscpy() 107 ucs2_utf8size(const ucs2_char_t *src) in ucs2_utf8size() 135 ucs2_as_utf8(u8 *dest, const ucs2_char_t *src, unsigned long maxlength) in ucs2_as_utf8()
|
| A D | iomem_copy.c | 62 void memcpy_fromio(void *dst, const volatile void __iomem *src, size_t count) in memcpy_fromio() 104 void memcpy_toio(volatile void __iomem *dst, const void *src, size_t count) in memcpy_toio()
|
| A D | base64.c | 32 int base64_encode(const u8 *src, int srclen, char *dst) in base64_encode() 73 int base64_decode(const char *src, int srclen, u8 *dst) in base64_decode()
|
| A D | string.c | 80 char *strcpy(char *dest, const char *src) in strcpy() 92 char *strncpy(char *dest, const char *src, size_t count) in strncpy() 113 ssize_t sized_strscpy(char *dest, const char *src, size_t count) in sized_strscpy() 209 char *stpcpy(char *__restrict__ dest, const char *__restrict__ src) in stpcpy() 218 char *strcat(char *dest, const char *src) in strcat() 232 char *strncat(char *dest, const char *src, size_t count) in strncat() 252 size_t strlcat(char *dest, const char *src, size_t count) in strlcat() 621 void *memcpy(void *dest, const void *src, size_t count) in memcpy() 642 void *memmove(void *dest, const void *src, size_t count) in memmove()
|
| A D | string_helpers.c | 188 static bool unescape_space(char **src, char **dst) in unescape_space() 216 static bool unescape_octal(char **src, char **dst) in unescape_octal() 235 static bool unescape_hex(char **src, char **dst) in unescape_hex() 259 static bool unescape_special(char **src, char **dst) in unescape_special() 323 int string_unescape(char *src, char *dst, size_t size, unsigned int flags) in string_unescape() 577 int string_escape_mem(const char *src, size_t isz, char *dst, size_t osz, in string_escape_mem() 651 char *kstrdup_quotable(const char *src, gfp_t gfp) in kstrdup_quotable() 738 char *kstrdup_and_replace(const char *src, char old, char new, gfp_t gfp) in kstrdup_and_replace() 1003 void memcpy_and_pad(void *dest, size_t dest_len, const void *src, size_t count, in memcpy_and_pad()
|
| A D | decompress_unxz.c | 211 void *memmove(void *dest, const void *src, size_t size) in memmove() 260 long (*flush)(void *src, unsigned long size), in unxz() 407 long (*flush)(void *src, unsigned long size), in __decompress()
|
| /lib/zstd/compress/ |
| A D | zstd_compress_literals.c | 23 static size_t showHexa(const void* src, size_t srcSize) in showHexa() 40 size_t ZSTD_noCompressLiterals (void* dst, size_t dstCapacity, const void* src, size_t srcSize) in ZSTD_noCompressLiterals() 69 static int allBytesIdentical(const void* src, size_t srcSize) in allBytesIdentical() 82 size_t ZSTD_compressRleLiteralsBlock (void* dst, size_t dstCapacity, const void* src, size_t srcSiz… in ZSTD_compressRleLiteralsBlock() 132 const void* src, size_t srcSize, in ZSTD_compressLiterals()
|
| A D | zstd_lazy.c | 1064 const BYTE* const src = tagRow; in ZSTD_row_getMatchMask() local 1787 void const* src, size_t srcSize) in ZSTD_compressBlock_greedy() 1794 void const* src, size_t srcSize) in ZSTD_compressBlock_greedy_dictMatchState() 1801 void const* src, size_t srcSize) in ZSTD_compressBlock_greedy_dedicatedDictSearch() 1808 void const* src, size_t srcSize) in ZSTD_compressBlock_greedy_row() 1815 void const* src, size_t srcSize) in ZSTD_compressBlock_greedy_dictMatchState_row() 1822 void const* src, size_t srcSize) in ZSTD_compressBlock_greedy_dedicatedDictSearch_row() 1831 void const* src, size_t srcSize) in ZSTD_compressBlock_lazy() 1838 void const* src, size_t srcSize) in ZSTD_compressBlock_lazy_dictMatchState() 1845 void const* src, size_t srcSize) in ZSTD_compressBlock_lazy_dedicatedDictSearch() [all …]
|
| /lib/crypto/ |
| A D | chacha20poly1305.c | 55 __chacha20poly1305_encrypt(u8 *dst, const u8 *src, const size_t src_len, in __chacha20poly1305_encrypt() 89 void chacha20poly1305_encrypt(u8 *dst, const u8 *src, const size_t src_len, in chacha20poly1305_encrypt() 112 void xchacha20poly1305_encrypt(u8 *dst, const u8 *src, const size_t src_len, in xchacha20poly1305_encrypt() 126 __chacha20poly1305_decrypt(u8 *dst, const u8 *src, const size_t src_len, in __chacha20poly1305_decrypt() 170 bool chacha20poly1305_decrypt(u8 *dst, const u8 *src, const size_t src_len, in chacha20poly1305_decrypt() 196 bool xchacha20poly1305_decrypt(u8 *dst, const u8 *src, const size_t src_len, in xchacha20poly1305_decrypt() 210 bool chacha20poly1305_crypt_sg_inplace(struct scatterlist *src, in chacha20poly1305_crypt_sg_inplace() 335 bool chacha20poly1305_encrypt_sg_inplace(struct scatterlist *src, size_t src_len, in chacha20poly1305_encrypt_sg_inplace() 345 bool chacha20poly1305_decrypt_sg_inplace(struct scatterlist *src, size_t src_len, in chacha20poly1305_decrypt_sg_inplace()
|
| A D | poly1305.c | 34 const u8 *src, unsigned int len) in poly1305_blocks() 43 const u8 *src, unsigned int nbytes) in poly1305_update()
|
| A D | aesgcm.c | 16 const void *src) in aesgcm_encrypt_block() 63 static void aesgcm_ghash(be128 *ghash, const be128 *key, const void *src, in aesgcm_ghash() 88 static void aesgcm_mac(const struct aesgcm_ctx *ctx, const u8 *src, int src_len, in aesgcm_mac() 107 static void aesgcm_crypt(const struct aesgcm_ctx *ctx, u8 *dst, const u8 *src, in aesgcm_crypt() 147 void aesgcm_encrypt(const struct aesgcm_ctx *ctx, u8 *dst, const u8 *src, in aesgcm_encrypt() 178 const u8 *src, int crypt_len, const u8 *assoc, in aesgcm_decrypt()
|
| A D | aescfb.c | 15 const void *src) in aescfb_encrypt_block() 41 void aescfb_encrypt(const struct crypto_aes_ctx *ctx, u8 *dst, const u8 *src, in aescfb_encrypt() 70 void aescfb_decrypt(const struct crypto_aes_ctx *ctx, u8 *dst, const u8 *src, in aescfb_decrypt()
|
| A D | libchacha.c | 14 void chacha_crypt_generic(struct chacha_state *state, u8 *dst, const u8 *src, in chacha_crypt_generic()
|
| /lib/zstd/ |
| A D | zstd_decompress_module.c | 83 const void *src, size_t src_size) in zstd_decompress_dctx() 90 void *dst, size_t dst_capacity, const void* src, size_t src_size, in zstd_decompress_using_ddict() 127 size_t zstd_find_frame_compressed_size(const void *src, size_t src_size) in zstd_find_frame_compressed_size() 133 size_t zstd_get_frame_header(zstd_frame_header *header, const void *src, in zstd_get_frame_header()
|
| /lib/zstd/decompress/ |
| A D | zstd_decompress.c | 419 size_t ZSTD_frameHeaderSize(const void* src, size_t srcSize) in ZSTD_frameHeaderSize() 594 const void* src, size_t srcSize) in ZSTD_readSkippableFrame() 783 size_t ZSTD_findFrameCompressedSize(const void *src, size_t srcSize) in ZSTD_findFrameCompressedSize() 812 size_t ZSTD_decompressionMargin(void const* src, size_t srcSize) in ZSTD_decompressionMargin() 871 const void* src, size_t srcSize) in ZSTD_copyRawBlock() 1028 const void* src, size_t srcSize, in ZSTD_decompressMultiFrame() 1099 const void* src, size_t srcSize, in ZSTD_decompress_usingDict() 1567 unsigned ZSTD_getDictID_fromFrame(const void* src, size_t srcSize) in ZSTD_getDictID_fromFrame() 1581 const void* src, size_t srcSize, in ZSTD_decompress_usingDDict() 1982 void const* src, size_t srcSize) { in ZSTD_decompressContinueStream() [all …]
|
| /lib/lzo/ |
| A D | lzodefs.h | 22 #define COPY4(dst, src) \ argument 25 #define COPY8(dst, src) \ argument 28 #define COPY8(dst, src) \ argument
|
| /lib/crypto/arm64/ |
| A D | chacha-neon-glue.c | 41 static void chacha_doneon(struct chacha_state *state, u8 *dst, const u8 *src, in chacha_doneon() 77 void chacha_crypt_arch(struct chacha_state *state, u8 *dst, const u8 *src, in chacha_crypt_arch()
|
| /lib/crypto/x86/ |
| A D | chacha_glue.c | 54 static void chacha_dosimd(struct chacha_state *state, u8 *dst, const u8 *src, in chacha_dosimd() 142 void chacha_crypt_arch(struct chacha_state *state, u8 *dst, const u8 *src, in chacha_crypt_arch()
|
| /lib/crypto/powerpc/ |
| A D | chacha-p10-glue.c | 34 static void chacha_p10_do_8x(struct chacha_state *state, u8 *dst, const u8 *src, in chacha_p10_do_8x() 58 void chacha_crypt_arch(struct chacha_state *state, u8 *dst, const u8 *src, in chacha_crypt_arch()
|
| /lib/crypto/arm/ |
| A D | chacha-glue.c | 40 static void chacha_doneon(struct chacha_state *state, u8 *dst, const u8 *src, in chacha_doneon() 80 void chacha_crypt_arch(struct chacha_state *state, u8 *dst, const u8 *src, in chacha_crypt_arch()
|
| /lib/zstd/common/ |
| A D | entropy_common.c | 237 const void* src, size_t srcSize) in HUF_readStats() 246 const void* src, size_t srcSize, in HUF_readStats_body() 312 const void* src, size_t srcSize, in HUF_readStats_body_default() 321 const void* src, size_t srcSize, in HUF_readStats_body_bmi2() 330 const void* src, size_t srcSize, in HUF_readStats_wksp()
|
| /lib/vdso/ |
| A D | getrandom.c | 23 #define MEMCPY_AND_ZERO_SRC(type, dst, src, len) do { \ argument 33 static void memcpy_and_zero_src(void *dst, void *src, size_t len) in memcpy_and_zero_src()
|
| /lib/tests/ |
| A D | fortify_kunit.c | 479 char src[sizeof(pad.buf) + 1] = { }; in fortify_test_strcpy() local 537 char src[] = "Copy me fully into a small buffer and I will overflow!"; in fortify_test_strncpy() local 595 char src[] = "Copy me fully into a small buffer and I will overflow!"; in fortify_test_strscpy() local 653 char src[sizeof(pad.buf) / 2] = { }; in fortify_test_strcat() local 710 char src[sizeof(pad.buf)] = { }; in fortify_test_strncat() local 783 char src[sizeof(pad.buf)] = { }; in fortify_test_strlcat() local 1029 char src[] = "I got Doom running on it!"; in fortify_test_kmemdup() local
|