Searched refs:stm32_cryp_ctx (Results 1 – 1 of 1) sorted by relevance
114 struct stm32_cryp_ctx { struct134 struct stm32_cryp_ctx *ctx; argument259 static struct stm32_cryp *stm32_cryp_find_dev(struct stm32_cryp_ctx *ctx) in stm32_cryp_find_dev()663 struct stm32_cryp_ctx *ctx = crypto_skcipher_ctx(tfm); in stm32_cryp_init_tfm()679 struct stm32_cryp_ctx *ctx = crypto_aead_ctx(tfm); in stm32_cryp_aes_aead_init()692 struct stm32_cryp_ctx *ctx = crypto_skcipher_ctx( in stm32_cryp_crypt()707 struct stm32_cryp_ctx *ctx = crypto_aead_ctx(crypto_aead_reqtfm(req)); in stm32_cryp_aead_crypt()722 struct stm32_cryp_ctx *ctx = crypto_skcipher_ctx(tfm); in stm32_cryp_setkey()757 struct stm32_cryp_ctx *ctx = crypto_aead_ctx(tfm); in stm32_cryp_aes_aead_setkey()999 struct stm32_cryp_ctx *ctx; in stm32_cryp_prepare_req()[all …]