Searched defs:r_hash (Results 1 - 8 of 8) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
H A Dhash.h28 size_t r_hash[2]);
338 hash(const void *key, size_t len, const uint32_t seed, size_t r_hash[2]) argument
344 hash_x64_128(key, (int)len, seed, (uint64_t *)r_hash);
349 r_hash[0] = (size_t)hashes[0];
350 r_hash[1] = (size_t)hashes[1];
/external/ipsec-tools/src/racoon/
H A Disakmp_quick.c494 char *r_hash;
498 r_hash = (char *)hash + sizeof(*hash);
501 plogdump(LLV_DEBUG, r_hash, ntohs(hash->h.len) - sizeof(*hash));
507 result = memcmp(my_hash->v, r_hash, my_hash->l);
767 char *r_hash;
772 r_hash = (char *)hash + sizeof(*hash);
775 plogdump(LLV_DEBUG, r_hash, ntohs(hash->h.len) - sizeof(*hash));
782 result = memcmp(my_hash->v, r_hash, my_hash->l);
1042 char *r_hash;
1046 r_hash
493 char *r_hash; local
766 char *r_hash; local
1041 char *r_hash; local
1446 char *r_hash; local
[all...]
H A Doakley.c1267 char *r_hash; local
1285 r_hash = (caddr_t)(iph1->pl_hash + 1);
1288 plogdump(LLV_DEBUG, r_hash,
1310 result = memcmp(my_hash->v, r_hash, my_hash->l);
/external/jemalloc/src/
H A Dckh.c535 ckh_string_hash(const void *key, size_t r_hash[2]) argument
538 hash(key, strlen((const char *)key), 0x94122f33U, r_hash);
552 ckh_pointer_hash(const void *key, size_t r_hash[2]) argument
561 hash(&u.i, sizeof(u.i), 0xd983396eU, r_hash);
H A Dprof.c1757 prof_bt_hash(const void *key, size_t r_hash[2]) argument
1763 hash(bt->vec, bt->len * sizeof(void *), 0x94122f33U, r_hash);
/external/wpa_supplicant_8/hostapd/src/common/
H A Ddpp.c3880 static int dpp_check_pubkey_match(EVP_PKEY *pub, struct wpabuf *r_hash) argument
3888 if (wpabuf_len(r_hash) != SHA256_MAC_LEN)
3901 if (os_memcmp(hash, wpabuf_head(r_hash), SHA256_MAC_LEN) != 0) {
/external/wpa_supplicant_8/src/common/
H A Ddpp.c3880 static int dpp_check_pubkey_match(EVP_PKEY *pub, struct wpabuf *r_hash) argument
3888 if (wpabuf_len(r_hash) != SHA256_MAC_LEN)
3901 if (os_memcmp(hash, wpabuf_head(r_hash), SHA256_MAC_LEN) != 0) {
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Ddpp.c3880 static int dpp_check_pubkey_match(EVP_PKEY *pub, struct wpabuf *r_hash) argument
3888 if (wpabuf_len(r_hash) != SHA256_MAC_LEN)
3901 if (os_memcmp(hash, wpabuf_head(r_hash), SHA256_MAC_LEN) != 0) {

Completed in 430 milliseconds