Searched refs:gen_mul (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Decp_nistp224.c1130 unsigned gen_mul = (g_scalar != NULL); local
1151 if (gen_mul && (i <= 27)) {
H A Decp_nistp256.c1657 unsigned num, gen_mul = (g_scalar != NULL); local
1679 if (gen_mul && (i <= 31)) {
H A Decp_nistp521.c1486 unsigned num, gen_mul = (g_scalar != NULL); local
1507 if (gen_mul && (i <= 130)) {

Completed in 140 milliseconds