BN_NIST_192_TOP
static const BN_ULONG _nist_p_192[][BN_NIST_192_TOP] = {
.top = BN_NIST_192_TOP,
.dmax = BN_NIST_192_TOP,
BN_ULONG bnbuf[BN_NIST_192_TOP] = { 0 };
BN_ULONG c_d[BN_NIST_192_TOP] = { 0 };
if (!bn_wexpand(r, BN_NIST_192_TOP))
nist_cp_bn(r_d, a_d, BN_NIST_192_TOP);
nist_cp_bn_0(bnbuf, a_d + BN_NIST_192_TOP, top - BN_NIST_192_TOP,
BN_NIST_192_TOP);
unsigned int bbuf[BN_NIST_192_TOP *
unsigned int rbuf[BN_NIST_192_TOP *
BN_ULONG t_d[BN_NIST_192_TOP] = {0};
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);
carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_192_TOP);
BN_NIST_192_TOP);
BN_NIST_192_TOP);
nist_cp_bn(r_d, res, BN_NIST_192_TOP);
r->top = BN_NIST_192_TOP;
static const BN_ULONG _nist_p_192[][BN_NIST_192_TOP] = {