Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/caam/mp/
H A Dcaam_mp.c56 MP_TRACE("MP private key generation"); in do_mppriv_gen()
82 MP_TRACE("CAAM Status 0x%08" PRIx32, jobctx.status); in do_mppriv_gen()
98 MP_TRACE("Get MP message"); in caam_mp_export_mpmr()
162 MP_TRACE("MP Public Key generated"); in caam_mp_export_publickey()
170 MP_TRACE("CAAM Status 0x%08" PRIx32, jobctx.status); in caam_mp_export_publickey()
197 MP_TRACE("MP sign operation"); in caam_mp_sign()
217 MP_TRACE("Message reallocation error"); in caam_mp_sign()
230 MP_TRACE("Hash allocation error"); in caam_mp_sign()
305 MP_TRACE("CAAM Status 0x%08" PRIx32, jobctx.status); in caam_mp_sign()
366 MP_TRACE("This curve doesn't exist"); in caam_mp_init()
[all …]
/optee_os/core/drivers/crypto/caam/include/
H A Dcaam_trace.h264 #define MP_TRACE DRV_TRACE macro
268 MP_TRACE("MP Descriptor"); \
280 #define MP_TRACE(...) do { } while (0) macro