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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/crypto/
H A Dpadlock-aes.c76 struct aes_ctx { struct
300 static inline struct aes_ctx *aes_ctx_common(void *ctx)
307 return (struct aes_ctx *)ALIGN(addr, align);
310 static inline struct aes_ctx *aes_ctx(struct crypto_tfm *tfm) function
315 static inline struct aes_ctx *blk_aes_ctx(struct crypto_blkcipher *tfm)
323 struct aes_ctx *ctx = aes_ctx(tfm);
445 struct aes_ctx *ctx = aes_ctx(tf
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/crypto/
H A Daes.c77 struct aes_ctx struct
233 struct aes_ctx *ctx = crypto_tfm_ctx(tfm);
306 .cra_ctxsize = sizeof(struct aes_ctx),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Daes.c76 struct aes_ctx { struct
254 struct aes_ctx *ctx = crypto_tfm_ctx(tfm);
324 const struct aes_ctx *ctx = crypto_tfm_ctx(tfm);
379 const struct aes_ctx *ctx = crypto_tfm_ctx(tfm);
425 .cra_ctxsize = sizeof(struct aes_ctx),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/crypto/
H A Daes.c57 struct aes_ctx { struct
386 struct aes_ctx *ctx = crypto_tfm_ctx(tfm);
484 .cra_ctxsize = sizeof(struct aes_ctx),

Completed in 105 milliseconds