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()
247 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in rsa_edesc_alloc()
367 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in set_rsa_pub_pdb()
412 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in set_rsa_priv_f1_pdb()
458 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in set_rsa_priv_f2_pdb()
535 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in set_rsa_priv_f3_pdb()
627 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in caam_rsa_enc()
670 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in caam_rsa_dec_priv_f1()
703 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in caam_rsa_dec_priv_f2()
736 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in caam_rsa_dec_priv_f3()
769 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in caam_rsa_dec()
872 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in caam_rsa_set_pub_key()
913 static void caam_rsa_set_priv_key_form(struct caam_rsa_ctx *ctx, in caam_rsa_set_priv_key_form()
974 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in caam_rsa_set_priv_key()
1025 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in caam_rsa_max_size()
1033 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in caam_rsa_init_tfm()
1057 struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm); in caam_rsa_exit_tfm()
1081 .cra_ctxsize = sizeof(struct caam_rsa_ctx),