Searched refs:crypto_aes_expand_key (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/include/crypto/ |
D | aes.h | 38 int crypto_aes_expand_key(struct crypto_aes_ctx *ctx, const u8 *in_key,
|
/Linux-v4.19/arch/arm64/crypto/ |
D | aes-neonbs-glue.c | 80 err = crypto_aes_expand_key(&rk, in_key, key_len); in aesbs_setkey() 139 err = crypto_aes_expand_key(&rk, in_key, key_len); in aesbs_cbc_setkey() 211 err = crypto_aes_expand_key(&ctx->fallback, in_key, key_len); in aesbs_ctr_setkey_sync() 277 err = crypto_aes_expand_key(&rk, in_key + key_len, key_len); in aesbs_xts_setkey()
|
D | ghash-ce-glue.c | 262 ret = crypto_aes_expand_key(&ctx->aes_key, inkey, keylen); in gcm_setkey()
|
D | aes-glue.c | 43 #define aes_expandkey crypto_aes_expand_key
|
/Linux-v4.19/crypto/ |
D | aes_generic.c | 1217 int crypto_aes_expand_key(struct crypto_aes_ctx *ctx, const u8 *in_key, in crypto_aes_expand_key() function 1274 EXPORT_SYMBOL_GPL(crypto_aes_expand_key); 1294 ret = crypto_aes_expand_key(ctx, in_key, key_len); in crypto_aes_set_key()
|
/Linux-v4.19/arch/arm/crypto/ |
D | aes-neonbs-glue.c | 67 err = crypto_aes_expand_key(&rk, in_key, key_len); in aesbs_setkey() 126 err = crypto_aes_expand_key(&rk, in_key, key_len); in aesbs_cbc_setkey()
|
/Linux-v4.19/drivers/crypto/ |
D | padlock-aes.c | 147 if (crypto_aes_expand_key(&gen_aes, in_key, key_len)) { in aes_set_key()
|
/Linux-v4.19/drivers/crypto/marvell/ |
D | cipher.c | 260 ret = crypto_aes_expand_key(&ctx->aes, key, len); in mv_cesa_aes_setkey()
|
/Linux-v4.19/drivers/crypto/inside-secure/ |
D | safexcel_cipher.c | 161 ret = crypto_aes_expand_key(&aes, key, len); in safexcel_skcipher_aes_setkey()
|
/Linux-v4.19/arch/x86/crypto/ |
D | aesni-intel_glue.c | 364 err = crypto_aes_expand_key(ctx, in_key, key_len); in aes_set_key_common()
|