Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/starfive/
H A Djh7110-hash.c89 struct starfive_cryp_ctx *ctx = param; in starfive_hash_start()
630 .cra_ctxsize = sizeof(struct starfive_cryp_ctx),
660 .cra_ctxsize = sizeof(struct starfive_cryp_ctx),
689 .cra_ctxsize = sizeof(struct starfive_cryp_ctx),
719 .cra_ctxsize = sizeof(struct starfive_cryp_ctx),
748 .cra_ctxsize = sizeof(struct starfive_cryp_ctx),
778 .cra_ctxsize = sizeof(struct starfive_cryp_ctx),
807 .cra_ctxsize = sizeof(struct starfive_cryp_ctx),
837 .cra_ctxsize = sizeof(struct starfive_cryp_ctx),
866 .cra_ctxsize = sizeof(struct starfive_cryp_ctx),
[all …]
H A Djh7110-aes.c464 struct starfive_cryp_ctx *ctx; in starfive_aes_prepare_req()
521 struct starfive_cryp_ctx *ctx = in starfive_aes_do_one_req()
569 struct starfive_cryp_ctx *ctx = in starfive_aes_aead_do_one_req()
623 struct starfive_cryp_ctx *ctx = crypto_aead_ctx(tfm); in starfive_aes_aead_init_tfm()
649 struct starfive_cryp_ctx *ctx = crypto_aead_ctx(tfm); in starfive_aes_aead_exit_tfm()
862 .cra_ctxsize = sizeof(struct starfive_cryp_ctx),
883 .cra_ctxsize = sizeof(struct starfive_cryp_ctx),
904 .cra_ctxsize = sizeof(struct starfive_cryp_ctx),
925 .cra_ctxsize = sizeof(struct starfive_cryp_ctx),
946 .cra_ctxsize = sizeof(struct starfive_cryp_ctx),
[all …]
H A Djh7110-rsa.c42 static inline int starfive_pka_wait_done(struct starfive_cryp_ctx *ctx) in starfive_pka_wait_done()
87 static int starfive_rsa_montgomery_form(struct starfive_cryp_ctx *ctx, in starfive_rsa_montgomery_form()
313 struct starfive_cryp_ctx *ctx = akcipher_tfm_ctx(tfm); in starfive_rsa_enc()
344 struct starfive_cryp_ctx *ctx = akcipher_tfm_ctx(tfm); in starfive_rsa_dec()
478 struct starfive_cryp_ctx *ctx = akcipher_tfm_ctx(tfm); in starfive_rsa_setkey()
529 struct starfive_cryp_ctx *ctx = akcipher_tfm_ctx(tfm); in starfive_rsa_set_pub_key()
542 struct starfive_cryp_ctx *ctx = akcipher_tfm_ctx(tfm); in starfive_rsa_set_priv_key()
554 struct starfive_cryp_ctx *ctx = akcipher_tfm_ctx(tfm); in starfive_rsa_max_size()
564 struct starfive_cryp_ctx *ctx = akcipher_tfm_ctx(tfm); in starfive_rsa_init_tfm()
584 struct starfive_cryp_ctx *ctx = akcipher_tfm_ctx(tfm); in starfive_rsa_exit_tfm()
[all …]
H A Djh7110-cryp.h153 struct starfive_cryp_ctx { struct
223 struct starfive_cryp_dev *starfive_cryp_find_dev(struct starfive_cryp_ctx *ctx);
H A Djh7110-cryp.c37 struct starfive_cryp_dev *starfive_cryp_find_dev(struct starfive_cryp_ctx *ctx) in starfive_cryp_find_dev()