/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | checksum.h | 46 __wsum csum_and_copy_from_user(const void __user *src, void *dst, int len) in csum_and_copy_from_user() argument
|
/kernel/linux/linux-5.10/crypto/ |
H A D | fcrypt.c | 236 static void fcrypt_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in fcrypt_encrypt() argument 268 static void fcrypt_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in fcrypt_decrypt() argument
|
H A D | ghash-generic.c | 78 ghash_update(struct shash_desc *desc, const u8 *src, unsigned int srclen) ghash_update() argument
|
H A D | sha3_generic.c | 180 const u8 *src; in crypto_sha3_update() local
|
/kernel/linux/linux-5.10/arch/arm64/crypto/ |
H A D | aes-ce-glue.c | 46 static void aes_cipher_encrypt(struct crypto_tfm *tfm, u8 dst[], u8 const src[]) in aes_cipher_encrypt() argument 60 static void aes_cipher_decrypt(struct crypto_tfm *tfm, u8 dst[], u8 const src[]) in aes_cipher_decrypt() argument
|
H A D | poly1305-glue.c | 50 static void neon_poly1305_blocks(struct poly1305_desc_ctx *dctx, const u8 *src, in neon_poly1305_blocks() argument 81 neon_poly1305_do_update(struct poly1305_desc_ctx *dctx, const u8 *src, u32 len, bool do_neon) neon_poly1305_do_update() argument 111 neon_poly1305_update(struct shash_desc *desc, const u8 *src, unsigned int srclen) neon_poly1305_update() argument 125 poly1305_update_arch(struct poly1305_desc_ctx *dctx, const u8 *src, unsigned int nbytes) poly1305_update_arch() argument [all...] |
H A D | sha256-glue.c | 29 static void __sha256_block_data_order(struct sha256_state *sst, u8 const *src, in __sha256_block_data_order() argument 38 static void __sha256_block_neon(struct sha256_state *sst, u8 const *src, in __sha256_block_neon() argument
|
H A D | sha2-ce-glue.c | 36 static void __sha2_ce_transform(struct sha256_state *sst, u8 const *src, in __sha2_ce_transform() argument 58 static void __sha256_block_data_order(struct sha256_state *sst, u8 const *src, in __sha256_block_data_order() argument
|
H A D | sha1-ce-glue.c | 35 static void __sha1_ce_transform(struct sha1_state *sst, u8 const *src, in __sha1_ce_transform() argument
|
H A D | chacha-neon-glue.c | 42 static void chacha_doneon(u32 *state, u8 *dst, const u8 *src, in chacha_doneon() argument 83 void chacha_crypt_arch(u32 *state, u8 *dst, const u8 *src, unsigned int bytes, in chacha_crypt_arch() argument [all...] |
/kernel/linux/linux-5.10/arch/x86/lib/ |
H A D | string_32.c | 18 char *strcpy(char *dest, const char *src) in strcpy() argument 33 char *strncpy(char *dest, const char *src, size_t count) in strncpy() argument 53 char *strcat(char *dest, const char *src) in strcat() argument 71 char *strncat(char *dest, const char *src, size_t count) in strncat() argument
|
H A D | usercopy_64.c | 87 long __copy_user_flushcache(void *dst, const void __user *src, unsigned size) in __copy_user_flushcache() argument
|
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
H A D | kmap.h | 46 static inline void memcpy_fromio(void *dst, const volatile void __iomem *src, in memcpy_fromio() argument 53 static inline void memcpy_toio(volatile void __iomem *dst, const void *src, in memcpy_toio() argument
|
H A D | string.h | 25 static inline char *strncpy(char *dest, const char *src, size_t n) in strncpy() argument
|
/kernel/linux/linux-5.10/arch/microblaze/kernel/ |
H A D | setup.c | 92 unsigned long *src, *dst; in machine_early_init() local
|
/kernel/linux/linux-5.10/arch/arm/crypto/ |
H A D | poly1305-glue.c | 26 void __weak poly1305_blocks_neon(void *state, const u8 *src, u32 len, u32 hibit) in poly1305_blocks_neon() argument 54 static void arm_poly1305_blocks(struct poly1305_desc_ctx *dctx, const u8 *src, in arm_poly1305_blocks() argument 85 arm_poly1305_do_update(struct poly1305_desc_ctx *dctx, const u8 *src, u32 len, bool do_neon) arm_poly1305_do_update() argument 115 arm_poly1305_update(struct shash_desc *desc, const u8 *src, unsigned int srclen) arm_poly1305_update() argument 124 arm_poly1305_update_neon(struct shash_desc *desc, const u8 *src, unsigned int srclen) arm_poly1305_update_neon() argument 139 poly1305_update_arch(struct poly1305_desc_ctx *dctx, const u8 *src, unsigned int nbytes) poly1305_update_arch() argument [all...] |
/kernel/linux/linux-5.10/arch/ia64/mm/ |
H A D | contig.c | 57 void *src = cpu == 0 ? cpu0_data : __phys_per_cpu_start; in per_cpu_init() local
|
/kernel/linux/linux-5.10/arch/alpha/boot/ |
H A D | bootp.c | 111 load(unsigned long dst, unsigned long src, unsigned long count) in load() argument
|
/kernel/linux/linux-5.10/arch/arm64/lib/ |
H A D | csum.c | 136 __uint128_t src, dst; in csum_ipv6_magic() local
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | checksum.h | 42 __wsum csum_and_copy_from_user(const void __user *src, void *dst, int len) in csum_and_copy_from_user() argument 55 __wsum csum_and_copy_to_user(const void *src, void __user *dst, int len) in csum_and_copy_to_user() argument 69 static inline __wsum csum_partial_copy_nocheck(const void *src, void *dst, int len) in csum_partial_copy_nocheck() argument [all...] |
/kernel/linux/linux-5.10/arch/mips/pic32/pic32mzda/ |
H A D | init.c | 73 char *src; in pic32_init_cmdline() local
|
/kernel/linux/linux-5.10/arch/powerpc/crypto/ |
H A D | sha1-spe-glue.c | 79 const u8 *src = data; in ppc_spe_sha1_update() local
|
H A D | md5-glue.c | 49 const u8 *src = data; in ppc_md5_update() local 79 const u8 *src = (const u8 *)sctx->block; in ppc_md5_final() local [all...] |
H A D | sha1.c | 41 const u8 *src; in powerpc_sha1_update() local
|
/kernel/linux/linux-5.10/arch/parisc/lib/ |
H A D | lusercopy.S | 140 src = arg1 define [all...] |