Searched refs:crypto_aes_expand_key (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/crypto/
H A Daes.h37 int crypto_aes_expand_key(struct crypto_aes_ctx *ctx, const u8 *in_key,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dpadlock-aes.c146 if (crypto_aes_expand_key(&gen_aes, in_key, key_len)) {
H A Dmv_cesa.c147 crypto_aes_expand_key(&gen_aes_key, ctx->aes_enc_key, ctx->key_len);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Daes_generic.c1203 * crypto_aes_expand_key - Expands the AES key as described in FIPS-197
1216 int crypto_aes_expand_key(struct crypto_aes_ctx *ctx, const u8 *in_key, function
1269 EXPORT_SYMBOL_GPL(crypto_aes_expand_key); variable
1278 * is set. The function uses crypto_aes_expand_key() to expand the key.
1289 ret = crypto_aes_expand_key(ctx, in_key, key_len);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/crypto/
H A Daesni-intel_glue.c89 err = crypto_aes_expand_key(ctx, in_key, key_len);

Completed in 72 milliseconds