/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 | 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 | sm4_generic.c | 172 static void sm4_do_crypt(const u32 *rk, u32 *out, const u32 *in) in sm4_do_crypt() 193 void crypto_sm4_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in crypto_sm4_encrypt() 203 void crypto_sm4_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in crypto_sm4_decrypt()
|
D | md5.c | 40 #define MD5STEP(f, w, x, y, z, in, s) \ argument 43 static void md5_transform(__u32 *hash, __u32 const *in) in md5_transform() 213 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() 132 static void twofish_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in twofish_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 | aes_generic.c | 1182 static void crypto_aes_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in crypto_aes_encrypt() 1252 static void crypto_aes_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in crypto_aes_decrypt()
|
D | rmd256.c | 45 static void rmd256_transform(u32 *state, const __le32 *in) in rmd256_transform()
|
D | rmd128.c | 45 static void rmd128_transform(u32 *state, const __le32 *in) in rmd128_transform()
|
D | hmac.c | 90 static int hmac_import(struct shash_desc *pdesc, const void *in) in hmac_import()
|
D | md4.c | 67 static void md4_transform(u32 *hash, u32 const *in) in md4_transform()
|
D | camellia_generic.c | 997 static void camellia_encrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in camellia_encrypt() 1025 static void camellia_decrypt(struct crypto_tfm *tfm, u8 *out, const u8 *in) in camellia_decrypt()
|
D | drbg.c | 320 struct list_head *in) in drbg_ctr_bcc() 1703 const struct list_head *in) in drbg_kcapi_hash() 1807 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 | rmd320.c | 49 static void rmd320_transform(u32 *state, const __le32 *in) in rmd320_transform()
|
D | shash.c | 216 static int shash_default_import(struct shash_desc *desc, const void *in) in shash_default_import() 333 static int shash_async_import(struct ahash_request *req, const void *in) in shash_async_import()
|
D | ecc.c | 222 static u64 vli_lshift(u64 *result, const u64 *in, unsigned int shift, in vli_lshift() 1284 static inline void ecc_swap_digits(const u64 *in, u64 *out, in ecc_swap_digits()
|
D | vmac.c | 434 u8 in[16] = { 0 }; in vmac_setkey() local
|
D | cryptd.c | 658 static int cryptd_hash_import(struct ahash_request *req, const void *in) in cryptd_hash_import()
|
D | testmgr.c | 999 const char *in = algname; in build_generic_driver_name() local
|
/crypto/asymmetric_keys/ |
D | asym_tpm.c | 461 const void *in, void *out) in tpm_key_encrypt() 521 const void *in, void *out) in tpm_key_decrypt() 645 const void *in, void *out) in tpm_key_sign() 722 const void *in, void *out) in tpm_key_eds_op()
|
D | asymmetric_type.c | 539 const void *in, void *out) in asymmetric_key_eds_op() 563 const void *in, const void *in2) in asymmetric_key_verify_signature()
|
D | public_key.c | 164 const void *in, void *out) in software_key_eds_op()
|