Searched refs:crypto_aes_ctx (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Daes.h7 void crypto_aes_encrypt_x86(struct crypto_aes_ctx *ctx, u8 *dst,
9 void crypto_aes_decrypt_x86(struct crypto_aes_ctx *ctx, u8 *dst,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/crypto/
H A Daes_glue.c8 asmlinkage void aes_enc_blk(struct crypto_aes_ctx *ctx, u8 *out, const u8 *in);
9 asmlinkage void aes_dec_blk(struct crypto_aes_ctx *ctx, u8 *out, const u8 *in);
11 void crypto_aes_encrypt_x86(struct crypto_aes_ctx *ctx, u8 *dst, const u8 *src)
17 void crypto_aes_decrypt_x86(struct crypto_aes_ctx *ctx, u8 *dst, const u8 *src)
39 .cra_ctxsize = sizeof(struct crypto_aes_ctx),
H A Daesni-intel_glue.c48 asmlinkage int aesni_set_key(struct crypto_aes_ctx *ctx, const u8 *in_key,
50 asmlinkage void aesni_enc(struct crypto_aes_ctx *ctx, u8 *out,
52 asmlinkage void aesni_dec(struct crypto_aes_ctx *ctx, u8 *out,
54 asmlinkage void aesni_ecb_enc(struct crypto_aes_ctx *ctx, u8 *out,
56 asmlinkage void aesni_ecb_dec(struct crypto_aes_ctx *ctx, u8 *out,
58 asmlinkage void aesni_cbc_enc(struct crypto_aes_ctx *ctx, u8 *out,
60 asmlinkage void aesni_cbc_dec(struct crypto_aes_ctx *ctx, u8 *out,
62 asmlinkage void aesni_ctr_enc(struct crypto_aes_ctx *ctx, u8 *out,
65 static inline struct crypto_aes_ctx *aes_ctx(void *raw_ctx)
72 return (struct crypto_aes_ctx *)ALIG
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/crypto/
H A Daes.h24 struct crypto_aes_ctx { struct
37 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/crypto/
H A Daes_generic.c1216 int crypto_aes_expand_key(struct crypto_aes_ctx *ctx, const u8 *in_key,
1279 * &crypto_aes_ctx _must_ be the private data embedded in @tfm which is
1285 struct crypto_aes_ctx *ctx = crypto_tfm_ctx(tfm);
1331 const struct crypto_aes_ctx *ctx = crypto_tfm_ctx(tfm);
1403 const struct crypto_aes_ctx *ctx = crypto_tfm_ctx(tfm);
1448 .cra_ctxsize = sizeof(struct crypto_aes_ctx),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dpadlock-aes.c109 struct crypto_aes_ctx gen_aes;
H A Dmv_cesa.c141 struct crypto_aes_ctx gen_aes_key;

Completed in 61 milliseconds