Searched refs:gh (Results 1 - 20 of 20) sorted by relevance

/freebsd-current/usr.bin/mail/
H A Dvars.c134 struct grouphead *gh; local
136 for (gh = groups[hash(name)]; gh != NULL; gh = gh->g_link)
137 if (*gh->g_name == *name && equal(gh->g_name, name))
138 return (gh);
148 struct grouphead *gh; local
151 if ((gh
[all...]
H A Dcmd3.c443 struct grouphead *gh; local
450 for (gh = groups[h]; gh != NULL; gh = gh->g_link)
454 for (gh = groups[h]; gh != NULL; gh = gh->g_link)
455 *p++ = gh
[all...]
H A Dnames.c451 struct grouphead *gh; local
464 gh = findgroup(np->n_name);
466 if (gh != NULL)
467 new = gexpand(new, gh, metoo, np->n_type);
482 gexpand(struct name *nlist, struct grouphead *gh, int metoo, int ntype) argument
495 for (gp = gh->g_list; gp != NULL; gp = gp->ge_link) {
499 if (strcmp(cp, gh->g_name) == 0)
511 if (gp == gh->g_list && gp->ge_link == NULL)
/freebsd-current/contrib/bearssl/src/aead/
H A Dgcm.c55 br_gcm_init(br_gcm_context *ctx, const br_block_ctr_class **bctx, br_ghash gh) argument
61 ctx->gh = gh;
94 ctx->gh(ty, ctx->h, iv, len);
97 ctx->gh(ty, ctx->h, tmp, 16);
128 ctx->gh(ctx->y, ctx->h, ctx->buf, 16);
140 ctx->gh(ctx->y, ctx->h, data, dlen);
158 ctx->gh(ctx->y, ctx->h, ctx->buf, ptr);
195 ctx->gh(ctx->y, ctx->h, ctx->buf, 16);
203 ctx->gh(ct
[all...]
/freebsd-current/contrib/libxo/
H A DMakefile.am36 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
[all...]
/freebsd-current/sys/net/
H A Dif_gre.c475 gre_update_hdr(struct gre_softc *sc, struct grehdr *gh) argument
483 opts = gh->gre_opts;
500 gh->gre_flags = htons(flags);
507 struct grehdr *gh; local
525 gh = (struct grehdr *)mtodo(m, off);
526 flags = ntohs(gh->gre_flags);
529 opts = gh->gre_opts;
565 switch (ntohs(gh->gre_proto)) {
571 if (flags == 0 && (*(uint8_t *)gh->gre_opts & 0xF0) != 0x40)
627 gre_setseqn(struct grehdr *gh, uint32_
[all...]
/freebsd-current/contrib/bearssl/src/ssl/
H A Dssl_rec_gcm.c43 cc->gh = gh_impl;
100 cc->gh(tag, cc->h, header, sizeof header);
101 cc->gh(tag, cc->h, data, len);
102 cc->gh(tag, cc->h, footer, sizeof footer);
/freebsd-current/usr.bin/sort/
H A Dcoll.c1137 kv1->hint->v.gh.notnum = true;
1139 kv1->hint->v.gh.d = d1;
1140 kv1->hint->v.gh.nan = is_nan(d1);
1154 kv2->hint->v.gh.notnum = true;
1156 kv2->hint->v.gh.d = d2;
1157 kv2->hint->v.gh.nan = is_nan(d2);
1167 if (kv1->hint->v.gh.notnum)
1168 return ((kv2->hint->v.gh.notnum) ? 0 : -1);
1169 else if (kv2->hint->v.gh.notnum)
1172 if (kv1->hint->v.gh
[all...]
H A Dcoll.h94 struct g_hint gh; member in union:key_hint::__anon6509
/freebsd-current/contrib/bearssl/inc/
H A Dbearssl_aead.h361 br_ghash gh; member in struct:__anon76
385 * \param gh GHASH implementation.
388 const br_block_ctr_class **bctx, br_ghash gh);
H A Dbearssl_ssl.h585 br_ghash gh; member in struct:__anon18
/freebsd-current/usr.bin/gh-bc/tests/
H A DMakefile8 TESTSDIR= ${TESTSBASE}/usr.bin/gh-bc
/freebsd-current/sys/netinet6/
H A Dip6_gre.c355 struct grehdr *gh; local
362 gh = &sc->gre_udp6hdr->gi6_gre;
368 gh = &sc->gre_ip6hdr->gi6_gre;
371 gre_update_hdr(sc, gh);
/freebsd-current/sys/netinet/
H A Dip_gre.c352 struct grehdr *gh; local
359 gh = &sc->gre_udphdr->gi_gre;
366 gh = &sc->gre_iphdr->gi_gre;
370 gre_update_hdr(sc, gh);
/freebsd-current/lib/libnetmap/
H A Dnmreq.c204 struct nmreq_header gh; local
220 nmreq_header_init(&gh, NETMAP_REQ_PORT_INFO_GET, &gb);
221 if (nmreq_header_decode(&ifname, &gh, ctx) < 0) {
225 if (ioctl(fd, NIOCCTRL, &gh) < 0) {
/freebsd-current/contrib/bearssl/test/
H A Dtest_speed.c283 test_speed_ghash_inner(char *name, br_ghash gh) argument
293 gh(y, h, buf, sizeof buf);
303 gh(y, h, buf, sizeof buf);
339 br_ghash gh; local
341 gh = br_ghash_pclmul_get();
342 if (gh == 0) {
346 test_speed_ghash_inner("GHASH (pclmul)", gh);
353 br_ghash gh; local
355 gh = br_ghash_pwr8_get();
356 if (gh
[all...]
H A Dtest_crypto.c7204 test_GHASH(const char *name, br_ghash gh) argument
7226 gh(y, h, a, a_len);
7227 gh(y, h, c, c_len);
7231 gh(y, h, p, sizeof p);
7250 gh(y1, buf + 16, buf + 32, u);
7285 br_ghash gh; local
7287 gh = br_ghash_pclmul_get();
7288 if (gh == 0) {
7291 test_GHASH("GHASH_pclmul", gh);
7298 br_ghash gh; local
[all...]
/freebsd-current/usr.bin/gh-bc/
H A DMakefile4 PROG= gh-bc
/freebsd-current/usr.bin/
H A DMakefile210 SUBDIR+= gh-bc
/freebsd-current/contrib/tcpdump/
H A Dprint-juniper.c484 const struct juniper_ggsn_header *gh; local
496 gh = (struct juniper_ggsn_header *)&l2info.cookie;
499 proto = EXTRACT_U_1(gh->proto);
504 EXTRACT_BE_U_2(gh->vlan_id));

Completed in 210 milliseconds