Home
last modified time | relevance | path

Searched refs:r_hash (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Disakmp_newg.c147 char *r_hash;
174 r_hash = (char *)hash + sizeof(*hash);
177 plogdump(LLV_DEBUG, r_hash, ntohs(hash->h.len) - sizeof(*hash)));
179 result = memcmp(my_hash->v, r_hash, my_hash->l);
H A Disakmp_quick.c708 char *r_hash; local
712 r_hash = (char *)hash + sizeof(*hash);
715 plogdump(LLV_DEBUG, r_hash, ntohs(hash->h.len) - sizeof(*hash));
721 result = memcmp(my_hash->v, r_hash, my_hash->l);
996 char *r_hash; local
1001 r_hash = (char *)hash + sizeof(*hash);
1004 plogdump(LLV_DEBUG, r_hash, ntohs(hash->h.len) - sizeof(*hash));
1011 result = memcmp(my_hash->v, r_hash, my_hash->l);
1317 char *r_hash; local
1321 r_hash = (caddr_t)hash + sizeof(*hash);
[all …]
H A Doakley.c1294 char *r_hash; local
1312 r_hash = (caddr_t)(iph1->pl_hash + 1);
1315 plogdump(LLV_DEBUG, r_hash,
1337 result = memcmp(my_hash->v, r_hash, my_hash->l);
/netbsd-src/external/bsd/jemalloc/include/jemalloc/internal/
H A Dckh.h96 void ckh_string_hash(const void *key, size_t r_hash[2]);
98 void ckh_pointer_hash(const void *key, size_t r_hash[2]);
/netbsd-src/external/bsd/jemalloc/dist/include/jemalloc/internal/
H A Dckh.h96 void ckh_string_hash(const void *key, size_t r_hash[2]);
98 void ckh_pointer_hash(const void *key, size_t r_hash[2]);