Home
last modified time | relevance | path

Searched refs:mp_status (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/drivers/crypto/caam/mp/
H A Dcaam_mp.c38 enum caam_status mp_status; /* Indicate the MP status */ member
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()
200 if (mp_privdata.mp_status != CAAM_NO_ERROR) in caam_mp_sign()
201 return caam_status_to_tee_result(mp_privdata.mp_status); in caam_mp_sign()
338 mp_privdata.mp_status = CAAM_NOT_INIT; in caam_mp_init()
343 mp_privdata.mp_status = CAAM_NOT_SUPPORTED; in caam_mp_init()
344 return mp_privdata.mp_status; in caam_mp_init()
348 mp_privdata.mp_status = CAAM_NO_ERROR; in caam_mp_init()
397 mp_privdata.mp_status = CAAM_NO_ERROR; in caam_mp_init()