--carry;
}
r->top = BN_NIST_192_TOP;
-
-#if 1
- bn_clear_top2max(r);
-#endif
bn_correct_top(r);
-
if (BN_ucmp(r, field) >= 0)
{
bn_sub_words(r_d, r_d, _nist_p_192, BN_NIST_192_TOP);
}
r->top = BN_NIST_224_TOP;
-#if 1
- bn_clear_top2max(r);
-#endif
bn_correct_top(r);
-
if (BN_ucmp(r, field) >= 0)
{
bn_sub_words(r_d, r_d, _nist_p_224, BN_NIST_224_TOP);
}
r->top = BN_NIST_256_TOP;
-#if 1
- bn_clear_top2max(r);
-#endif
bn_correct_top(r);
-
if (BN_ucmp(r, field) >= 0)
{
bn_sub_words(r_d, r_d, _nist_p_256, BN_NIST_256_TOP);
}
r->top = BN_NIST_384_TOP;
-#if 1
- bn_clear_top2max(r);
-#endif
bn_correct_top(r);
-
if (BN_ucmp(r, field) >= 0)
{
bn_sub_words(r_d, r_d, _nist_p_384, BN_NIST_384_TOP);