| /Linux-v5.4/drivers/crypto/nx/ | 
| D | nx-aes-ctr.c | 23 			      const u8          *in_key,  in ctr_aes_nx_set_key()55 				  const u8          *in_key,  in ctr3686_aes_nx_set_key()
 
 | 
| D | nx-aes-gcm.c | 24 			      const u8           *in_key,  in gcm_aes_nx_set_key()63 				  const u8           *in_key,  in gcm4106_aes_nx_set_key()
 
 | 
| D | nx-aes-ccm.c | 24 			      const u8           *in_key,  in ccm_aes_nx_set_key()54 				  const u8           *in_key,  in ccm4309_aes_nx_set_key()
 
 | 
| D | nx-aes-cbc.c | 22 			      const u8          *in_key,  in cbc_aes_nx_set_key()
 | 
| D | nx-aes-ecb.c | 22 			      const u8          *in_key,  in ecb_aes_nx_set_key()
 | 
| D | nx-aes-xcbc.c | 29 			   const u8            *in_key,  in nx_xcbc_set_key()
 | 
| /Linux-v5.4/arch/arm64/crypto/ | 
| D | aes-ce-glue.c | 74 int ce_aes_expandkey(struct crypto_aes_ctx *ctx, const u8 *in_key,  in ce_aes_expandkey()142 int ce_aes_setkey(struct crypto_tfm *tfm, const u8 *in_key,  in ce_aes_setkey()
 
 | 
| D | aes-neonbs-glue.c | 77 static int aesbs_setkey(struct crypto_skcipher *tfm, const u8 *in_key,  in aesbs_setkey()136 static int aesbs_cbc_setkey(struct crypto_skcipher *tfm, const u8 *in_key,  in aesbs_cbc_setkey()
 209 static int aesbs_ctr_setkey_sync(struct crypto_skcipher *tfm, const u8 *in_key,  in aesbs_ctr_setkey_sync()
 269 static int aesbs_xts_setkey(struct crypto_skcipher *tfm, const u8 *in_key,  in aesbs_xts_setkey()
 
 | 
| D | aes-glue.c | 131 static int skcipher_aes_setkey(struct crypto_skcipher *tfm, const u8 *in_key,  in skcipher_aes_setkey()145 				      const u8 *in_key, unsigned int key_len)  in xts_set_key()
 166 					    const u8 *in_key,  in essiv_cbc_set_key()
 790 static int cbcmac_setkey(struct crypto_shash *tfm, const u8 *in_key,  in cbcmac_setkey()
 812 static int cmac_setkey(struct crypto_shash *tfm, const u8 *in_key,  in cmac_setkey()
 836 static int xcbc_setkey(struct crypto_shash *tfm, const u8 *in_key,  in xcbc_setkey()
 
 | 
| /Linux-v5.4/arch/arm/crypto/ | 
| D | aes-neonbs-glue.c | 66 static int aesbs_setkey(struct crypto_skcipher *tfm, const u8 *in_key,  in aesbs_setkey()125 static int aesbs_cbc_setkey(struct crypto_skcipher *tfm, const u8 *in_key,  in aesbs_cbc_setkey()
 201 static int aesbs_ctr_setkey_sync(struct crypto_skcipher *tfm, const u8 *in_key,  in aesbs_ctr_setkey_sync()
 285 static int aesbs_xts_setkey(struct crypto_skcipher *tfm, const u8 *in_key,  in aesbs_xts_setkey()
 
 | 
| D | aes-ce-glue.c | 69 static int ce_aes_expandkey(struct crypto_aes_ctx *ctx, const u8 *in_key,  in ce_aes_expandkey()137 static int ce_aes_setkey(struct crypto_skcipher *tfm, const u8 *in_key,  in ce_aes_setkey()
 156 static int xts_set_key(struct crypto_skcipher *tfm, const u8 *in_key,  in xts_set_key()
 
 | 
| /Linux-v5.4/crypto/ | 
| D | sm4_generic.c | 116 int crypto_sm4_expand_key(struct crypto_sm4_ctx *ctx, const u8 *in_key,  in crypto_sm4_expand_key()156 int crypto_sm4_set_key(struct crypto_tfm *tfm, const u8 *in_key,  in crypto_sm4_set_key()
 
 | 
| D | arc4.c | 16 static int crypto_arc4_setkey(struct crypto_skcipher *tfm, const u8 *in_key,  in crypto_arc4_setkey()
 | 
| D | aes_ti.c | 12 static int aesti_set_key(struct crypto_tfm *tfm, const u8 *in_key,  in aesti_set_key()
 | 
| D | tea.c | 42 static int tea_setkey(struct crypto_tfm *tfm, const u8 *in_key,  in tea_setkey()115 static int xtea_setkey(struct crypto_tfm *tfm, const u8 *in_key,  in xtea_setkey()
 
 | 
| D | khazad.c | 756 static int khazad_setkey(struct crypto_tfm *tfm, const u8 *in_key,  in khazad_setkey()
 | 
| D | anubis.c | 462 static int anubis_setkey(struct crypto_tfm *tfm, const u8 *in_key,  in anubis_setkey()
 | 
| D | seed.c | 327 static int seed_set_key(struct crypto_tfm *tfm, const u8 *in_key,  in seed_set_key()
 | 
| D | cast6_generic.c | 106 int __cast6_setkey(struct cast6_ctx *c, const u8 *in_key,  in __cast6_setkey()
 | 
| D | aes_generic.c | 1135 int crypto_aes_set_key(struct crypto_tfm *tfm, const u8 *in_key,  in crypto_aes_set_key()
 | 
| /Linux-v5.4/lib/crypto/ | 
| D | arc4.c | 13 int arc4_setkey(struct arc4_ctx *ctx, const u8 *in_key, unsigned int key_len)  in arc4_setkey()
 | 
| D | aes.c | 185 int aes_expandkey(struct crypto_aes_ctx *ctx, const u8 *in_key,  in aes_expandkey()
 | 
| /Linux-v5.4/arch/s390/crypto/ | 
| D | paes_s390.c | 142 static int ecb_paes_set_key(struct crypto_tfm *tfm, const u8 *in_key,  in ecb_paes_set_key()261 static int cbc_paes_set_key(struct crypto_tfm *tfm, const u8 *in_key,  in cbc_paes_set_key()
 394 static int xts_paes_set_key(struct crypto_tfm *tfm, const u8 *in_key,  in xts_paes_set_key()
 558 static int ctr_paes_set_key(struct crypto_tfm *tfm, const u8 *in_key,  in ctr_paes_set_key()
 
 | 
| D | aes_s390.c | 71 static int setkey_fallback_cip(struct crypto_tfm *tfm, const u8 *in_key,  in setkey_fallback_cip()90 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key,  in aes_set_key()
 237 static int ecb_aes_set_key(struct crypto_tfm *tfm, const u8 *in_key,  in ecb_aes_set_key()
 352 static int cbc_aes_set_key(struct crypto_tfm *tfm, const u8 *in_key,  in cbc_aes_set_key()
 508 static int xts_aes_set_key(struct crypto_tfm *tfm, const u8 *in_key,  in xts_aes_set_key()
 663 static int ctr_aes_set_key(struct crypto_tfm *tfm, const u8 *in_key,  in ctr_aes_set_key()
 
 | 
| /Linux-v5.4/arch/powerpc/crypto/ | 
| D | aes-spe-glue.c | 89 static int ppc_aes_setkey(struct crypto_tfm *tfm, const u8 *in_key,  in ppc_aes_setkey()121 static int ppc_xts_setkey(struct crypto_tfm *tfm, const u8 *in_key,  in ppc_xts_setkey()
 
 |