Lines Matching refs:c_d
329 BN_ULONG c_d[BN_NIST_192_TOP], *res; in BN_nist_mod_192() local
432 0 - (PTR_SIZE_INT) bn_sub_words(c_d, r_d, _nist_p_192[0], in BN_nist_mod_192()
435 res = c_d; in BN_nist_mod_192()
470 BN_ULONG c_d[BN_NIST_224_TOP], *res; in BN_nist_mod_224() local
505 nist_cp_bn_0(c_d, a_d + (BN_NIST_224_TOP - 1), in BN_nist_mod_224()
508 nist_set_224(buf.bn, c_d, 14, 13, 12, 11, 10, 9, 8); in BN_nist_mod_224()
616 0 - (PTR_SIZE_INT) (*u.f) (c_d, r_d, _nist_p_224[0], BN_NIST_224_TOP); in BN_nist_mod_224()
618 res = c_d; in BN_nist_mod_224()
651 BN_ULONG c_d[BN_NIST_256_TOP], *res; in BN_nist_mod_256() local
792 nist_set_256(c_d, buf.bn, 0, 15, 14, 13, 12, 0, 0, 0); in BN_nist_mod_256()
793 carry = (int)bn_add_words(t_d, t_d, c_d, BN_NIST_256_TOP); in BN_nist_mod_256()
858 0 - (PTR_SIZE_INT) (*u.f) (c_d, r_d, _nist_p_256[0], BN_NIST_256_TOP); in BN_nist_mod_256()
860 res = c_d; in BN_nist_mod_256()
897 BN_ULONG c_d[BN_NIST_384_TOP], *res; in BN_nist_mod_384() local
1139 0 - (PTR_SIZE_INT) (*u.f) (c_d, r_d, _nist_p_384[0], BN_NIST_384_TOP); in BN_nist_mod_384()
1141 res = c_d; in BN_nist_mod_384()