BN_NIST_256_TOP
t_d, BN_NIST_256_TOP);
static const BN_ULONG _nist_p_256[][BN_NIST_256_TOP] = {
BN_NIST_256_TOP,
BN_NIST_256_TOP,
static const BN_ULONG _nist_p_256[][BN_NIST_256_TOP] = {
BN_ULONG bn[BN_NIST_256_TOP];
unsigned int ui[BN_NIST_256_TOP * sizeof(BN_ULONG) / sizeof(unsigned int)];
BN_ULONG c_d[BN_NIST_256_TOP], *res;
if (!bn_wexpand(r, BN_NIST_256_TOP))
nist_cp_bn(r_d, a_d, BN_NIST_256_TOP);
nist_cp_bn_0(buf.bn, a_d + BN_NIST_256_TOP, top - BN_NIST_256_TOP,
BN_NIST_256_TOP);
BN_ULONG t_d[BN_NIST_256_TOP];
carry = (int)bn_add_words(t_d, t_d, c_d, BN_NIST_256_TOP);
for (i = BN_NIST_256_TOP; i != 0; --i) {
carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_256_TOP);
carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_256_TOP);
carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_256_TOP);
carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_256_TOP);
carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_256_TOP);
carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_256_TOP);
carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_256_TOP);
BN_NIST_256_TOP);
BN_NIST_256_TOP);
res = ((*adjust)(c_d, r_d, _nist_p_256[0], BN_NIST_256_TOP) && carry)
nist_cp_bn(r_d, res, BN_NIST_256_TOP);
r->top = BN_NIST_256_TOP;