Lines Matching refs:stm32_cryp_ctx
117 struct stm32_cryp_ctx { struct
137 struct stm32_cryp_ctx *ctx; argument
266 static struct stm32_cryp *stm32_cryp_find_dev(struct stm32_cryp_ctx *ctx) in stm32_cryp_find_dev()
695 struct stm32_cryp_ctx *ctx = crypto_skcipher_ctx(tfm); in stm32_cryp_init_tfm()
711 struct stm32_cryp_ctx *ctx = crypto_aead_ctx(tfm); in stm32_cryp_aes_aead_init()
724 struct stm32_cryp_ctx *ctx = crypto_skcipher_ctx( in stm32_cryp_crypt()
739 struct stm32_cryp_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in stm32_cryp_aead_crypt()
754 struct stm32_cryp_ctx *ctx = crypto_skcipher_ctx(tfm); in stm32_cryp_setkey()
789 struct stm32_cryp_ctx *ctx = crypto_aead_ctx(tfm); in stm32_cryp_aes_aead_setkey()
919 struct stm32_cryp_ctx *ctx; in stm32_cryp_prepare_req()
1036 struct stm32_cryp_ctx *ctx = crypto_skcipher_ctx( in stm32_cryp_cipher_one_req()
1058 struct stm32_cryp_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in stm32_cryp_aead_one_req()
1744 .base.cra_ctxsize = sizeof(struct stm32_cryp_ctx),
1761 .base.cra_ctxsize = sizeof(struct stm32_cryp_ctx),
1779 .base.cra_ctxsize = sizeof(struct stm32_cryp_ctx),
1797 .base.cra_ctxsize = sizeof(struct stm32_cryp_ctx),
1814 .base.cra_ctxsize = sizeof(struct stm32_cryp_ctx),
1832 .base.cra_ctxsize = sizeof(struct stm32_cryp_ctx),
1849 .base.cra_ctxsize = sizeof(struct stm32_cryp_ctx),
1879 .cra_ctxsize = sizeof(struct stm32_cryp_ctx),
1899 .cra_ctxsize = sizeof(struct stm32_cryp_ctx),