Home
last modified time | relevance | path

Searched refs:crypto_aes_expand_key (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/include/crypto/
Daes.h38 int crypto_aes_expand_key(struct crypto_aes_ctx *ctx, const u8 *in_key,
/Linux-v4.19/arch/arm64/crypto/
Daes-neonbs-glue.c80 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()
Dghash-ce-glue.c262 ret = crypto_aes_expand_key(&ctx->aes_key, inkey, keylen); in gcm_setkey()
Daes-glue.c43 #define aes_expandkey crypto_aes_expand_key
/Linux-v4.19/crypto/
Daes_generic.c1217 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/
Daes-neonbs-glue.c67 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/
Dpadlock-aes.c147 if (crypto_aes_expand_key(&gen_aes, in_key, key_len)) { in aes_set_key()
/Linux-v4.19/drivers/crypto/marvell/
Dcipher.c260 ret = crypto_aes_expand_key(&ctx->aes, key, len); in mv_cesa_aes_setkey()
/Linux-v4.19/drivers/crypto/inside-secure/
Dsafexcel_cipher.c161 ret = crypto_aes_expand_key(&aes, key, len); in safexcel_skcipher_aes_setkey()
/Linux-v4.19/arch/x86/crypto/
Daesni-intel_glue.c364 err = crypto_aes_expand_key(ctx, in_key, key_len); in aes_set_key_common()