Lines Matching defs:stm32_cryp_ctx
114 struct stm32_cryp_ctx {
134 struct stm32_cryp_ctx *ctx;
254 static struct stm32_cryp *stm32_cryp_find_dev(struct stm32_cryp_ctx *ctx)
650 struct stm32_cryp_ctx *ctx = crypto_skcipher_ctx(tfm);
666 struct stm32_cryp_ctx *ctx = crypto_aead_ctx(tfm);
679 struct stm32_cryp_ctx *ctx = crypto_skcipher_ctx(
694 struct stm32_cryp_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req));
709 struct stm32_cryp_ctx *ctx = crypto_skcipher_ctx(tfm);
744 struct stm32_cryp_ctx *ctx = crypto_aead_ctx(tfm);
986 struct stm32_cryp_ctx *ctx;
1083 struct stm32_cryp_ctx *ctx = crypto_skcipher_ctx(
1105 struct stm32_cryp_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req));
1550 .base.cra_ctxsize = sizeof(struct stm32_cryp_ctx),
1567 .base.cra_ctxsize = sizeof(struct stm32_cryp_ctx),
1585 .base.cra_ctxsize = sizeof(struct stm32_cryp_ctx),
1603 .base.cra_ctxsize = sizeof(struct stm32_cryp_ctx),
1620 .base.cra_ctxsize = sizeof(struct stm32_cryp_ctx),
1638 .base.cra_ctxsize = sizeof(struct stm32_cryp_ctx),
1655 .base.cra_ctxsize = sizeof(struct stm32_cryp_ctx),
1685 .cra_ctxsize = sizeof(struct stm32_cryp_ctx),
1705 .cra_ctxsize = sizeof(struct stm32_cryp_ctx),