Home
last modified time | relevance | path

Searched refs:hashname (Results 1 – 12 of 12) sorted by relevance

/openbsd/src/lib/libkeynote/
Dauxil.c335 char *hashname; in keynote_add_htable() local
345 hashname = as->as_authorizer_string_s; in keynote_add_htable()
347 hashname = as->as_authorizer; in keynote_add_htable()
349 if (hashname == NULL) in keynote_add_htable()
355 i = keynote_keyhash(hashname, as->as_signeralgorithm); in keynote_add_htable()
/openbsd/src/bin/csh/
Dexec.c93 static int hashname(Char *);
196 hashval = hashname(*av); in doexec()
449 hashval = hash(hashname(str2short(dp->d_name)), i); in dohash()
475 hashname(Char *cp) in hashname() function
500 hashval = hashname(name); in iscommand()
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dbuildsym.h270 extern int hashname (char *name);
Dcoffread.c1431 int hash = hashname (name); in patch_opaque_types()
1653 int i = hashname (DEPRECATED_SYMBOL_NAME (sym)); in process_coff_symbol()
Dbuildsym.c1088 hashname (char *name) in hashname() function
Dstabsread.c914 i = hashname (DEPRECATED_SYMBOL_NAME (sym)); in define_symbol()
4064 i = hashname (DEPRECATED_SYMBOL_NAME (sym)); in common_block_end()
4233 hash = hashname (DEPRECATED_SYMBOL_NAME (msymbol)); in scan_file_globals()
Dmdebugread.c665 int bucket = hashname (DEPRECATED_SYMBOL_NAME (s)); in parse_symbol()
DChangeLog-19925529 * buildsym.c: Moved hashname() function here from dbxread.c.
5576 * coffread.c (hashname): Remove; use common version in buildsym.c.
5605 * dbxread.c (hashname): Remove; moved to buildsym.c.
DChangeLog-20003867 * buildsym.c (hashname): Change to use hash function from bcache.c/.h
DChangeLog-19933082 * stabsread.c, buildsym.c (hashname): Moved function to
/openbsd/src/sbin/unwind/libunbound/services/
Dauthzone.c2904 az_nsec3_hashname(struct auth_zone* z, uint8_t* hashname, size_t* hashnmlen, in az_nsec3_hashname() argument
2917 ret = sldns_b32_ntop_extended_hex(hash, hlen, (char*)(hashname+1), in az_nsec3_hashname()
2921 hashname[0] = (uint8_t)ret; in az_nsec3_hashname()
2925 memmove(hashname+ret, z->name, z->namelen); in az_nsec3_hashname()
/openbsd/src/usr.sbin/unbound/services/
Dauthzone.c2904 az_nsec3_hashname(struct auth_zone* z, uint8_t* hashname, size_t* hashnmlen, in az_nsec3_hashname() argument
2917 ret = sldns_b32_ntop_extended_hex(hash, hlen, (char*)(hashname+1), in az_nsec3_hashname()
2921 hashname[0] = (uint8_t)ret; in az_nsec3_hashname()
2925 memmove(hashname+ret, z->name, z->namelen); in az_nsec3_hashname()