/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 | curve25519-generic.c | 9 static int curve25519_set_secret(struct crypto_kpp *tfm, const void *buf, in curve25519_set_secret() 29 u8 buf[CURVE25519_KEY_SIZE]; in curve25519_compute_value() local
|
D | ecdh_helper.c | 33 int crypto_ecdh_encode_key(char *buf, unsigned int len, in crypto_ecdh_encode_key() 56 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 | 26 static int ecdh_set_secret(struct crypto_kpp *tfm, const void *buf, in ecdh_set_secret() 56 void *buf; in ecdh_compute_value() local
|
D | drbg.c | 283 static inline void drbg_cpu_to_be32(__u32 val, unsigned char *buf) in drbg_cpu_to_be32() 595 unsigned char *buf, unsigned int buflen, in drbg_ctr_generate() 707 unsigned char *buf, in drbg_hmac_generate() 936 unsigned char *buf, in drbg_hash_hashgen() 977 unsigned char *buf, unsigned int buflen, in drbg_hash_generate() 1359 unsigned char *buf, unsigned int buflen, in drbg_generate() 1492 unsigned char *buf, unsigned int buflen, in drbg_generate_long() 1981 unsigned char buf[OUTBUFLEN]; in drbg_healthcheck_sanity() local
|
D | aegis128-neon-inner.c | 245 uint8_t buf[AEGIS_BLOCK_SIZE]; in crypto_aegis128_encrypt_chunk_neon() local 291 uint8_t buf[AEGIS_BLOCK_SIZE]; in crypto_aegis128_decrypt_chunk_neon() local
|
D | ansi_cprng.c | 53 static void hexdump(char *note, unsigned char *buf, unsigned int len) in hexdump() 181 static int get_prng_bytes(char *buf, size_t nbytes, struct prng_context *ctx, in get_prng_bytes()
|
D | ghash-generic.c | 135 u8 *buf = dctx->buffer; in ghash_final() local
|
D | rng.c | 34 u8 *buf = NULL; in crypto_rng_reset() local
|
D | dh.c | 75 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 | 104 u8 *buf = PTR_ALIGN(&ubuf[0], alignmask + 1); in shash_update_unaligned() local 146 u8 *buf = PTR_ALIGN(&ubuf[0], alignmask + 1); in shash_final_unaligned() local
|
D | testmgr.c | 161 static void hexdump(unsigned char *buf, unsigned int len) in hexdump() 836 static void flip_random_bit(u8 *buf, size_t size) in flip_random_bit() 845 static void flip_random_byte(u8 *buf, size_t size) in flip_random_byte() 851 static void mutate_buffer(u8 *buf, size_t size) in mutate_buffer() 872 static void generate_random_bytes(u8 *buf, size_t count) in generate_random_bytes() 3645 unsigned char *buf = kzalloc(test->expectedlen, GFP_KERNEL); in drbg_cavs_test() local
|
D | sm2.c | 137 unsigned char *buf; in sm2_ecc_os2ec() local
|
D | aegis128-core.c | 282 union aegis_block buf; in crypto_aegis128_process_ad() local
|
D | rsa-pkcs1pad.c | 162 static void pkcs1pad_sg_set_buf(struct scatterlist *sg, void *buf, size_t len, in pkcs1pad_sg_set_buf()
|
D | gcm.c | 78 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 | 318 static inline uint8_t *encode_tag_length(uint8_t *buf, uint8_t tag, in encode_tag_length() 339 static uint32_t derive_pub_key(const void *pub_key, uint32_t len, uint8_t *buf) in derive_pub_key()
|
D | public_key.c | 385 char *buf, *ptr; in public_key_verify_signature() local
|