Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/rsa/
A Drsa_exptmod.c32 int err, has_crt_parameters; in rsa_exptmod() local
94 has_crt_parameters = (key->p != NULL) && (mp_get_digit_count(key->p) != 0) && in rsa_exptmod()
100 if (!has_crt_parameters) { in rsa_exptmod()
131 if (has_crt_parameters) { in rsa_exptmod()

Completed in 2 milliseconds