Lines Matching refs:crypto_aes_ctx
53 static int num_rounds(struct crypto_aes_ctx *ctx) in num_rounds()
65 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()
152 struct crypto_aes_ctx key1;
153 struct crypto_aes_ctx __aligned(8) key2;
180 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_encrypt()
200 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_decrypt()
220 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_encrypt()
241 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_decrypt()
262 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in ctr_encrypt()
347 .cra_ctxsize = sizeof(struct crypto_aes_ctx),
362 .cra_ctxsize = sizeof(struct crypto_aes_ctx),
378 .cra_ctxsize = sizeof(struct crypto_aes_ctx),