| /third_party/ulib/cryptolib/ |
| A D | cryptolib.c | 70 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 D | cryptolib.h | 50 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 D | if_nameindex.c | 21 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 D | getifaddrs.c | 43 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 D | ckh.c | 77 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 D | prof.c | 1834 hash(bt->vec, bt->len * sizeof(void *), 0x94122f33U, r_hash); in prof_bt_hash()
|
| /third_party/ulib/jemalloc/include/jemalloc/internal/ |
| A D | ckh_structs.h | 34 ckh_hash_t *hash; member
|
| A D | ckh_externs.h | 6 bool ckh_new(tsd_t *tsd, ckh_t *ckh, size_t minitems, ckh_hash_t *hash,
|
| A D | hash_inlines.h | 16 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 D | private_symbols.txt | 222 hash
|
| A D | private_namespace.h | 222 #define hash JEMALLOC_N(hash) macro
|
| A D | jemalloc_internal_defs.h.in | 283 /* For use by hash code. */
|
| A D | private_unnamespace.h | 222 #undef hash
|
| /third_party/ulib/ngunwind/src/dwarf/ |
| A D | Gparser.c | 528 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 D | builtins.def | 19 hashcmd hash
|
| A D | builtins.def.in | 69 hashcmd hash
|
| A D | TOUR | 225 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 D | README.fuchsia | 9 at hash 3258eeeb442b48695165a6cb66aabd5b8422478c, under the BSD-3-Clause
|
| /third_party/ulib/ngunwind/include/ngunwind/ |
| A D | dwarf.h | 322 unsigned short hash[DWARF_UNW_HASH_SIZE]; member
|
| /third_party/ulib/musl/ |
| A D | WHATSNEW | 724 - 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 D | ChangeLog | 196 - Handle unaligned keys in hash(). This caused problems for some ARM systems. 486 - Fix inconsequential test failures for hash and SFMT code.
|