Lines Matching refs:stm32_cryp_ctx
116 struct stm32_cryp_ctx { struct
136 struct stm32_cryp_ctx *ctx; argument
265 static struct stm32_cryp *stm32_cryp_find_dev(struct stm32_cryp_ctx *ctx) in stm32_cryp_find_dev()
690 struct stm32_cryp_ctx *ctx = crypto_tfm_ctx(tfm); in stm32_cryp_cra_init()
706 struct stm32_cryp_ctx *ctx = crypto_aead_ctx(tfm); in stm32_cryp_aes_aead_init()
719 struct stm32_cryp_ctx *ctx = crypto_ablkcipher_ctx( in stm32_cryp_crypt()
734 struct stm32_cryp_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in stm32_cryp_aead_crypt()
749 struct stm32_cryp_ctx *ctx = crypto_ablkcipher_ctx(tfm); in stm32_cryp_setkey()
784 struct stm32_cryp_ctx *ctx = crypto_aead_ctx(tfm); in stm32_cryp_aes_aead_setkey()
914 struct stm32_cryp_ctx *ctx; in stm32_cryp_prepare_req()
1031 struct stm32_cryp_ctx *ctx = crypto_ablkcipher_ctx( in stm32_cryp_cipher_one_req()
1053 struct stm32_cryp_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in stm32_cryp_aead_one_req()
1735 .cra_ctxsize = sizeof(struct stm32_cryp_ctx),
1755 .cra_ctxsize = sizeof(struct stm32_cryp_ctx),
1776 .cra_ctxsize = sizeof(struct stm32_cryp_ctx),
1797 .cra_ctxsize = sizeof(struct stm32_cryp_ctx),
1817 .cra_ctxsize = sizeof(struct stm32_cryp_ctx),
1838 .cra_ctxsize = sizeof(struct stm32_cryp_ctx),
1858 .cra_ctxsize = sizeof(struct stm32_cryp_ctx),
1890 .cra_ctxsize = sizeof(struct stm32_cryp_ctx),
1910 .cra_ctxsize = sizeof(struct stm32_cryp_ctx),