HomeSort by: relevance | last modified time | path
    Searched refs:hashname (Results 1 - 19 of 19) sorted by relevancy

  /src/usr.bin/cksum/
cksum.c 115 const char *hashname; member in struct:hash
178 for (hash = hashes; hash->hashname != NULL; hash++)
182 if (hash->hashname == NULL) {
202 while (hashes[i].hashname != NULL) {
203 if (!strcasecmp(hashes[i].hashname, optarg)) {
234 hash->hashname);
342 strncmp(buf, hash->hashname,
343 strlen(hash->hashname)) != 0) {
350 nhash->hashname != NULL;
353 nhash->hashname,
    [all...]
  /src/bin/csh/
exec.c 79 * hash(hashname("name"), i). This is setup automatically
83 * more expensive hashname() only once and the simple hash() several
104 static int hashname(Char *);
207 hashval = hashname(*av);
469 hashval = hash(hashname(str2short(dp->d_name)), i);
497 hashname(Char *cp) function
524 hashval = hashname(name);
  /src/usr.sbin/veriexecgen/
veriexecgen.c 72 const char *hashname; /* algorithm name */ member in struct:hash_t
154 hash_type->hashname);
163 for (hash = hashes; hash->hashname != NULL; hash++)
164 if (strcasecmp(hash_type, hash->hashname) == 0)
416 (void)fprintf(fp, "%s %s %s %s\n", file, hash->hashname,
  /src/external/mpl/bind/dist/lib/dns/
nsec3.c 538 dns_name_t *hashname; local
561 hashname = dns_fixedname_initname(&fixed);
594 result = dns_db_findnsec3node(db, hashname, false, &newnode);
599 tresult = dns_dbiterator_seek3(dbit, hashname);
617 CHECK(dns_dbiterator_seek(dbit, hashname));
746 CHECK(dns_db_findnsec3node(db, hashname, true, &newnode));
758 CHECK(delnsec3(db, version, hashname, nsec3param, diff));
762 CHECK(dns_difftuple_create(diff->mctx, DNS_DIFFOP_ADD, hashname,
793 CHECK(dns_db_findnsec3node(db, hashname, true, &newnode));
823 CHECK(dns_dbiterator_seek(dbit, hashname));
1405 dns_name_t *hashname; local
    [all...]
zoneverify.c 629 dns_name_t *hashname; local
647 hashname = dns_fixedname_name(&fixed);
648 result = dns_db_findnsec3node(vctx->db, hashname, false, &node);
694 dns_name_t *hashname; local
741 hashname = dns_fixedname_name(&fixed);
742 result = dns_db_findnsec3node(vctx->db, hashname, false, &node);
753 dns_name_format(hashname, hashbuf, sizeof(hashbuf));
  /src/external/mpl/dhcp/bind/dist/lib/dns/
nsec3.c 553 dns_name_t *hashname; local
576 hashname = dns_fixedname_initname(&fixed);
609 CHECK(dns_db_findnsec3node(db, hashname, true, &newnode));
615 CHECK(dns_dbiterator_seek(dbit, hashname));
753 CHECK(delnsec3(db, version, hashname, nsec3param, diff));
757 CHECK(dns_difftuple_create(diff->mctx, DNS_DIFFOP_ADD, hashname,
788 CHECK(dns_db_findnsec3node(db, hashname, true, &newnode));
807 CHECK(dns_dbiterator_seek(dbit, hashname));
875 CHECK(delnsec3(db, version, hashname, nsec3param, diff));
880 CHECK(dns_difftuple_create(diff->mctx, DNS_DIFFOP_ADD, hashname,
1402 dns_name_t *hashname; local
    [all...]
zoneverify.c 629 dns_name_t *hashname; local
647 hashname = dns_fixedname_name(&fixed);
648 result = dns_db_findnsec3node(vctx->db, hashname, false, &node);
694 dns_name_t *hashname; local
741 hashname = dns_fixedname_name(&fixed);
742 result = dns_db_findnsec3node(vctx->db, hashname, false, &node);
753 dns_name_format(hashname, hashbuf, sizeof(hashbuf));
  /src/external/gpl3/gdb.old/dist/gdb/
stabsread.h 30 hashname(). */
34 extern int hashname (const char *name);
coffread.c 1583 int hash = hashname (name);
1776 int i = hashname (sym->linkage_name ());
stabsread.c 3520 i = hashname (sym->linkage_name ());
6760 i = hashname (sym->linkage_name ());
7031 hash = hashname (msymbol->linkage_name ());
7202 hashname (const char *name)
7194 hashname (const char *name) function
mdebugread.c 657 int bucket = hashname (s->linkage_name ());
  /src/external/gpl3/gdb/dist/gdb/
stabsread.h 30 hashname(). */
34 extern int hashname (const char *name);
coffread.c 1584 int hash = hashname (name);
1777 int i = hashname (sym->linkage_name ());
stabsread.c 3522 i = hashname (sym->linkage_name ());
6763 i = hashname (sym->linkage_name ());
7034 hash = hashname (msymbol->linkage_name ());
7205 hashname (const char *name)
7197 hashname (const char *name) function
mdebugread.c 657 int bucket = hashname (s->linkage_name ());
  /src/usr.bin/vmstat/
vmstat.c 341 const char *histname, *hashname; local
344 histname = hashname = NULL;
364 hashname = optarg;
508 dohashstat(verbose, todo, hashname);
1933 dohashstat(int verbose, int todo, const char *hashname)
1945 dohashstat_sysctl(verbose, todo, hashname);
1965 if (hashname != NULL) {
1968 hashname) == 0 &&
1974 warnx("%s: no such hash", hashname);
1990 if (hashname != NULL &
    [all...]
  /src/crypto/external/bsd/netpgp/dist/src/lib/
signature.c 1023 const char *hashname,
1053 hash_alg = pgp_str_to_hash_alg(hashname);
1059 hashname);
1186 const char *hashname,
1207 hash_alg = pgp_str_to_hash_alg(hashname);
1211 hashname);
  /src/external/mpl/bind/dist/bin/dnssec/
dnssec-signzone.c 2030 dns_fixedname_t hashname; local
2041 dns_fixedname_init(&hashname);
2045 result = dns_nsec3_hashname(&hashname, hash, &hash_len, name, gorigin,
2061 result = dns_db_findnsec3node(gdb, dns_fixedname_name(&hashname), true,
2996 dns_name_t *hashname; local
3042 hashname = dns_fixedname_initname(&fname);
3048 result = dns_db_findnsec3node(gdb, hashname, false, &node);
  /src/external/bsd/unbound/dist/services/
authzone.c 2917 /** Hash name and return b32encoded hashname for lookup, zone name appended */
2919 az_nsec3_hashname(struct auth_zone* z, uint8_t* hashname, size_t* hashnmlen,
2932 ret = sldns_b32_ntop_extended_hex(hash, hlen, (char*)(hashname+1),
2936 hashname[0] = (uint8_t)ret;
2940 memmove(hashname+ret, z->name, z->namelen);

Completed in 90 milliseconds