Searched refs:crypto_aes_expand_key (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/include/crypto/ |
D | aes.h | 37 int crypto_aes_expand_key(struct crypto_aes_ctx *ctx, const u8 *in_key,
|
/linux-4.4.14/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.4.14/arch/arm64/crypto/ |
D | aes-glue.c | 38 #define aes_expandkey crypto_aes_expand_key
|
/linux-4.4.14/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 | 182 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/ |
D | cipher.c | 237 ret = crypto_aes_expand_key(&ctx->aes, key, len); in mv_cesa_aes_setkey()
|
/linux-4.4.14/arch/x86/crypto/ |
D | aesni-intel_glue.c | 318 err = crypto_aes_expand_key(ctx, in_key, key_len); in aes_set_key_common()
|