Home
last modified time | relevance | path

Searched refs:hash (Results 1 – 21 of 21) sorted by relevance

/third_party/ulib/cryptolib/
A Dcryptolib.c70 clHASH_init(&ctx->hash); in _HMAC_init()
72 memcpy(&ctx->opad[0], clHASH_final(&ctx->hash), clHASH_size(&ctx->hash)); in _HMAC_init()
81 clHASH_init(&ctx->hash); in _HMAC_init()
92 clHASH_init(&ctx->hash); in clHMAC_final()
96 return clHASH_final(&ctx->hash); in clHMAC_final()
233 clSHA256_init(&ctx->hash); in clHMAC_SHA256_init()
319 clSHA1_init(&ctx->hash); in clHMAC_SHA1_init()
457 clHASH_init(hash); in clRSA2K_verify()
458 clHASH_update(hash, buf, len); in clRSA2K_verify()
459 digest = clHASH_final(hash); in clRSA2K_verify()
[all …]
/third_party/ulib/cryptolib/include/lib/crypto/
A Dcryptolib.h50 struct clHASH_CTX* hash /* not const! */);
79 clHASH_CTX hash; member
83 #define clHMAC_update(ctx, data, len) clHASH_update(&(ctx)->hash, data, len)
84 #define clHMAC_size(ctx) clHASH_size(&(ctx)->hash)
/third_party/ulib/musl/src/network/
A Dif_nameindex.c21 unsigned int hash[IFADDRS_HASH_SIZE]; member
52 i = ctx->hash[bucket]; in netlink_msg_to_nameindex()
77 map->hash_next = ctx->hash[bucket]; in netlink_msg_to_nameindex()
78 ctx->hash[bucket] = ctx->num; in netlink_msg_to_nameindex()
A Dgetifaddrs.c43 struct ifaddrs_storage* hash[IFADDRS_HASH_SIZE]; member
122 for (ifs0 = ctx->hash[ifa->ifa_index % IFADDRS_HASH_SIZE]; ifs0; ifs0 = ifs0->hash_next) in netlink_msg_to_ifaddr()
161 ifs->hash_next = ctx->hash[bucket]; in netlink_msg_to_ifaddr()
162 ctx->hash[bucket] = ifs; in netlink_msg_to_ifaddr()
/third_party/ulib/jemalloc/src/
A Dckh.c77 ckh->hash(key, hashes); in ckh_isearch()
160 ckh->hash(key, hashes); in ckh_evict_reloc_insert()
202 ckh->hash(key, hashes); in ckh_try_insert()
355 ckh_new(tsd_t *tsd, ckh_t *ckh, size_t minitems, ckh_hash_t *hash, in ckh_new() argument
363 assert(hash != NULL); in ckh_new()
391 ckh->hash = hash; in ckh_new()
540 hash(key, strlen((const char *)key), 0x94122f33U, r_hash); in ckh_string_hash()
562 hash(&u.i, sizeof(u.i), 0xd983396eU, r_hash); in ckh_pointer_hash()
A Dprof.c1834 hash(bt->vec, bt->len * sizeof(void *), 0x94122f33U, r_hash); in prof_bt_hash()
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dckh_structs.h34 ckh_hash_t *hash; member
A Dckh_externs.h6 bool ckh_new(tsd_t *tsd, ckh_t *ckh, size_t minitems, ckh_hash_t *hash,
A Dhash_inlines.h16 void hash(const void *key, size_t len, const uint32_t seed,
321 hash(const void *key, size_t len, const uint32_t seed, size_t r_hash[2]) in hash() function
A Dprivate_symbols.txt222 hash
A Dprivate_namespace.h222 #define hash JEMALLOC_N(hash) macro
A Djemalloc_internal_defs.h.in283 /* For use by hash code. */
A Dprivate_unnamespace.h222 #undef hash
/third_party/ulib/ngunwind/src/dwarf/
A DGparser.c528 cache->hash[i] = -1; in flush_rs_cache()
567 hash (unw_word_t ip) in hash() function
595 index = cache->hash[hash (ip)]; in rs_lookup()
633 index = hash (rs->ip); in rs_new()
634 tmp = cache->buckets + cache->hash[index]; in rs_new()
643 cache->hash[index] = tmp->coll_chain; in rs_new()
656 index = hash (c->ip); in rs_new()
657 rs->coll_chain = cache->hash[index]; in rs_new()
658 cache->hash[index] = rs - cache->buckets; in rs_new()
/third_party/uapp/dash/src/
A Dbuiltins.def19 hashcmd hash
A Dbuiltins.def.in69 hashcmd hash
A DTOUR225 the command in the hash table if it is not already there. The
229 fore any forking is done, so to get the commands into the hash
247 VAR.C: Variables are stored in a hash table. Probably we should
/third_party/dev/ethernet/e1000/
A DREADME.fuchsia9 at hash 3258eeeb442b48695165a6cb66aabd5b8422478c, under the BSD-3-Clause
/third_party/ulib/ngunwind/include/ngunwind/
A Ddwarf.h322 unsigned short hash[DWARF_UNW_HASH_SIZE]; member
/third_party/ulib/musl/
A DWHATSNEW724 - sha 256/512 password hash functions in crypt
725 - GNU hash support in dynamic linker
751 - md5 crypt hash function
1555 - major speed-up for dynamic linker symbol lookups with GNU hash
/third_party/ulib/jemalloc/
A DChangeLog196 - Handle unaligned keys in hash(). This caused problems for some ARM systems.
486 - Fix inconsequential test failures for hash and SFMT code.

Completed in 39 milliseconds