Lines Matching refs:crypto_aes_ctx
57 static int num_rounds(struct crypto_aes_ctx *ctx) in num_rounds()
69 static int ce_aes_expandkey(struct crypto_aes_ctx *ctx, const u8 *in_key, in ce_aes_expandkey()
140 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in ce_aes_setkey()
146 struct crypto_aes_ctx key1;
147 struct crypto_aes_ctx __aligned(8) key2;
170 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_encrypt()
190 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_decrypt()
211 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_encrypt_walk()
241 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_decrypt_walk()
270 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in cts_cbc_encrypt()
328 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in cts_cbc_decrypt()
386 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in ctr_encrypt()
423 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in ctr_encrypt_one()
594 .base.cra_ctxsize = sizeof(struct crypto_aes_ctx),
608 .base.cra_ctxsize = sizeof(struct crypto_aes_ctx),
623 .base.cra_ctxsize = sizeof(struct crypto_aes_ctx),
639 .base.cra_ctxsize = sizeof(struct crypto_aes_ctx),
654 .base.cra_ctxsize = sizeof(struct crypto_aes_ctx),