Home
last modified time | relevance | path

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

/linux-4.1.27/include/crypto/
Daes.h37 int crypto_aes_expand_key(struct crypto_aes_ctx *ctx, const u8 *in_key,
/linux-4.1.27/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.1.27/drivers/crypto/
Dpadlock-aes.c147 if (crypto_aes_expand_key(&gen_aes, in_key, key_len)) { in aes_set_key()
Dmv_cesa.c177 crypto_aes_expand_key(&gen_aes_key, ctx->aes_enc_key, ctx->key_len); in compute_aes_dec_key()
/linux-4.1.27/arch/arm64/crypto/
Daes-glue.c38 #define aes_expandkey crypto_aes_expand_key
/linux-4.1.27/arch/x86/crypto/
Daesni-intel_glue.c317 err = crypto_aes_expand_key(ctx, in_key, key_len); in aes_set_key_common()
932 ret = crypto_aes_expand_key(&(ctx->aes_key_expanded), in common_rfc4106_set_key()