• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/crypto/

Lines Matching refs:crypto_aes_ctx

48 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 *)ALIGN(addr, align);
78 struct crypto_aes_ctx *ctx = aes_ctx(raw_ctx);
107 struct crypto_aes_ctx *ctx = aes_ctx(crypto_tfm_ctx(tfm));
120 struct crypto_aes_ctx *ctx = aes_ctx(crypto_tfm_ctx(tfm));
137 .cra_ctxsize = sizeof(struct crypto_aes_ctx)+AESNI_ALIGN-1,
154 struct crypto_aes_ctx *ctx = aes_ctx(crypto_tfm_ctx(tfm));
161 struct crypto_aes_ctx *ctx = aes_ctx(crypto_tfm_ctx(tfm));
172 .cra_ctxsize = sizeof(struct crypto_aes_ctx)+AESNI_ALIGN-1,
191 struct crypto_aes_ctx *ctx = aes_ctx(crypto_blkcipher_ctx(desc->tfm));
215 struct crypto_aes_ctx *ctx = aes_ctx(crypto_blkcipher_ctx(desc->tfm));
241 .cra_ctxsize = sizeof(struct crypto_aes_ctx)+AESNI_ALIGN-1,
261 struct crypto_aes_ctx *ctx = aes_ctx(crypto_blkcipher_ctx(desc->tfm));
285 struct crypto_aes_ctx *ctx = aes_ctx(crypto_blkcipher_ctx(desc->tfm));
311 .cra_ctxsize = sizeof(struct crypto_aes_ctx)+AESNI_ALIGN-1,
327 static void ctr_crypt_final(struct crypto_aes_ctx *ctx,
346 struct crypto_aes_ctx *ctx = aes_ctx(crypto_blkcipher_ctx(desc->tfm));
376 .cra_ctxsize = sizeof(struct crypto_aes_ctx)+AESNI_ALIGN-1,