Searched refs:a_bits (Results 1 – 3 of 3) sorted by relevance
62 int a_bits = mpl_significant_bits(a); in ec_GFp_nistp384_mod() local89 if ((a_bits > 768) || (a_bits <= 736)) { in ec_GFp_nistp384_mod()191 if ((a_bits > 768) || (a_bits <= 736)) { in ec_GFp_nistp384_mod()
64 int a_bits = mpl_significant_bits(a); in ec_GFp_nistp521_mod() local77 if (a_bits < 521) { in ec_GFp_nistp521_mod()83 if (a_bits > (521*2)) { in ec_GFp_nistp521_mod()
63 int a_bits = mpl_significant_bits(a); in ec_GFp_nistp256_mod() local78 if (a_bits < 256) { in ec_GFp_nistp256_mod()82 if (a_bits > 512) { in ec_GFp_nistp256_mod()