Searched refs:starfive_cryp_ctx (Results 1 – 5 of 5) sorted by relevance
| /drivers/crypto/starfive/ |
| A D | jh7110-hash.c | 259 struct starfive_cryp_ctx *ctx = crypto_ahash_ctx(tfm); in starfive_hash_init() 576 .cra_ctxsize = sizeof(struct starfive_cryp_ctx), 605 .cra_ctxsize = sizeof(struct starfive_cryp_ctx), 633 .cra_ctxsize = sizeof(struct starfive_cryp_ctx), 662 .cra_ctxsize = sizeof(struct starfive_cryp_ctx), 690 .cra_ctxsize = sizeof(struct starfive_cryp_ctx), 719 .cra_ctxsize = sizeof(struct starfive_cryp_ctx), 747 .cra_ctxsize = sizeof(struct starfive_cryp_ctx), 776 .cra_ctxsize = sizeof(struct starfive_cryp_ctx), 804 .cra_ctxsize = sizeof(struct starfive_cryp_ctx), [all …]
|
| A D | jh7110-aes.c | 572 struct starfive_cryp_ctx *ctx = in starfive_aes_do_one_req() 641 struct starfive_cryp_ctx *ctx = in starfive_aes_aead_do_one_req() 722 struct starfive_cryp_ctx *ctx = crypto_aead_ctx(tfm); in starfive_aes_aead_init_tfm() 743 struct starfive_cryp_ctx *ctx = crypto_aead_ctx(tfm); in starfive_aes_aead_exit_tfm() 773 struct starfive_cryp_ctx *ctx = in starfive_aes_do_fallback() 810 struct starfive_cryp_ctx *ctx = in starfive_aes_aead_do_fallback() 876 struct starfive_cryp_ctx *ctx = crypto_aead_ctx(tfm); in starfive_aes_aead_setkey() 1029 .cra_ctxsize = sizeof(struct starfive_cryp_ctx), 1052 .cra_ctxsize = sizeof(struct starfive_cryp_ctx), 1075 .cra_ctxsize = sizeof(struct starfive_cryp_ctx), [all …]
|
| A D | jh7110-rsa.c | 36 static inline int starfive_pka_wait_done(struct starfive_cryp_ctx *ctx) in starfive_pka_wait_done() 70 static int starfive_rsa_montgomery_form(struct starfive_cryp_ctx *ctx, in starfive_rsa_montgomery_form() 289 struct starfive_cryp_ctx *ctx = akcipher_tfm_ctx(tfm); in starfive_rsa_enc() 320 struct starfive_cryp_ctx *ctx = akcipher_tfm_ctx(tfm); in starfive_rsa_dec() 454 struct starfive_cryp_ctx *ctx = akcipher_tfm_ctx(tfm); in starfive_rsa_setkey() 505 struct starfive_cryp_ctx *ctx = akcipher_tfm_ctx(tfm); in starfive_rsa_set_pub_key() 518 struct starfive_cryp_ctx *ctx = akcipher_tfm_ctx(tfm); in starfive_rsa_set_priv_key() 530 struct starfive_cryp_ctx *ctx = akcipher_tfm_ctx(tfm); in starfive_rsa_max_size() 540 struct starfive_cryp_ctx *ctx = akcipher_tfm_ctx(tfm); in starfive_rsa_init_tfm() 558 struct starfive_cryp_ctx *ctx = akcipher_tfm_ctx(tfm); in starfive_rsa_exit_tfm() [all …]
|
| A D | jh7110-cryp.h | 161 struct starfive_cryp_ctx { struct 228 struct starfive_cryp_dev *starfive_cryp_find_dev(struct starfive_cryp_ctx *ctx);
|
| A D | jh7110-cryp.c | 37 struct starfive_cryp_dev *starfive_cryp_find_dev(struct starfive_cryp_ctx *ctx) in starfive_cryp_find_dev()
|
Completed in 13 milliseconds