Lines Matching refs:caam_rsa_ctx
60 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in rsa_pub_unmap()
72 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in rsa_priv_f1_unmap()
84 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in rsa_priv_f2_unmap()
101 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in rsa_priv_f3_unmap()
152 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in rsa_priv_f_done()
244 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in rsa_edesc_alloc()
373 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in akcipher_do_one_req()
398 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in set_rsa_pub_pdb()
443 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in set_rsa_priv_f1_pdb()
490 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in set_rsa_priv_f2_pdb()
567 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in set_rsa_priv_f3_pdb()
663 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in akcipher_enqueue_req()
706 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in caam_rsa_enc()
745 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in caam_rsa_dec_priv_f1()
774 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in caam_rsa_dec_priv_f2()
803 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in caam_rsa_dec_priv_f3()
832 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in caam_rsa_dec()
935 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in caam_rsa_set_pub_key()
976 static void caam_rsa_set_priv_key_form(struct caam_rsa_ctx *ctx, in caam_rsa_set_priv_key_form()
1037 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in caam_rsa_set_priv_key()
1088 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in caam_rsa_max_size()
1096 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in caam_rsa_init_tfm()
1122 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in caam_rsa_exit_tfm()
1146 .cra_ctxsize = sizeof(struct caam_rsa_ctx),