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);
176 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm);
196 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm);
217 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm);
246 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm);
274 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm);
331 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm);
448 struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm);
486 const struct crypto_aes_ctx *ctx = crypto_skcipher_ctx(tfm);
660 .cra_ctxsize = sizeof(struct crypto_aes_ctx),
675 .cra_ctxsize = sizeof(struct crypto_aes_ctx),
691 .cra_ctxsize = sizeof(struct crypto_aes_ctx),
707 .cra_ctxsize = sizeof(struct crypto_aes_ctx),
742 .cra_ctxsize = sizeof(struct crypto_aes_ctx),
849 static void mac_do_update(struct crypto_aes_ctx *ctx, u8 const in[], int blocks,