Searched refs:has_crt_parameters (Results 1 – 1 of 1) sorted by relevance
32 int err, has_crt_parameters; in rsa_exptmod() local94 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