Home
last modified time | relevance | path

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

/optee_os/core/drivers/crypto/caam/
H A Dcaam_rng.c45 RNG_TRACE("Private Data allocation error"); in do_allocate()
78 RNG_TRACE("RNG Driver not initialized"); in do_rng_read()
83 RNG_TRACE("RNG Driver not initialized"); in do_rng_read()
89 RNG_TRACE("RNG buffer allocation failed"); in do_rng_read()
99 RNG_TRACE("Virtual/Physical conversion failed"); in do_rng_read()
105 RNG_TRACE("Descriptor allocation failed"); in do_rng_read()
127 RNG_TRACE("CAAM Status 0x%08" PRIx32, jobctx.status); in do_rng_read()
155 RNG_TRACE("RNG SH Status 0x%08" PRIx32 " - Key Status %" PRId8, in prepare_inst_desc()
161 RNG_TRACE("Instantiation start at SH%" PRIu32 " (%" PRIu32 ")", sh_idx, in prepare_inst_desc()
216 RNG_TRACE("RNG Instantation"); in caam_rng_instantiation()
[all …]
/optee_os/core/drivers/crypto/caam/include/
H A Dcaam_trace.h102 #define RNG_TRACE DRV_TRACE macro
106 RNG_TRACE("RNG Descriptor"); \
113 #define RNG_TRACE(...) macro