Home
last modified time | relevance | path

Searched refs:RSA_TRACE (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/drivers/crypto/caam/acipher/
H A Dcaam_rsa.c136 RSA_TRACE("RSA Convert Public Key size N=%zu", in do_keypub_conv()
271 RSA_TRACE("do_keypair_conv_f3 returned 0x%" PRIx32, retstatus); in do_keypair_conv_f2()
290 RSA_TRACE("RSA Convert Keypair size N=%zu", in do_keypair_conv()
312 RSA_TRACE("do_keypair_conv_f2 returned 0x%" PRIx32, retstatus); in do_keypair_conv()
327 RSA_TRACE("Allocate Keypair of %zu bits", size_bits); in do_allocate_keypair()
375 RSA_TRACE("Allocation error"); in do_allocate_keypair()
391 RSA_TRACE("Allocate Public Key of %zu bits", size_bits); in do_allocate_publickey()
409 RSA_TRACE("Allocation error"); in do_allocate_publickey()
501 RSA_TRACE("RSA Key p component encapsulation failed"); in do_black_key_encapsulation()
507 RSA_TRACE("RSA Key q component encapsulation failed"); in do_black_key_encapsulation()
[all …]
H A Dcaam_math.c33 RSA_TRACE("(A xor B) mod n"); in do_xor_mod_n()
95 RSA_TRACE("CAAM Status 0x%08" PRIx32, jobctx.status); in do_xor_mod_n()
H A Dcaam_prime_rsa.c354 RSA_TRACE("Found prime idx %zu", idx); in search_smallprime()
748 RSA_TRACE("Check Prime Q Status 0x%08" PRIx32, jobctx.status); in run_primes()
766 RSA_TRACE("Prime Status 0x%08" PRIx32, jobctx.status); in run_primes()
826 RSA_TRACE("Do prime of %zu bytes (security len %zu bits) (ERA=%" PRId8 in caam_prime_rsa_gen()
/optee_os/core/drivers/crypto/caam/include/
H A Dcaam_trace.h142 #define RSA_TRACE DRV_TRACE macro
146 RSA_TRACE("RSA Descriptor"); \
158 #define RSA_TRACE(...) macro