Home
last modified time | relevance | path

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

12

/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
Dsm4_generic.c41 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()
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()
Dmd5.c37 #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()
Dtwofish_generic.c95 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()
Decc.h50 static inline void ecc_swap_digits(const void *in, u64 *out, unsigned int ndigits) in ecc_swap_digits()
Daes_generic.c1176 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()
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()
Dfips140-module.c455 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()
Daegis128-neon-inner.c246 const void *in = src; in crypto_aegis128_encrypt_chunk_neon() local
292 const void *in = src; in crypto_aegis128_decrypt_chunk_neon() local
Dblake2b_generic.c126 const u8 *in, unsigned int inlen) in crypto_blake2b_update_generic()
Dpolyval-generic.c108 void polyval_update_non4k(const u8 *key, const u8 *in, in polyval_update_non4k()
Dcamellia_generic.c986 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()
Dmd4.c67 static void md4_transform(u32 *hash, u32 const *in) in md4_transform()
Dhmac.c90 static int hmac_import(struct shash_desc *pdesc, const void *in) in hmac_import()
Ddrbg.c321 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()
Drmd160.c49 static void rmd160_transform(u32 *state, const __le32 *in) in rmd160_transform()
Dshash.c243 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()
Dsm2.c220 unsigned char *in; in sm2_z_digest_update() local
Dvmac.c435 u8 in[16] = { 0 }; in vmac_setkey() local
Dcryptd.c617 static int cryptd_hash_import(struct ahash_request *req, const void *in) in cryptd_hash_import()
Decc.c233 static u64 vli_lshift(u64 *result, const u64 *in, unsigned int shift, in vli_lshift()
/crypto/asymmetric_keys/
Dasym_tpm.c445 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()
Dasymmetric_type.c541 const void *in, void *out) in asymmetric_key_eds_op()
565 const void *in, const void *in2) in asymmetric_key_verify_signature()
Dpublic_key.c232 const void *in, void *out) in software_key_eds_op()

12