Lines Matching refs:crypto_aes_ctx
91 struct crypto_aes_ctx key1;
92 struct crypto_aes_ctx __aligned(8) key2;
96 struct crypto_aes_ctx key;
135 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_encrypt()
155 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_decrypt()
175 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_encrypt()
195 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_decrypt()
215 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in ctr_encrypt()
254 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in ctr_encrypt_sync()
313 .cra_ctxsize = sizeof(struct crypto_aes_ctx),
328 .cra_ctxsize = sizeof(struct crypto_aes_ctx),
344 .cra_ctxsize = sizeof(struct crypto_aes_ctx),
360 .cra_ctxsize = sizeof(struct crypto_aes_ctx),
471 static void mac_do_update(struct crypto_aes_ctx *ctx, u8 const in[], int blocks, in mac_do_update()