Lines Matching defs:stm32_cryp_ctx
160 struct stm32_cryp_ctx {
179 struct stm32_cryp_ctx *ctx;
317 static struct stm32_cryp *stm32_cryp_find_dev(struct stm32_cryp_ctx *ctx)
848 struct stm32_cryp_ctx *ctx = crypto_skcipher_ctx(
863 struct stm32_cryp_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req));
878 struct stm32_cryp_ctx *ctx = crypto_skcipher_ctx(tfm);
913 struct stm32_cryp_ctx *ctx = crypto_aead_ctx(tfm);
1155 struct stm32_cryp_ctx *ctx;
1239 struct stm32_cryp_ctx *ctx = crypto_skcipher_ctx(
1254 struct stm32_cryp_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req));
1691 .base.cra_ctxsize = sizeof(struct stm32_cryp_ctx),
1713 .base.cra_ctxsize = sizeof(struct stm32_cryp_ctx),
1736 .base.cra_ctxsize = sizeof(struct stm32_cryp_ctx),
1759 .base.cra_ctxsize = sizeof(struct stm32_cryp_ctx),
1781 .base.cra_ctxsize = sizeof(struct stm32_cryp_ctx),
1804 .base.cra_ctxsize = sizeof(struct stm32_cryp_ctx),
1826 .base.cra_ctxsize = sizeof(struct stm32_cryp_ctx),
1860 .cra_ctxsize = sizeof(struct stm32_cryp_ctx),
1883 .cra_ctxsize = sizeof(struct stm32_cryp_ctx),