/crypto/ |
D | scatterwalk.c | 18 static inline void memcpy_dir(void *buf, void *sgdata, size_t nbytes, int out) in memcpy_dir() 26 void scatterwalk_copychunks(void *buf, struct scatter_walk *walk, in scatterwalk_copychunks() 55 void scatterwalk_map_and_copy(void *buf, struct scatterlist *sg, in scatterwalk_map_and_copy()
|
D | ecdh_helper.c | 33 int crypto_ecdh_encode_key(char *buf, unsigned int len, in crypto_ecdh_encode_key() 57 int crypto_ecdh_decode_key(const char *buf, unsigned int len, in crypto_ecdh_decode_key()
|
D | dh_helper.c | 40 int crypto_dh_encode_key(char *buf, unsigned int len, const struct dh *params) in crypto_dh_encode_key() 68 int crypto_dh_decode_key(const char *buf, unsigned int len, struct dh *params) in crypto_dh_decode_key()
|
D | ecdh.c | 35 static int ecdh_set_secret(struct crypto_kpp *tfm, const void *buf, in ecdh_set_secret() 71 void *buf; in ecdh_compute_value() local
|
D | aegis128-neon-inner.c | 168 uint8_t buf[AEGIS_BLOCK_SIZE] = {}; in crypto_aegis128_encrypt_chunk_neon() local 200 uint8_t buf[AEGIS_BLOCK_SIZE]; in crypto_aegis128_decrypt_chunk_neon() local
|
D | drbg.c | 282 static inline void drbg_cpu_to_be32(__u32 val, unsigned char *buf) in drbg_cpu_to_be32() 594 unsigned char *buf, unsigned int buflen, in drbg_ctr_generate() 706 unsigned char *buf, in drbg_hmac_generate() 935 unsigned char *buf, in drbg_hash_hashgen() 976 unsigned char *buf, unsigned int buflen, in drbg_hash_generate() 1332 unsigned char *buf, unsigned int buflen, in drbg_generate() 1459 unsigned char *buf, unsigned int buflen, in drbg_generate_long() 1987 unsigned char buf[OUTBUFLEN]; in drbg_healthcheck_sanity() local
|
D | ansi_cprng.c | 52 static void hexdump(char *note, unsigned char *buf, unsigned int len) in hexdump() 180 static int get_prng_bytes(char *buf, size_t nbytes, struct prng_context *ctx, in get_prng_bytes()
|
D | ghash-generic.c | 137 u8 *buf = dctx->buffer; in ghash_final() local
|
D | rng.c | 34 u8 *buf = NULL; in crypto_rng_reset() local
|
D | dh.c | 74 static int dh_set_secret(struct crypto_kpp *tfm, const void *buf, in dh_set_secret()
|
D | streebog_generic.c | 989 struct streebog_uint512 buf = { { 0 } }; in streebog_stage3() local
|
D | shash.c | 93 u8 *buf = PTR_ALIGN(&ubuf[0], alignmask + 1); in shash_update_unaligned() local 135 u8 *buf = PTR_ALIGN(&ubuf[0], alignmask + 1); in shash_final_unaligned() local
|
D | aegis128-core.c | 286 union aegis_block buf; in crypto_aegis128_process_ad() local
|
D | rsa-pkcs1pad.c | 161 static void pkcs1pad_sg_set_buf(struct scatterlist *sg, void *buf, size_t len, in pkcs1pad_sg_set_buf()
|
D | testmgr.c | 143 static void hexdump(unsigned char *buf, unsigned int len) in hexdump() 763 static void mutate_buffer(u8 *buf, size_t count) in mutate_buffer() 787 static void generate_random_bytes(u8 *buf, size_t count) in generate_random_bytes() 3375 unsigned char *buf = kzalloc(test->expectedlen, GFP_KERNEL); in drbg_cavs_test() local
|
D | gcm.c | 79 u8 buf[16]; member
|
/crypto/asymmetric_keys/ |
D | pkcs7_verify.c | 125 int pkcs7_get_digest(struct pkcs7_message *pkcs7, const u8 **buf, u32 *len, in pkcs7_get_digest()
|
D | asym_tpm.c | 334 static inline uint8_t *encode_tag_length(uint8_t *buf, uint8_t tag, in encode_tag_length() 355 static uint32_t derive_pub_key(const void *pub_key, uint32_t len, uint8_t *buf) in derive_pub_key()
|