Home
last modified time | relevance | path

Searched defs:in (Results 1 – 23 of 23) sorted by relevance

/crypto/
Dtea.c62 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
Daes_ti.c20 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()
Dsm4_generic.c172 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()
Dmd5.c40 #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()
Dtwofish_generic.c95 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()
Dseed.c364 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()
Daes_generic.c1182 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()
Drmd256.c45 static void rmd256_transform(u32 *state, const __le32 *in) in rmd256_transform()
Drmd128.c45 static void rmd128_transform(u32 *state, const __le32 *in) in rmd128_transform()
Dhmac.c90 static int hmac_import(struct shash_desc *pdesc, const void *in) in hmac_import()
Dmd4.c67 static void md4_transform(u32 *hash, u32 const *in) in md4_transform()
Dcamellia_generic.c997 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()
Ddrbg.c320 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()
Drmd160.c49 static void rmd160_transform(u32 *state, const __le32 *in) in rmd160_transform()
Drmd320.c49 static void rmd320_transform(u32 *state, const __le32 *in) in rmd320_transform()
Dshash.c216 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()
Decc.c222 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()
Dvmac.c434 u8 in[16] = { 0 }; in vmac_setkey() local
Dcryptd.c658 static int cryptd_hash_import(struct ahash_request *req, const void *in) in cryptd_hash_import()
Dtestmgr.c999 const char *in = algname; in build_generic_driver_name() local
/crypto/asymmetric_keys/
Dasym_tpm.c461 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()
Dasymmetric_type.c539 const void *in, void *out) in asymmetric_key_eds_op()
563 const void *in, const void *in2) in asymmetric_key_verify_signature()
Dpublic_key.c164 const void *in, void *out) in software_key_eds_op()