Lines Matching refs:crypto_aes_ctx
117 struct crypto_aes_ctx key1;
118 struct crypto_aes_ctx __aligned(8) key2;
122 struct crypto_aes_ctx key1;
123 struct crypto_aes_ctx __aligned(8) key2;
128 struct crypto_aes_ctx key;
140 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm);
182 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm);
202 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm);
223 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm);
252 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm);
280 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm);
337 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm);
454 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm);
500 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm);
693 .cra_ctxsize = sizeof(struct crypto_aes_ctx),
707 .cra_ctxsize = sizeof(struct crypto_aes_ctx),
722 .cra_ctxsize = sizeof(struct crypto_aes_ctx),
738 .cra_ctxsize = sizeof(struct crypto_aes_ctx),
771 .cra_ctxsize = sizeof(struct crypto_aes_ctx),
877 static void mac_do_update(struct crypto_aes_ctx *ctx, u8 const in[], int blocks,