Lines Matching refs:aes_ctx
60 struct aes_ctx {
87 static inline struct aes_ctx *aes_ctx_common(void *ctx)
94 return (struct aes_ctx *)ALIGN(addr, align);
97 static inline struct aes_ctx *aes_ctx(struct crypto_tfm *tfm)
102 static inline struct aes_ctx *skcipher_aes_ctx(struct crypto_skcipher *tfm)
110 struct aes_ctx *ctx = aes_ctx(tfm);
308 struct aes_ctx *ctx = aes_ctx(tfm);
317 struct aes_ctx *ctx = aes_ctx(tfm);
330 .cra_ctxsize = sizeof(struct aes_ctx),
347 struct aes_ctx *ctx = skcipher_aes_ctx(tfm);
372 struct aes_ctx *ctx = skcipher_aes_ctx(tfm);
399 .base.cra_ctxsize = sizeof(struct aes_ctx),
412 struct aes_ctx *ctx = skcipher_aes_ctx(tfm);
439 struct aes_ctx *ctx = skcipher_aes_ctx(tfm);
466 .base.cra_ctxsize = sizeof(struct aes_ctx),