Home | History | Annotate | Download | only in bn

Lines Matching refs:c_d

366 	BN_ULONG c_d[BN_NIST_192_TOP],
452 mask = 0-(PTR_SIZE_INT)bn_sub_words(c_d,r_d,_nist_p_192[0],BN_NIST_192_TOP);
455 (((PTR_SIZE_INT)c_d&~mask) | ((PTR_SIZE_INT)r_d&mask));
483 c_d[BN_NIST_224_TOP],
520 nist_cp_bn_0(c_d, a_d + (BN_NIST_224_TOP-1), top - (BN_NIST_224_TOP-1), BN_NIST_224_TOP);
522 nist_set_224(buf, c_d, 14, 13, 12, 11, 10, 9, 8);
607 mask = 0-(PTR_SIZE_INT)(*u.f)(c_d,r_d,_nist_p_224[0],BN_NIST_224_TOP);
609 res = (BN_ULONG *)(((PTR_SIZE_INT)c_d&~mask) |
640 BN_ULONG c_d[BN_NIST_256_TOP],
754 nist_set_256(c_d, buf.bn, 0, 15, 14, 13, 12, 0, 0, 0);
755 carry = (int)bn_add_words(t_d, t_d, c_d, BN_NIST_256_TOP);
806 mask = 0-(PTR_SIZE_INT)(*u.f)(c_d,r_d,_nist_p_256[0],BN_NIST_256_TOP);
808 res = (BN_ULONG *)(((PTR_SIZE_INT)c_d&~mask) |
843 BN_ULONG c_d[BN_NIST_384_TOP],
1027 mask = 0-(PTR_SIZE_INT)(*u.f)(c_d,r_d,_nist_p_384[0],BN_NIST_384_TOP);
1029 res = (BN_ULONG *)(((PTR_SIZE_INT)c_d&~mask) |