| /freebsd/contrib/libfido2/ |
| H A D | NEWS | 3 ** Improved handling of invalid key handles in U2F key lookup; gh#819. 4 ** Fixed issue where storing small CTAP 2.1 largeBlobs failed; gh#826. 5 ** Fixed APDU chaining issues for certain authenticators; gh#818, gh#855. 14 ** hid_osx: fix issue where fido_hid_read() may block unnecessarily; gh#757. 27 ** winhello: translate NTE_USER_CANCELLED to FIDO_ERR_OPERATION_DENIED; gh#685. 34 ** Support for linking against OpenSSL on Windows; gh#668. 43 ** Support for hidraw(4) on FreeBSD; gh#597. 75 ** hid_osx: handle devices with paths > 511 bytes; gh#462. 76 ** bio: fix CTAP2 canonical CBOR encoding in fido_bio_dev_enroll_*(); gh#480. 107 ** Better handling of HID devices without identification strings; gh#381. [all …]
|
| /freebsd/usr.bin/mail/ |
| H A D | vars.c | 134 struct grouphead *gh; in findgroup() local 136 for (gh = groups[hash(name)]; gh != NULL; gh = gh->g_link) in findgroup() 137 if (*gh->g_name == *name && equal(gh->g_name, name)) in findgroup() 138 return (gh); in findgroup() 148 struct grouphead *gh; in printgroup() local 151 if ((gh = findgroup(name)) == NULL) { in printgroup() 155 printf("%s\t", gh->g_name); in printgroup() 156 for (gp = gh->g_list; gp != NULL; gp = gp->ge_link) in printgroup()
|
| H A D | cmd3.c | 443 struct grouphead *gh; in group() local 450 for (gh = groups[h]; gh != NULL; gh = gh->g_link) in group() 454 for (gh = groups[h]; gh != NULL; gh = gh->g_link) in group() 455 *p++ = gh->g_name; in group() 468 if ((gh = findgroup(gname)) == NULL) { in group() 469 if ((gh = calloc(1, sizeof(*gh))) == NULL) in group() 471 gh->g_name = vcopy(gname); in group() 472 gh->g_list = NULL; in group() 473 gh->g_link = groups[h]; in group() 474 groups[h] = gh; in group() [all …]
|
| H A D | names.c | 451 struct grouphead *gh; in usermap() local 464 gh = findgroup(np->n_name); in usermap() 466 if (gh != NULL) in usermap() 467 new = gexpand(new, gh, metoo, np->n_type); in usermap() 482 gexpand(struct name *nlist, struct grouphead *gh, int metoo, int ntype) in gexpand() argument 495 for (gp = gh->g_list; gp != NULL; gp = gp->ge_link) { in gexpand() 499 if (strcmp(cp, gh->g_name) == 0) in gexpand() 511 if (gp == gh->g_list && gp->ge_link == NULL) in gexpand()
|
| /freebsd/contrib/libxo/ |
| H A D | Makefile.am | 36 GH_PAGES_DIR = gh-pages/ 37 GH_PAGES_DIR_VER = gh-pages/${PACKAGE_VERSION} 56 && echo "Updating html on gh-pages ..." \ 65 && git push origin gh-pages ) ; true 70 && echo "Updating xohtml files on gh-pages ..." \ 77 && git push origin gh-pages ) ; true 85 get-gh-pages: 87 gh-pages -b gh-pages 99 && echo "Updating packages on gh-pages ..." \ 117 && git push origin gh-pages ) ; true
|
| /freebsd/contrib/bearssl/src/aead/ |
| H A D | gcm.c | 55 br_gcm_init(br_gcm_context *ctx, const br_block_ctr_class **bctx, br_ghash gh) in br_gcm_init() argument 61 ctx->gh = gh; in br_gcm_init() 94 ctx->gh(ty, ctx->h, iv, len); in br_gcm_reset() 97 ctx->gh(ty, ctx->h, tmp, 16); in br_gcm_reset() 128 ctx->gh(ctx->y, ctx->h, ctx->buf, 16); in br_gcm_aad_inject() 140 ctx->gh(ctx->y, ctx->h, data, dlen); in br_gcm_aad_inject() 158 ctx->gh(ctx->y, ctx->h, ctx->buf, ptr); in br_gcm_flip() 195 ctx->gh(ctx->y, ctx->h, ctx->buf, 16); in br_gcm_run() 203 ctx->gh(ctx->y, ctx->h, buf, dlen); in br_gcm_run() 207 ctx->gh(ctx->y, ctx->h, buf, dlen); in br_gcm_run() [all …]
|
| /freebsd/sys/contrib/openzfs/.github/workflows/ |
| H A D | labels.yml | 19 gh pr edit $ISSUE --add-label "Status: Work in Progress" 29 …gh pr edit $ISSUE --remove-label "Status: Accepted,Status: Inactive,Status: Revision Needed,Status… 39 …gh pr edit $ISSUE --remove-label "Status: Accepted,Status: Code Review Needed,Status: Inactive,Sta… 49 …gh pr edit $ISSUE --remove-label "Status: Accepted,Status: Inactive,Status: Revision Needed,Status…
|
| /freebsd/contrib/netbsd-tests/lib/libc/regex/data/ |
| H A D | complex.in | 20 [ab][cd][ef][gh][ij][kl][mn] - xacegikmoq acegikm 21 [ab][cd][ef][gh][ij][kl][mn][op] - xacegikmoq acegikmo 22 [ab][cd][ef][gh][ij][kl][mn][op][qr] - xacegikmoqy acegikmoq 23 [ab][cd][ef][gh][ij][kl][mn][op][q] - xacegikmoqy acegikmoq
|
| /freebsd/sys/net/ |
| H A D | if_gre.c | 705 gre_update_hdr(struct gre_softc *sc, struct grehdr *gh) in gre_update_hdr() argument 713 opts = gh->gre_opts; in gre_update_hdr() 730 gh->gre_flags = htons(flags); in gre_update_hdr() 737 struct grehdr *gh; in gre_input() local 755 gh = (struct grehdr *)mtodo(m, off); in gre_input() 756 flags = ntohs(gh->gre_flags); in gre_input() 759 opts = gh->gre_opts; in gre_input() 795 switch (ntohs(gh->gre_proto)) { 801 if (flags == 0 && (*(uint8_t *)gh->gre_opts & 0xF0) != 0x40) 857 gre_setseqn(struct grehdr *gh, uint32_t seq) [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypeHashing.cpp | 33 void ScalarTraits<GlobalHash>::output(const GlobalHash &GH, void *Ctx, in output() argument 35 ScalarTraits<BinaryRef>::output(GH.Hash, Ctx, OS); in output() 39 GlobalHash &GH) { in input() argument 40 return ScalarTraits<BinaryRef>::input(Scalar, Ctx, GH.Hash); in input()
|
| /freebsd/contrib/libarchive/libarchive/test/ |
| H A D | test_archive_pathmatch.c | 143 assertEqualInt(1, archive_pathmatch("abc[\\d-f]gh", "abcegh", 0)); in DEFINE_TEST() 144 assertEqualInt(0, archive_pathmatch("abc[\\d-f]gh", "abcggh", 0)); in DEFINE_TEST() 145 assertEqualInt(0, archive_pathmatch("abc[\\d-f]gh", "abc\\gh", 0)); in DEFINE_TEST() 146 assertEqualInt(1, archive_pathmatch("abc[d-\\f]gh", "abcegh", 0)); in DEFINE_TEST() 147 assertEqualInt(1, archive_pathmatch("abc[\\d-\\f]gh", "abcegh", 0)); in DEFINE_TEST() 148 assertEqualInt(1, archive_pathmatch("abc[\\d-\\f]gh", "abcegh", 0)); in DEFINE_TEST() 150 assertEqualInt(0, archive_pathmatch("abc[d\\-f]gh", "abcegh", 0)); in DEFINE_TEST() 151 assertEqualInt(1, archive_pathmatch("abc[d\\-f]gh", "abc-gh", 0)); in DEFINE_TEST()
|
| /freebsd/usr.bin/sort/ |
| H A D | coll.c | 1137 kv1->hint->v.gh.notnum = true; in gnumcoll() 1139 kv1->hint->v.gh.d = d1; in gnumcoll() 1140 kv1->hint->v.gh.nan = is_nan(d1); in gnumcoll() 1154 kv2->hint->v.gh.notnum = true; in gnumcoll() 1156 kv2->hint->v.gh.d = d2; in gnumcoll() 1157 kv2->hint->v.gh.nan = is_nan(d2); in gnumcoll() 1167 if (kv1->hint->v.gh.notnum) in gnumcoll() 1168 return ((kv2->hint->v.gh.notnum) ? 0 : -1); in gnumcoll() 1169 else if (kv2->hint->v.gh.notnum) in gnumcoll() 1172 if (kv1->hint->v.gh.nan) in gnumcoll() [all …]
|
| /freebsd/sys/crypto/sha2/ |
| H A D | sha512c_arm64.c | 78 * gh = S[(11 - i) % 4] in SHA512_Transform_arm64_impl() 84 * so they are in the correct order for gh in SHA512_Transform_arm64_impl() 86 * - Extract fg from ef and gh in SHA512_Transform_arm64_impl() 90 * - Calculate the Sigma 0 and Maj steps and store to gh in SHA512_Transform_arm64_impl()
|
| /freebsd/contrib/elftoolchain/libelf/ |
| H A D | libelf_convert.m4 | 756 Elf_GNU_Hash_Header *gh; 784 gh = (Elf_GNU_Hash_Header *) (uintptr_t) dst; 785 gh->gh_nbuckets = nbuckets; 786 gh->gh_symndx = symndx; 787 gh->gh_maskwords = maskwords; 788 gh->gh_shift2 = shift2; 843 Elf_GNU_Hash_Header *gh; 850 gh = (Elf_GNU_Hash_Header *) (uintptr_t) src; 852 t0 = nbuckets = gh->gh_nbuckets; 853 t1 = gh->gh_symndx; [all …]
|
| /freebsd/contrib/libcbor/ |
| H A D | README.md | 3 [](https://circleci.com/g… 6 [](https://codecov.io/gh…
|
| /freebsd/contrib/bearssl/src/ssl/ |
| H A D | ssl_rec_gcm.c | 43 cc->gh = gh_impl; in gen_gcm_init() 100 cc->gh(tag, cc->h, header, sizeof header); in do_tag() 101 cc->gh(tag, cc->h, data, len); in do_tag() 102 cc->gh(tag, cc->h, footer, sizeof footer); in do_tag()
|
| /freebsd/contrib/bc/project/ |
| H A D | github_prs.json | 2810 …gh/gavinhoward/bc/pull/28?src=pr&el=h1) Report\n> Merging [#28](https://codecov.io/gh/gavinhoward/… 2926 …gh/gavinhoward/bc/pull/27?src=pr&el=h1) Report\n> Merging [#27](https://codecov.io/gh/gavinhoward/… 3678 …gh/gavinhoward/bc/pull/26?src=pr&el=h1) Report\n> Merging [#26](https://codecov.io/gh/gavinhoward/… 3868 …gh/gavinhoward/bc/pull/25?src=pr&el=h1) Report\n> Merging [#25](https://codecov.io/gh/gavinhoward/… 4084 …gh/gavinhoward/bc/pull/24?src=pr&el=h1) Report\n> Merging [#24](https://codecov.io/gh/gavinhoward/… 4490 …gh/gavinhoward/bc/pull/22?src=pr&el=h1) Report\n> Merging [#22](https://codecov.io/gh/gavinhoward/… 4916 …gh/gavinhoward/bc/pull/20?src=pr&el=h1) Report\n> Merging [#20](https://codecov.io/gh/gavinhoward/… 5065 …gh/gavinhoward/bc/pull/19?src=pr&el=h1) Report\n> Merging [#19](https://codecov.io/gh/gavinhoward/…
|
| /freebsd/tools/tools/git/ghpr/ |
| H A D | ghpr-push.sh | 44 gh pr edit $pr --add-label merged 45 …gh pr close $pr --comment "Automated message from ghpr: Thank you for your submission. This PR has…
|
| H A D | ghpr-stage.sh | 40 # ${base} first (since that's what gh pr checkout does). We then then rebase 51 gh pr checkout $PR -b PR-$PR
|
| /freebsd/crypto/openssl/crypto/modes/asm/ |
| H A D | aes-gcm-avx512.pl | 855 my $GH = $_[1]; # [in/out] ZMM ghash sum: high 128-bits 931 vpxorq $ZTMP4,$ZTMP0,$GH # ; GH = T0H + T1H 938 vpternlogq \$0x96,$ZTMP4,$ZTMP0,$GH # ; GH += T0H + T1H 972 vpternlogq \$0x96,$ZTMP4,$ZTMP0,$GH # ; GH += T0H + T1H 978 # ;; integrate GM into GH and GL 981 vpxorq $ZTMP0,$GH,$GH 985 # ;; add GH and GL 128-bit words horizontally 986 &VHPXORI4x128($GH, $ZTMP0); 991 …&VCLMUL_REDUCE(&XWORD($HASH), &XWORD($ZTMP2), &XWORD($GH), &XWORD($GL), &XWORD($ZTMP0), &XWORD($ZT… 1018 my $GH = $_[17]; # [in] ZMM with hi product part [all …]
|
| /freebsd/bin/dd/ |
| H A D | ref.pareven | 5 00000040 c0 41 42 c3 44 c5 c6 47 48 c9 ca 4b cc 4d 4e cf |.AB.D..GH..K.MN.| 13 000000c0 c0 41 42 c3 44 c5 c6 47 48 c9 ca 4b cc 4d 4e cf |.AB.D..GH..K.MN.|
|
| H A D | ref.parodd | 7 00000060 e0 61 62 e3 64 e5 e6 67 68 e9 ea 6b ec 6d 6e ef |.ab.d..gh..k.mn.| 15 000000e0 e0 61 62 e3 64 e5 e6 67 68 e9 ea 6b ec 6d 6e ef |.ab.d..gh..k.mn.|
|
| /freebsd/sys/contrib/openzfs/ |
| H A D | README.md | 7 [](https://codecov.io/gh…
|
| /freebsd/share/man/man7/ |
| H A D | development.7 | 139 .Pa devel/gh : 141 .Dl gh pr checkout 1234
|
| /freebsd/contrib/ntp/sntp/tests/data/ |
| H A D | key-test-invalid-hex | 1 30 MD5 0101010101010101010101010101gh
|