/arch/arm64/crypto/ |
D | aes-ce-glue.c | 79 int ce_aes_expandkey(struct crypto_aes_ctx *ctx, const u8 *in_key, in ce_aes_expandkey() 147 int ce_aes_setkey(struct crypto_tfm *tfm, const u8 *in_key, in ce_aes_setkey()
|
D | aes-neonbs-glue.c | 74 static int aesbs_setkey(struct crypto_skcipher *tfm, const u8 *in_key, in aesbs_setkey() 133 static int aesbs_cbc_setkey(struct crypto_skcipher *tfm, const u8 *in_key, in aesbs_cbc_setkey() 207 static int aesbs_ctr_setkey_sync(struct crypto_skcipher *tfm, const u8 *in_key, in aesbs_ctr_setkey_sync() 268 static int aesbs_xts_setkey(struct crypto_skcipher *tfm, const u8 *in_key, in aesbs_xts_setkey()
|
D | aes-glue.c | 105 static int skcipher_aes_setkey(struct crypto_skcipher *tfm, const u8 *in_key, in skcipher_aes_setkey() 111 static int xts_set_key(struct crypto_skcipher *tfm, const u8 *in_key, in xts_set_key() 391 static int cbcmac_setkey(struct crypto_shash *tfm, const u8 *in_key, in cbcmac_setkey() 413 static int cmac_setkey(struct crypto_shash *tfm, const u8 *in_key, in cmac_setkey() 437 static int xcbc_setkey(struct crypto_shash *tfm, const u8 *in_key, in xcbc_setkey()
|
D | aes-ce-ccm-glue.c | 50 static int ccm_setkey(struct crypto_aead *tfm, const u8 *in_key, in ccm_setkey()
|
/arch/arm/crypto/ |
D | aes-ce-glue.c | 65 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()
|
D | aes-neonbs-glue.c | 60 static int aesbs_setkey(struct crypto_skcipher *tfm, const u8 *in_key, in aesbs_setkey() 119 static int aesbs_cbc_setkey(struct crypto_skcipher *tfm, const u8 *in_key, in aesbs_cbc_setkey() 238 static int aesbs_xts_setkey(struct crypto_skcipher *tfm, const u8 *in_key, in aesbs_xts_setkey()
|
/arch/s390/crypto/ |
D | aes_s390.c | 58 static int setkey_fallback_cip(struct crypto_tfm *tfm, const u8 *in_key, in setkey_fallback_cip() 77 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in aes_set_key() 223 static int ecb_aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in ecb_aes_set_key() 339 static int cbc_aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in cbc_aes_set_key() 494 static int xts_aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in xts_aes_set_key() 650 static int ctr_aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in ctr_aes_set_key()
|
D | paes_s390.c | 82 static int ecb_paes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in ecb_paes_set_key() 181 static int cbc_paes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in cbc_paes_set_key() 289 static int xts_paes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in xts_paes_set_key() 422 static int ctr_paes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in ctr_paes_set_key()
|
/arch/powerpc/crypto/ |
D | aes-spe-glue.c | 94 static int ppc_aes_setkey(struct crypto_tfm *tfm, const u8 *in_key, in ppc_aes_setkey() 126 static int ppc_xts_setkey(struct crypto_tfm *tfm, const u8 *in_key, in ppc_xts_setkey()
|
/arch/sparc/crypto/ |
D | camellia_glue.c | 39 const u32 *in_key = (const u32 *) _in_key; in camellia_set_key() local
|
D | aes_glue.c | 166 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in aes_set_key()
|
/arch/x86/crypto/ |
D | camellia_aesni_avx2_glue.c | 197 static int camellia_setkey(struct crypto_tfm *tfm, const u8 *in_key, in camellia_setkey()
|
D | camellia_aesni_avx_glue.c | 201 static int camellia_setkey(struct crypto_tfm *tfm, const u8 *in_key, in camellia_setkey()
|
D | aesni-intel_glue.c | 304 const u8 *in_key, unsigned int key_len) in aes_set_key_common() 327 static int aes_set_key(struct crypto_tfm *tfm, const u8 *in_key, in aes_set_key()
|
D | camellia_glue.c | 1275 static int camellia_setkey(struct crypto_tfm *tfm, const u8 *in_key, in camellia_setkey()
|