Searched refs:c_d (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/ntp/ |
H A D | flock-build | 49 c_d=${PWD:-`pwd`} 70 ssh $i "cd $c_d ; ./build $SIG $PARSE $STD $BUILD_ARGS" & 71 ssh $i "cd $c_d ; ./build $SIG $PARSE $STD --disable-debugging --disable-saveconfig $BUILD_ARGS" & 72 ssh $i "cd $c_d ; ./build $SIG $PARSE $STD --without-crypto --enable-c99-snprintf --enable-leap-smear $BUILD_ARGS" & 73 ssh $i "cd $c_d ; ./build $SIG $STD --disable-all-clocks --disable-autokey --without-sntp --disable-thread-support $BUILD_ARGS" & 83 cd $c_d 112 echo \`date -u '+%H:%M:%S'\` $i flock-build $c_d done. 116 ssh -tt $i "$c_d/.flockbuild-$i-$SIG ; \ 117 rm $c_d/.flockbuild-$i-$SIG" 2>/dev/null &
|
H A D | CommitLog | [all...] |
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_nist.c | 362 BN_ULONG c_d[BN_NIST_192_TOP], *res; in BN_nist_mod_192() local 463 res = (bn_sub_words(c_d, r_d, _nist_p_192[0], BN_NIST_192_TOP) && carry) in BN_nist_mod_192() 465 : c_d; in BN_nist_mod_192() 498 BN_ULONG c_d[BN_NIST_224_TOP], *res; in BN_nist_mod_224() local 529 nist_cp_bn_0(c_d, a_d + (BN_NIST_224_TOP - 1), in BN_nist_mod_224() 532 nist_set_224(buf.bn, c_d, 14, 13, 12, 11, 10, 9, 8); in BN_nist_mod_224() 637 res = ((*adjust) (c_d, r_d, _nist_p_224[0], BN_NIST_224_TOP) && carry) in BN_nist_mod_224() 639 : c_d; in BN_nist_mod_224() 670 BN_ULONG c_d[BN_NIST_256_TOP], *res; in BN_nist_mod_256() local 807 nist_set_256(c_d, buf.bn, 0, 15, 14, 13, 12, 0, 0, 0); in BN_nist_mod_256() [all …]
|