Searched defs:buf (Results 1 – 10 of 10) sorted by relevance
/crypto/ |
D | scatterwalk.c | 25 static inline void memcpy_dir(void *buf, void *sgdata, size_t nbytes, int out) in memcpy_dir() 77 void scatterwalk_copychunks(void *buf, struct scatter_walk *walk, in scatterwalk_copychunks() 104 void scatterwalk_map_and_copy(void *buf, struct scatterlist *sg, in scatterwalk_map_and_copy()
|
D | md5.c | 28 static inline void le32_to_cpu_array(u32 *buf, unsigned int words) in le32_to_cpu_array() 36 static inline void cpu_to_le32_array(u32 *buf, unsigned int words) in cpu_to_le32_array()
|
D | drbg.c | 242 const unsigned char *buf) in drbg_fips_continuous_test() 277 static inline void drbg_cpu_to_be32(__u32 val, unsigned char *buf) in drbg_cpu_to_be32() 614 unsigned char *buf, unsigned int buflen, in drbg_ctr_generate() 739 unsigned char *buf, in drbg_hmac_generate() 936 unsigned char *buf, in drbg_hash_hashgen() 985 unsigned char *buf, unsigned int buflen, in drbg_hash_generate() 1289 unsigned char *buf, unsigned int buflen, in drbg_generate() 1440 unsigned char *buf, unsigned int buflen, in drbg_generate_long() 1822 unsigned char buf[OUTBUFLEN]; in drbg_healthcheck_sanity() local
|
D | md4.c | 68 static inline void le32_to_cpu_array(u32 *buf, unsigned int words) in le32_to_cpu_array() 76 static inline void cpu_to_le32_array(u32 *buf, unsigned int words) in cpu_to_le32_array()
|
D | ansi_cprng.c | 60 static void hexdump(char *note, unsigned char *buf, unsigned int len) in hexdump() 188 static int get_prng_bytes(char *buf, size_t nbytes, struct prng_context *ctx, in get_prng_bytes()
|
D | rng.c | 34 u8 *buf = NULL; in rngapi_reset() local
|
D | ghash-generic.c | 123 u8 *buf = dctx->buffer; in ghash_final() local
|
D | salsa20_generic.c | 142 u8 buf[64]; in salsa20_encrypt_bytes() local
|
D | shash.c | 85 u8 *buf = PTR_ALIGN(&ubuf[0], alignmask + 1); in shash_update_unaligned() local 121 u8 *buf = PTR_ALIGN(&ubuf[0], alignmask + 1); in shash_final_unaligned() local
|
D | testmgr.c | 136 static void hexdump(unsigned char *buf, unsigned int len) in hexdump() 1736 unsigned char *buf = kzalloc(test->expectedlen, GFP_KERNEL); in drbg_cavs_test() local
|