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.c43 static inline int starfive_pka_wait_done(struct starfive_cryp_ctx *ctx) in starfive_pka_wait_done()
88 static int starfive_rsa_montgomery_form(struct starfive_cryp_ctx *ctx, in starfive_rsa_montgomery_form()
309 struct starfive_cryp_ctx *ctx = akcipher_tfm_ctx(tfm); in starfive_rsa_enc()
341 struct starfive_cryp_ctx *ctx = akcipher_tfm_ctx(tfm); in starfive_rsa_dec()
475 struct starfive_cryp_ctx *ctx = akcipher_tfm_ctx(tfm); in starfive_rsa_setkey()
526 struct starfive_cryp_ctx *ctx = akcipher_tfm_ctx(tfm); in starfive_rsa_set_pub_key()
539 struct starfive_cryp_ctx *ctx = akcipher_tfm_ctx(tfm); in starfive_rsa_set_priv_key()
551 struct starfive_cryp_ctx *ctx = akcipher_tfm_ctx(tfm); in starfive_rsa_max_size()
561 struct starfive_cryp_ctx *ctx = akcipher_tfm_ctx(tfm); in starfive_rsa_init_tfm()
581 struct starfive_cryp_ctx *ctx = akcipher_tfm_ctx(tfm); in starfive_rsa_exit_tfm()
[all …]
H A Djh7110-cryp.h152 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()