Home
last modified time | relevance | path

Searched refs:bk (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/contrib/ntp/
H A DREADME.patches14 > bk pull ../ntp-stable (get your changes from ntp-stable)
38 via the 'bk send' command:
41 > bk citool (or bk ci ... ; bk commit ... )
42 > bk pull # make sure your repo is up-to-date
43 > bk send -d -ubk://www.ntp.org/home/bk/REPO - > file-containing-the-patch
44 > bk receive -vv -a < file-containing-the-patch
H A DMakefile.am35 README.bk \
131 -a .bk/SCCS/ChangeSet,s -ot CommitLog \
H A Ddepsver.mf39 # time, such as when tracking using bk, the .deps files can become
H A DREADME37 README.bk Instructions for folks who use the BitKeeper-repository
/freebsd/contrib/ntp/scripts/build/
H A DcheckHtmlFileDates21 bk status > /dev/null 2>&1 || exit 0
26 set `bk diff --normal $i | wc -l`
H A DgenCommitLog12 bk changes -v -m -r${CLTAG}.. > CommitLog.new
H A DgenAuthors.in37 chomp(my $bk_root = `bk root`);
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_overlay.c153 attr_t bk; in copywin() local
158 bk = AttrOf(dst->_nc_bkgd); in copywin()
159 mask = ~(attr_t) ((bk & A_COLOR) ? A_COLOR : 0); in copywin()
199 mask) | bk)); in copywin()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SchedSapphireRapids.td2551 "^VGETEXPSHZr(bk|kz)$",
2554 "^VGETMANTSHZrri(bk|kz)$",
2580 def : InstRW<[SPRWriteResGroup253], (instregex "^V(ADD|SUB)PHZrr(bk|kz)$",
2584 "^VCVT(U?)W2PHZrr(bk|kz)$",
2592 "^VGETEXPPHZr(bk|kz)$",
2594 "^VGETMANTPHZrri(bk|kz)$",
3651 def : InstRW<[SPRWriteResGroup378], (instregex "^VDIVPHZrr(bk|kz)$",
4836 "^VREDUCESHZrri(bk|kz)$",
4865 def : InstRW<[SPRWriteResGroup532], (instregex "^VREDUCEPHZrri(bk|kz)$",
4917 "^VSCALEFPHZrr(bk|kz)$",
[all …]
/freebsd/contrib/ntp/ntpd/
H A Dntp_crypto.c2080 BIGNUM *bk /* BIGNUM * to */ in bighash() argument
2095 BN_bin2bn(dgst, len, bk); in bighash()
2239 BIGNUM *bn, *bk, *r; in crypto_bob() local
2279 BN_rand(bk, len * 8, -1, 1); /* k */ in crypto_bob()
2281 BN_add(bn, bn, bk); in crypto_bob()
2283 BN_mod_exp(bk, g, bk, p, bctx); /* g^k mod p */ in crypto_bob()
2284 bighash(bk, bk); in crypto_bob()
2285 DSA_SIG_set0(sdsa, bn, bk); in crypto_bob()
2359 BIGNUM *bn, *bk; in crypto_iff() local
2409 BN_mod_exp(bk, g, r, p, bctx); in crypto_iff()
[all …]
/freebsd/usr.bin/mkimg/tests/
H A Dimg-63x255-512-gpt.qcow2.hex94 0046fe10 62 6b 07 b6 00 00 00 00 7f 21 00 00 00 00 00 00 |bk.......!......|
H A Dimg-1x1-512-gpt.qcow2.hex94 0046fe10 62 6b 07 b6 00 00 00 00 7f 21 00 00 00 00 00 00 |bk.......!......|
/freebsd/contrib/bearssl/test/
H A Dtest_crypto.c8128 unsigned char bk[70]; in test_EC_inner() local
8136 klen = hextobin(bk, sk); in test_EC_inner()
8645 revbytes(bk, sizeof bk); in test_EC_c25519()
8648 if (!iec->mul(bu, sizeof bu, bk, sizeof bk, BR_EC_curve25519)) { in test_EC_c25519()
8664 memcpy(bk, bu, sizeof bu); in test_EC_c25519()
8666 revbytes(bk, sizeof bk); in test_EC_c25519()
8667 if (!iec->mul(bu, sizeof bu, bk, sizeof bk, BR_EC_curve25519)) { in test_EC_c25519()
8672 revbytes(bk, sizeof bk); in test_EC_c25519()
8677 bu[v] = bk[v]; in test_EC_c25519()
8678 bk[v] = t; in test_EC_c25519()
[all …]
/freebsd/contrib/ntp/sntp/
H A DMakefile.am188 $(AM_V_at)-bk root $(srcdir) >/dev/null 2>&1 && \
190 x=`bk -R prs -hr+ -nd:I: ChangeSet` && \
H A Ddepsver.mf39 # time, such as when tracking using bk, the .deps files can become
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h589 BuiltinType::Kind bk = getTypePtr()->getKind(); in needsExtraLocalData() local
590 return (bk >= BuiltinType::UShort && bk <= BuiltinType::UInt128) || in needsExtraLocalData()
591 (bk >= BuiltinType::Short && bk <= BuiltinType::Ibm128) || in needsExtraLocalData()
592 bk == BuiltinType::UChar || bk == BuiltinType::SChar; in needsExtraLocalData()
/freebsd/contrib/bearssl/src/ec/
H A Dec_p256_m62.c1261 unsigned bk; in point_mul_inner() local
1263 bk = *k ++; in point_mul_inner()
1277 bits = (bk >> 4) & 0x0F; in point_mul_inner()
1316 bk <<= 4; in point_mul_inner()
H A Dec_p256_m64.c1279 unsigned bk; in point_mul_inner() local
1281 bk = *k ++; in point_mul_inner()
1295 bits = (bk >> 4) & 0x0F; in point_mul_inner()
1332 bk <<= 4; in point_mul_inner()
/freebsd/tools/tools/build_option_survey/
H A Doption_survey.sh40 > ${FDIR}/_.bk 2>&1
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntervalMap.h2170 KeyType bk = b().start(); in start() local
2171 return Traits::startLess(ak, bk) ? bk : ak; in start()
2177 KeyType bk = b().stop(); in stop() local
2178 return Traits::startLess(ak, bk) ? ak : bk; in stop()
/freebsd/tools/tools/net80211/wlaninject/
H A DREADME31 ac_bk, bk background
/freebsd/contrib/wpa/src/common/
H A Ddpp_crypto.c460 num_elem, addr, len, auth->bk); in dpp_derive_bk_ke()
465 auth->bk, hash_len); in dpp_derive_bk_ke()
468 res = dpp_hkdf_expand(hash_len, auth->bk, hash_len, info_ke, auth->ke, in dpp_derive_bk_ke()
2085 if (dpp_hkdf_expand(hash_len, auth->bk, hash_len, in dpp_build_csr()
2177 if (dpp_hkdf_expand(hash_len, auth->bk, hash_len, in dpp_validate_csr()
H A Ddpp_backup.c281 res = dpp_hkdf_expand(key_len, auth->bk, key_len, in dpp_build_pw_recipient_info()
1153 res = dpp_hkdf_expand(key_len, auth->bk, key_len, in dpp_conf_resp_env_data()
/freebsd/tools/tools/sysbuild/
H A Dsysbuild.sh548 make ${JARG} -s buildkernel KERNCONF=$KERNCONF > ${SBMNT}/_.bk 2>&1
/freebsd/tools/tools/nanobsd/
H A Ddefaults.sh340 ) > ${MAKEOBJDIRPREFIX}/_.bk 2>&1

12