Home
last modified time | relevance | path

Searched refs:hash (Results 201 – 225 of 462) sorted by relevance

12345678910>>...19

/illumos-gate/usr/src/common/crypto/skein/
H A DTHIRDPARTYLICENSE1 Implementation of the Skein hash function.
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/raw/
H A Draw_decrypt.c40 const struct krb5_hash_provider *hash, in krb5_raw_decrypt() argument
/illumos-gate/usr/src/cmd/make/bin/
H A Ddoname.cc1257 suffix_length = suffix->name->hash.length; in check_dependencies()
1259 if (tt->hash.length < suffix_length) { in check_dependencies()
1268 (int)(tt->hash.length - suffix_length) in check_dependencies()
1453 (int) lib->hash.length); in dynamic_dependencies()
1513 pattern[dependency->name->hash.length - in dynamic_dependencies()
1520 (int) dependency->name->hash.length); in dynamic_dependencies()
1521 pattern[dependency->name->hash.length] = in dynamic_dependencies()
1805 if ((rule->command_line->hash.length > 0) && in execute_serial()
1811 if (rule->command_line->hash.length > 0) { in execute_serial()
1934 (int) cmd->hash.length); in vpath_translation()
[all …]
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dutil.c334 if ((pn.pn_hash = hash) == 0) in pnavl_recorded()
363 if ((fpn.fpn_node.pn_hash = hash) == 0) in fpavl_recorded()
384 uint_t hash = sgs_str_hash(name); in fpavl_insert() local
389 _lmp = fpavl_recorded(lml, name, hash, &where); in fpavl_insert()
405 fpnp->fpn_node.pn_hash = hash; in fpavl_insert()
448 uint_t hash = sgs_str_hash(name); in nfavl_insert() local
467 pnp->pn_hash = hash; in nfavl_insert()
488 uint_t hash; in spavl_insert() local
500 hash = sgs_str_hash(buffer); in spavl_insert()
514 pnp->pn_hash = hash; in spavl_insert()
[all …]
H A Dconfig_elf.c427 elf_config_ent(const char *name, Word hash, int id, const char **alternate) in elf_config_ent() argument
433 bkt = hash % config->c_hashtbl[0]; in elf_config_ent()
440 if ((obj->co_hash != hash) || (strcmp(name, str) != 0) || in elf_config_ent()
/illumos-gate/usr/src/tools/smatch/src/cwchash/
H A Dhashtable_private.h28 hash(struct hashtable *h, void *k);
H A Dhashtable_utility.c23 hashvalue = hash(h,k); in hashtable_change()
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/
H A Dencrypt_length.c46 (krb5_enctypes_list[i].enc, krb5_enctypes_list[i].hash, in krb5_c_encrypt_length()
H A Dchecksum_length.c50 *length = krb5_cksumtypes_list[i].hash->hashsize; in krb5_c_checksum_length()
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dhashset.h39 extern HASHSET h_create(uint_t (*hash) (const void *),
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzap_impl.h212 #define ZAP_HASH_IDX(hash, n) (((n) == 0) ? 0 : ((hash) >> (64 - (n)))) argument
/illumos-gate/usr/src/cmd/cmd-crypto/elfsign/
H A Delfsign.c501 uchar_t hash[SIG_MAX_LENGTH]; in do_sign() local
588 bzero(hash, sizeof (hash)); in do_sign()
589 if (elfsign_hash(cmd_info.ess, hash, &hash_len) != ELFSIGN_SUCCESS) { in do_sign()
598 hash, hash_len, sig, &sig_len)) { in do_sign()
649 bzero(hash, hash_len); in do_sign()
/illumos-gate/usr/src/cmd/oawk/
H A Dtran.c154 h = hash(n); in setsymtab()
164 hash(wchar_t *s) /* form hash value for string s */ in hash() function
182 for (p = tab[hash(s)]; p != NULL; p = p->nextval) in lookup()
/illumos-gate/usr/src/boot/forth/
H A Dsupport.4th48 \ string module.hash module's sha1 hash
127 sizeof string member: module.hash
1142 addr module.hash strfree
1463 \ if type is hash, name= will have module name without .hash suffix
1468 addr module.hash .len @
1469 if ( set hash= )
1470 s" hash=" addr module.hash strget concat
1471 addr module.largs strset \ largs = "hash=" + module.hash
1475 if ( module.type == "hash" )
1491 s" .hash" compare 0=
[all …]
/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_defn.c71 inj_hash_t *hash = item2hash(inj_mem2item(type)); in inj_defn_lookup() local
74 if ((v = inj_strhash_lookup(hash, name)) == NULL) in inj_defn_lookup()
796 inj_hash_t *hash = item2hash(type); in inj_defn_finish() local
824 if ((v = inj_strhash_lookup(hash, name)) != NULL) { in inj_defn_finish()
833 (void) inj_strhash_insert(hash, name, (uintptr_t)defn); in inj_defn_finish()
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dhtable.c669 uint32_t hash = 5381; in htab_compute_hval() local
673 hash = ((hash << 5) + hash) + c; in htab_compute_hval()
676 return (hash); in htab_compute_hval()
/illumos-gate/usr/src/cmd/mailx/
H A Dcmd2.c624 h = hash(field); in retfield()
701 h = hash(field); in unretfield()
735 h = hash(field); in igfield()
819 h = hash(field); in unigfield()
/illumos-gate/usr/src/lib/nsswitch/files/common/
H A Dgetnetgrent.c72 uint_t hash = 0; in hash_netgrname() local
87 hash = hash * 15 + name[i]; in hash_netgrname()
88 return (hash); in hash_netgrname()
H A Dfiles_common.c393 uint_t hash, line, f; in _nss_files_XY_hash() local
430 hash = fhp->fh_hash_func[hashop](args, 1, NULL, 0);
431 for (hp = htab[hash % fhp->fh_size].h_first; hp != NULL;
433 if (hp->h_hash != hash)
/illumos-gate/usr/src/uts/common/refhash/
H A Drefhash.c31 refhash_create(uint_t bucket_count, refhash_hash_f hash, in refhash_create() argument
58 hp->rh_hash = hash; in refhash_create()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_common.h59 int hash(krb5_donot_replay *rep, int hsize);
/illumos-gate/usr/src/cmd/spell/
H A Dhash.c66 hash(char *s) in hash() function
/illumos-gate/usr/src/cmd/bart/
H A Dcreate.c654 unsigned char hash[MD5_DIGEST_LENGTH]; in generate_hash() local
672 MD5Final(hash, &ctx); in generate_hash()
675 (void) sprintf(hash_str + (i*2), "%2.2x", hash[i]); in generate_hash()
/illumos-gate/usr/src/cmd/refer/
H A Ddeliv2.c19 hash(char *s) in hash() function
/illumos-gate/usr/src/boot/common/
H A Dmodule.c231 int ch, verbose, hash, ret = 0; in command_lsmod() local
234 hash = 0; in command_lsmod()
243 hash = 1; in command_lsmod()
280 if (hash == 1) { in command_lsmod()
442 uint8_t hash[SHA1_DIGEST_LENGTH]; in module_hash() local
446 sha1(addr, size, hash); in module_hash()
449 hash[i] & 0xff); in module_hash()

12345678910>>...19