Searched refs:crypto_aes_expand_key (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/include/crypto/ |
D | aes.h | 37 int crypto_aes_expand_key(struct crypto_aes_ctx *ctx, const u8 *in_key,
|
/linux-4.1.27/crypto/ |
D | aes_generic.c | 1216 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/ |
D | padlock-aes.c | 147 if (crypto_aes_expand_key(&gen_aes, in_key, key_len)) { in aes_set_key()
|
D | mv_cesa.c | 177 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/ |
D | aes-glue.c | 38 #define aes_expandkey crypto_aes_expand_key
|
/linux-4.1.27/arch/x86/crypto/ |
D | aesni-intel_glue.c | 317 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()
|