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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/crypto/
H A Daes.h37 int crypto_aes_expand_key(struct crypto_aes_ctx *ctx, const u8 *in_key,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/crypto/
H A Daesni-intel_glue.c89 err = crypto_aes_expand_key(ctx, in_key, key_len);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 192 milliseconds