Lines Matching refs:c_d
340 BN_ULONG c_d[BN_NIST_192_TOP], *res;
441 res = (bn_sub_words(c_d, r_d, _nist_p_192[0], BN_NIST_192_TOP) && carry)
443 : c_d;
476 BN_ULONG c_d[BN_NIST_224_TOP], *res;
507 nist_cp_bn_0(c_d, a_d + (BN_NIST_224_TOP - 1),
510 nist_set_224(buf.bn, c_d, 14, 13, 12, 11, 10, 9, 8);
615 res = ((*adjust) (c_d, r_d, _nist_p_224[0], BN_NIST_224_TOP) && carry)
617 : c_d;
648 BN_ULONG c_d[BN_NIST_256_TOP], *res;
785 nist_set_256(c_d, buf.bn, 0, 15, 14, 13, 12, 0, 0, 0);
786 carry = (int)bn_add_words(t_d, t_d, c_d, BN_NIST_256_TOP);
848 res = ((*adjust) (c_d, r_d, _nist_p_256[0], BN_NIST_256_TOP) && carry)
850 : c_d;
885 BN_ULONG c_d[BN_NIST_384_TOP], *res;
1120 res = ((*adjust) (c_d, r_d, _nist_p_384[0], BN_NIST_384_TOP) && carry)
1122 : c_d;