Lines Matching refs:crypto_aes_ctx
111 struct crypto_aes_ctx key1;
112 struct crypto_aes_ctx __aligned(8) key2;
116 struct crypto_aes_ctx key1;
117 struct crypto_aes_ctx __aligned(8) key2;
122 struct crypto_aes_ctx key;
134 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in skcipher_aes_setkey()
176 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_encrypt()
196 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in ecb_decrypt()
217 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_encrypt_walk()
246 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in cbc_decrypt_walk()
274 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in cts_cbc_encrypt()
331 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in cts_cbc_decrypt()
448 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm); in ctr_encrypt()
636 .cra_ctxsize = sizeof(struct crypto_aes_ctx),
650 .cra_ctxsize = sizeof(struct crypto_aes_ctx),
665 .cra_ctxsize = sizeof(struct crypto_aes_ctx),
698 .cra_ctxsize = sizeof(struct crypto_aes_ctx),
804 static void mac_do_update(struct crypto_aes_ctx *ctx, u8 const in[], int blocks, in mac_do_update()