Searched refs:aes_ctx (Results 1 - 6 of 6) sorted by relevance

/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.c56 struct aes_ctx { struct
83 static inline struct aes_ctx *aes_ctx_common(void *ctx)
90 return (struct aes_ctx *)ALIGN(addr, align);
93 static inline struct aes_ctx *aes_ctx(struct crypto_tfm *tfm) function
98 static inline struct aes_ctx *blk_aes_ctx(struct crypto_blkcipher *tfm)
106 struct aes_ctx *ctx = aes_ctx(tfm);
299 struct aes_ctx *ctx = aes_ctx(tf
[all...]
/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.c56 struct aes_ctx { struct
83 static inline struct aes_ctx *aes_ctx_common(void *ctx)
90 return (struct aes_ctx *)ALIGN(addr, align);
93 static inline struct aes_ctx *aes_ctx(struct crypto_tfm *tfm) function
98 static inline struct aes_ctx *blk_aes_ctx(struct crypto_blkcipher *tfm)
106 struct aes_ctx *ctx = aes_ctx(tfm);
299 struct aes_ctx *ctx = aes_ctx(tf
[all...]
/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.c65 static inline struct crypto_aes_ctx *aes_ctx(void *raw_ctx) function
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));
154 struct crypto_aes_ctx *ctx = aes_ctx(crypto_tfm_ctx(tfm));
161 struct crypto_aes_ctx *ctx = aes_ctx(crypto_tfm_ctx(tfm));
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));
261 struct crypto_aes_ctx *ctx = aes_ctx(crypto_blkcipher_ctx(desc->tfm));
285 struct crypto_aes_ctx *ctx = aes_ctx(crypto_blkcipher_ct
[all...]
/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.c65 static inline struct crypto_aes_ctx *aes_ctx(void *raw_ctx) function
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));
154 struct crypto_aes_ctx *ctx = aes_ctx(crypto_tfm_ctx(tfm));
161 struct crypto_aes_ctx *ctx = aes_ctx(crypto_tfm_ctx(tfm));
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));
261 struct crypto_aes_ctx *ctx = aes_ctx(crypto_blkcipher_ctx(desc->tfm));
285 struct crypto_aes_ctx *ctx = aes_ctx(crypto_blkcipher_ct
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Daes.c97 struct aes_ctx { struct
276 struct aes_ctx *ctx = ctx_arg;
344 const struct aes_ctx *ctx = ctx_arg;
397 const struct aes_ctx *ctx = ctx_arg;
439 .cra_ctxsize = sizeof(struct aes_ctx),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rtl8192u/ieee80211/
H A Daes.c97 struct aes_ctx { struct
276 struct aes_ctx *ctx = ctx_arg;
344 const struct aes_ctx *ctx = ctx_arg;
397 const struct aes_ctx *ctx = ctx_arg;
439 .cra_ctxsize = sizeof(struct aes_ctx),

Completed in 234 milliseconds