Searched refs:mp_privdata (Results 1 – 1 of 1) sorted by relevance
34 static struct mp_privdata { struct39 } mp_privdata; argument66 caam_desc_add_word(desc, PROT_MP_CURVE(mp_privdata.curve)); in do_mppriv_gen()100 ret = caam_hal_ctrl_read_mpmr(mp_privdata.ctrl_addr, &caam_mpmr); in caam_mp_export_mpmr()117 if (mp_privdata.mp_status != CAAM_NO_ERROR) in caam_mp_export_publickey()118 return caam_status_to_tee_result(mp_privdata.mp_status); in caam_mp_export_publickey()124 if (*size < 2 * mp_privdata.sec_size) { in caam_mp_export_publickey()125 *size = 2 * mp_privdata.sec_size; in caam_mp_export_publickey()130 2 * mp_privdata.sec_size); in caam_mp_export_publickey()146 PROT_MP_CURVE(mp_privdata.curve) | pdb_sgt_flag); in caam_mp_export_publickey()[all …]