Searched refs:c_d (Results 1 – 4 of 4) 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 | 360 BN_ULONG c_d[BN_NIST_192_TOP], *res; in BN_nist_mod_192() local 461 res = (bn_sub_words(c_d, r_d, _nist_p_192[0], BN_NIST_192_TOP) && carry) in BN_nist_mod_192() 463 : c_d; in BN_nist_mod_192() 495 BN_ULONG c_d[BN_NIST_224_TOP], *res; in BN_nist_mod_224() local 526 nist_cp_bn_0(c_d, a_d + (BN_NIST_224_TOP - 1), in BN_nist_mod_224() 529 nist_set_224(buf.bn, c_d, 14, 13, 12, 11, 10, 9, 8); in BN_nist_mod_224() 632 res = ((*adjust)(c_d, r_d, _nist_p_224[0], BN_NIST_224_TOP) && carry) in BN_nist_mod_224() 634 : c_d; in BN_nist_mod_224() 664 BN_ULONG c_d[BN_NIST_256_TOP], *res; in BN_nist_mod_256() local 801 nist_set_256(c_d, buf.bn, 0, 15, 14, 13, 12, 0, 0, 0); in BN_nist_mod_256() [all …]
|
| /freebsd/crypto/openssl/test/ |
| H A D | quic_multistream_test.c | 5573 SSL *c_a, *c_b, *c_c, *c_d; in script_85_poll() local 5580 || !TEST_ptr(c_d = helper_local_get_c_stream(hl, "d"))) in script_85_poll() 5598 item->desc = SSL_as_poll_descriptor(c_d); in script_85_poll()
|