Home
last modified time | relevance | path

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

/openssl/crypto/ec/
H A Decp_nistp224.c1146 unsigned gen_mul = (g_scalar != NULL); in batch_mul() local
1167 if (gen_mul && (i <= 27)) { in batch_mul()
H A Decp_nistp384.c1380 unsigned int num, gen_mul = (g_scalar != NULL); in batch_mul() local
1401 if (gen_mul && (i <= 98)) { in batch_mul()
H A Decp_nistp521.c1588 unsigned num, gen_mul = (g_scalar != NULL); in batch_mul() local
1609 if (gen_mul && (i <= 130)) { in batch_mul()
H A Decp_nistp256.c1681 unsigned num, gen_mul = (g_scalar != NULL); in batch_mul() local
1703 if (gen_mul && (i <= 31)) { in batch_mul()

Completed in 28 milliseconds