Searched refs:a_bits (Results 1 – 3 of 3) sorted by relevance
60 int a_bits = mpl_significant_bits(a); in ec_GFp_nistp384_mod() local87 if ((a_bits > 768) || (a_bits <= 736)) { in ec_GFp_nistp384_mod()189 if ((a_bits > 768) || (a_bits <= 736)) { in ec_GFp_nistp384_mod()
62 int a_bits = mpl_significant_bits(a); in ec_GFp_nistp521_mod() local75 if (a_bits < 521) { in ec_GFp_nistp521_mod()81 if (a_bits > (521*2)) { in ec_GFp_nistp521_mod()
61 int a_bits = mpl_significant_bits(a); in ec_GFp_nistp256_mod() local76 if (a_bits < 256) { in ec_GFp_nistp256_mod()80 if (a_bits > 512) { in ec_GFp_nistp256_mod()