Home
last modified time | relevance | path

Searched refs:starfive_cryp_dev (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/crypto/starfive/
H A Djh7110-aes.c88 struct starfive_cryp_dev *cryp = ctx->cryp; in starfive_aes_aead_hw_start()
108 struct starfive_cryp_dev *cryp = ctx->cryp; in starfive_aes_set_ivlen()
118 struct starfive_cryp_dev *cryp = ctx->cryp; in starfive_aes_set_alen()
126 struct starfive_cryp_dev *cryp = ctx->cryp; in starfive_aes_set_mlen()
143 struct starfive_cryp_dev *cryp = ctx->cryp; in starfive_aes_write_iv()
171 struct starfive_cryp_dev *cryp = ctx->cryp; in starfive_aes_write_nonce()
181 struct starfive_cryp_dev *cryp = ctx->cryp; in starfive_aes_write_key()
209 struct starfive_cryp_dev *cryp = ctx->cryp; in starfive_aes_ccm_init()
237 struct starfive_cryp_dev *cryp = ctx->cryp; in starfive_aes_hw_init()
365 struct starfive_cryp_dev *cryp = (struct starfive_cryp_dev *)param; in starfive_aes_done_task()
[all …]
H A Djh7110-cryp.c37 struct starfive_cryp_dev *starfive_cryp_find_dev(struct starfive_cryp_ctx *ctx) in starfive_cryp_find_dev()
39 struct starfive_cryp_dev *cryp = NULL, *tmp; in starfive_cryp_find_dev()
64 static int starfive_dma_init(struct starfive_cryp_dev *cryp) in starfive_dma_init()
86 static void starfive_dma_cleanup(struct starfive_cryp_dev *cryp) in starfive_dma_cleanup()
96 struct starfive_cryp_dev *cryp = (struct starfive_cryp_dev *)priv; in starfive_cryp_irq()
123 struct starfive_cryp_dev *cryp; in starfive_cryp_probe()
238 struct starfive_cryp_dev *cryp = platform_get_drvdata(pdev); in starfive_cryp_remove()
H A Djh7110-cryp.h153 struct starfive_cryp_dev *cryp;
166 struct starfive_cryp_dev { struct
223 struct starfive_cryp_dev *starfive_cryp_find_dev(struct starfive_cryp_ctx *ctx); argument
H A Djh7110-hash.c41 struct starfive_cryp_dev *cryp = ctx->cryp; in starfive_hash_wait_busy()
50 struct starfive_cryp_dev *cryp = ctx->cryp; in starfive_hash_wait_key_done()
60 struct starfive_cryp_dev *cryp = ctx->cryp; in starfive_hash_hmac_key()
91 struct starfive_cryp_dev *cryp = ctx->cryp; in starfive_hash_start()
116 struct starfive_cryp_dev *cryp = ctx->cryp; in starfive_hash_xmit_dma()
171 struct starfive_cryp_dev *cryp = ctx->cryp; in starfive_hash_xmit()
219 struct starfive_cryp_dev *cryp = (struct starfive_cryp_dev *)param; in starfive_hash_done_task()
263 struct starfive_cryp_dev *cryp = ctx->cryp; in starfive_hash_one_request()
360 struct starfive_cryp_dev *cryp = ctx->cryp; in starfive_hash_digest()
H A Djh7110-rsa.c45 struct starfive_cryp_dev *cryp = ctx->cryp; in starfive_pka_wait_done()
53 struct starfive_cryp_dev *cryp = ctx->cryp; in starfive_pka_irq_mask_clear()
92 struct starfive_cryp_dev *cryp = ctx->cryp; in starfive_rsa_montgomery_form()
193 struct starfive_cryp_dev *cryp = ctx->cryp; in starfive_rsa_cpu_start()
274 struct starfive_cryp_dev *cryp = ctx->cryp; in starfive_rsa_enc_core()
310 struct starfive_cryp_dev *cryp = ctx->cryp; in starfive_rsa_enc()
342 struct starfive_cryp_dev *cryp = ctx->cryp; in starfive_rsa_dec()