Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/ec/
H A Decp_nistp224.c1133 unsigned gen_mul = (g_scalar != NULL); in batch_mul() local
1154 if (gen_mul && (i <= 27)) { in batch_mul()
H A Decp_nistp384.c1412 unsigned int num, gen_mul = (g_scalar != NULL); in batch_mul() local
1433 if (gen_mul && (i <= 98)) { in batch_mul()
H A Decp_nistp521.c1505 unsigned num, gen_mul = (g_scalar != NULL); in batch_mul() local
1526 if (gen_mul && (i <= 130)) { in batch_mul()
H A Decp_nistp256.c1674 unsigned num, gen_mul = (g_scalar != NULL); in batch_mul() local
1696 if (gen_mul && (i <= 31)) { in batch_mul()