Searched refs:AE_TRACE (Results 1 – 3 of 3) sorted by relevance
| /optee_os/core/drivers/crypto/caam/ae/ |
| H A D | caam_ae.c | 63 AE_TRACE("Algo id:%u md:%u", algo_id, algo_md); in get_cipheralgo() 97 AE_TRACE("Algorithm not implemented"); in caam_ae_allocate() 175 AE_TRACE("Copy key returned %d", retstatus); in caam_ae_initialize() 311 AE_TRACE("Copy State context (%p) to (%p)", src_ctx, dst_ctx); in caam_ae_copy_state() 495 AE_TRACE("Init/Final operation"); in caam_ae_do_oneshot() 551 AE_TRACE("CAAM return 0x%08x Status 0x%08" PRIx32, in caam_ae_do_oneshot() 585 AE_TRACE("Init operation"); in caam_ae_do_init() 628 AE_TRACE("CAAM return 0x%08x Status 0x%08" PRIx32, in caam_ae_do_init() 711 AE_TRACE("CAAM return 0x%08x Status 0x%08" PRIx32, in caam_ae_do_block() 746 AE_TRACE("Length=%zu - %s", src->length, in caam_ae_do_update() [all …]
|
| H A D | caam_ae_gcm.c | 310 AE_TRACE("Copy Nonce returned 0x%" PRIx32, retstatus); in caam_ae_initialize_gcm()
|
| /optee_os/core/drivers/crypto/caam/include/ |
| H A D | caam_trace.h | 360 #define AE_TRACE DRV_TRACE macro 364 AE_TRACE("AE Descriptor"); \ 376 #define AE_TRACE(...) macro
|