Home
last modified time | relevance | path

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

/linux-4.4.14/include/crypto/
Daes.h37 int crypto_aes_expand_key(struct crypto_aes_ctx *ctx, const u8 *in_key,
/linux-4.4.14/crypto/
Daes_generic.c1216 int crypto_aes_expand_key(struct crypto_aes_ctx *ctx, const u8 *in_key, in crypto_aes_expand_key() function
1269 EXPORT_SYMBOL_GPL(crypto_aes_expand_key);
1289 ret = crypto_aes_expand_key(ctx, in_key, key_len); in crypto_aes_set_key()
/linux-4.4.14/arch/arm64/crypto/
Daes-glue.c38 #define aes_expandkey crypto_aes_expand_key
/linux-4.4.14/drivers/crypto/
Dpadlock-aes.c147 if (crypto_aes_expand_key(&gen_aes, in_key, key_len)) { in aes_set_key()
Dmv_cesa.c182 crypto_aes_expand_key(&gen_aes_key, ctx->aes_enc_key, ctx->key_len); in compute_aes_dec_key()
/linux-4.4.14/drivers/crypto/marvell/
Dcipher.c237 ret = crypto_aes_expand_key(&ctx->aes, key, len); in mv_cesa_aes_setkey()
/linux-4.4.14/arch/x86/crypto/
Daesni-intel_glue.c318 err = crypto_aes_expand_key(ctx, in_key, key_len); in aes_set_key_common()