Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/caam/blob/
H A Dcaam_dek.c54 BLOB_TRACE("Secure memory allocation error 0x%" PRIx32, ret); in caam_dek_generate()
81 BLOB_TRACE("CAAM Context Descriptor Allocation error"); in caam_dek_generate()
105 BLOB_TRACE("CAAM Status 0x%08" PRIx32 "", jobctx.status); in caam_dek_generate()
111 BLOB_TRACE("Done CAAM BLOB from Secure Memory encaps"); in caam_dek_generate()
H A Dcaam_blob.c55 BLOB_TRACE("JR return code: %#"PRIx32, res); in caam_blob_mkvb_init()
56 BLOB_TRACE("MKVB failed: Job status %#"PRIx32, jobctx.status); in caam_blob_mkvb_init()
/optee_os/core/drivers/crypto/caam/include/
H A Dcaam_trace.h330 #define BLOB_TRACE DRV_TRACE macro
334 BLOB_TRACE("BLOB Descriptor"); \
346 #define BLOB_TRACE(...) macro