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