Searched refs:ECC_TRACE (Results 1 – 2 of 2) sorted by relevance
147 ECC_TRACE("Allocate Keypair of %zu bits", size_bits); in do_allocate_keypair()170 ECC_TRACE("Allocation error"); in do_allocate_keypair()187 ECC_TRACE("Allocate Public Key of %zu bits", size_bits); in do_allocate_publickey()205 ECC_TRACE("Allocation error"); in do_allocate_publickey()240 ECC_TRACE("Generate Keypair of %zu bits", key_size); in do_gen_keypair()311 ECC_TRACE("CAAM Status 0x%08" PRIx32, jobctx.status); in do_gen_keypair()344 ECC_TRACE("ECC Signature"); in do_sign()442 ECC_TRACE("CAAM Status 0x%08" PRIx32, jobctx.status); in do_sign()478 ECC_TRACE("ECC Verify"); in do_verify()574 ECC_TRACE("CAAM Status 0x%08" PRIx32, jobctx.status); in do_verify()[all …]
191 #define ECC_TRACE DRV_TRACE macro195 ECC_TRACE("ECC Descriptor"); \207 #define ECC_TRACE(...) do { } while (0) macro
Completed in 4 milliseconds