/crypto/ |
D | tea.c | 62 const __le32 *in = (const __le32 *)src; in tea_encrypt() local 90 const __le32 *in = (const __le32 *)src; in tea_decrypt() local 135 const __le32 *in = (const __le32 *)src; in xtea_encrypt() local 155 const __le32 *in = (const __le32 *)src; in xtea_decrypt() local 179 const __le32 *in = (const __le32 *)src; in xeta_encrypt() local 199 const __le32 *in = (const __le32 *)src; in xeta_decrypt() local
|
D | sm4_generic.c | 41 static void sm4_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in sm4_encrypt() 50 static void sm4_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in sm4_decrypt()
|
D | aes_ti.c | 20 static void aesti_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in aesti_encrypt() 36 static void aesti_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in aesti_decrypt()
|
D | md5.c | 37 #define MD5STEP(f, w, x, y, z, in, s) \ argument 40 static void md5_transform(__u32 *hash, __u32 const *in) in md5_transform() 210 static int md5_import(struct shash_desc *desc, const void *in) in md5_import()
|
D | twofish_generic.c | 95 static void twofish_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in twofish_encrypt() 130 static void twofish_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in twofish_decrypt()
|
D | ecc.h | 50 static inline void ecc_swap_digits(const void *in, u64 *out, unsigned int ndigits) in ecc_swap_digits()
|
D | aes_generic.c | 1176 static void crypto_aes_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in crypto_aes_encrypt() 1246 static void crypto_aes_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in crypto_aes_decrypt()
|
D | seed.c | 364 static void seed_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in seed_encrypt() 402 static void seed_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in seed_decrypt()
|
D | fips140-module.c | 455 u8 *out, const u8 *in, int *hook_inuse) in fips140_aes_encrypt() 462 u8 *out, const u8 *in, int *hook_inuse) in fips140_aes_decrypt()
|
D | aegis128-neon-inner.c | 246 const void *in = src; in crypto_aegis128_encrypt_chunk_neon() local 292 const void *in = src; in crypto_aegis128_decrypt_chunk_neon() local
|
D | blake2b_generic.c | 126 const u8 *in, unsigned int inlen) in crypto_blake2b_update_generic()
|
D | polyval-generic.c | 108 void polyval_update_non4k(const u8 *key, const u8 *in, in polyval_update_non4k()
|
D | camellia_generic.c | 986 static void camellia_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in camellia_encrypt() 1012 static void camellia_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in camellia_decrypt()
|
D | md4.c | 67 static void md4_transform(u32 *hash, u32 const *in) in md4_transform()
|
D | hmac.c | 90 static int hmac_import(struct shash_desc *pdesc, const void *in) in hmac_import()
|
D | drbg.c | 321 struct list_head *in) in drbg_ctr_bcc() 1697 const struct list_head *in) in drbg_kcapi_hash() 1801 const struct drbg_string *in) in drbg_kcapi_sym()
|
D | rmd160.c | 49 static void rmd160_transform(u32 *state, const __le32 *in) in rmd160_transform()
|
D | shash.c | 243 static int shash_default_import(struct shash_desc *desc, const void *in) in shash_default_import() 360 static int shash_async_import(struct ahash_request *req, const void *in) in shash_async_import()
|
D | sm2.c | 220 unsigned char *in; in sm2_z_digest_update() local
|
D | vmac.c | 435 u8 in[16] = { 0 }; in vmac_setkey() local
|
D | cryptd.c | 617 static int cryptd_hash_import(struct ahash_request *req, const void *in) in cryptd_hash_import()
|
D | ecc.c | 233 static u64 vli_lshift(u64 *result, const u64 *in, unsigned int shift, in vli_lshift()
|
/crypto/asymmetric_keys/ |
D | asym_tpm.c | 445 const void *in, void *out) in tpm_key_encrypt() 505 const void *in, void *out) in tpm_key_decrypt() 629 const void *in, void *out) in tpm_key_sign() 705 const void *in, void *out) in tpm_key_eds_op()
|
D | asymmetric_type.c | 541 const void *in, void *out) in asymmetric_key_eds_op() 565 const void *in, const void *in2) in asymmetric_key_verify_signature()
|
D | public_key.c | 232 const void *in, void *out) in software_key_eds_op()
|