Searched refs:HASH_TRACE (Results 1 – 3 of 3) sorted by relevance
| /optee_os/core/drivers/crypto/caam/hash/ |
| H A D | caam_hash.c | 120 HASH_TRACE("Insert Key"); in do_desc_load_key() 134 HASH_TRACE("Free Context (%p)", ctx); in do_free_intern() 252 HASH_TRACE("Allocate Context (%p) algo %" PRId32, ctx, algo); in caam_hash_allocate() 280 HASH_TRACE("Allocated Context (%p)", hash_ctx); in caam_hash_allocate() 297 HASH_TRACE("Allocate Context (%p)", ctx); in caam_hash_hmac_allocate() 302 HASH_TRACE("Allocation context descriptor error"); in caam_hash_hmac_allocate() 313 HASH_TRACE("Allocation context register error"); in caam_hash_hmac_allocate() 321 HASH_TRACE("Allocation context key error"); in caam_hash_hmac_allocate() 346 HASH_TRACE("Free Context (%p)", ctx); in caam_hash_hmac_free() 367 HASH_TRACE("Hash/HMAC Init (%p)", ctx); in caam_hash_hmac_init() [all …]
|
| H A D | caam_hash_mac.c | 103 HASH_TRACE("CAAM Status 0x%08" PRIx32, jobctx.status); in do_reduce_key() 140 HASH_TRACE("split key length %zu", len); in do_hmac_init() 152 HASH_TRACE("Input key must be reduced"); in do_hmac_init() 157 HASH_TRACE("Reduced Key allocation error"); in do_hmac_init() 198 HASH_TRACE("CAAM Status 0x%08" PRIx32, jobctx.status); in do_hmac_init() 296 HASH_TRACE("Allocate Context (%p) algo %" PRId32, ctx, algo); in caam_hmac_allocate() 324 HASH_TRACE("Allocated Context (%p)", hmac_ctx); in caam_hmac_allocate()
|
| /optee_os/core/drivers/crypto/caam/include/ |
| H A D | caam_trace.h | 119 #define HASH_TRACE DRV_TRACE macro 123 HASH_TRACE("HASH Descriptor"); \ 135 #define HASH_TRACE(...) macro
|