Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
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);
Disakmp_quick.c493 char *r_hash; local
497 r_hash = (char *)hash + sizeof(*hash);
500 plogdump(LLV_DEBUG, r_hash, ntohs(hash->h.len) - sizeof(*hash));
506 result = memcmp(my_hash->v, r_hash, my_hash->l);
766 char *r_hash; local
771 r_hash = (char *)hash + sizeof(*hash);
774 plogdump(LLV_DEBUG, r_hash, ntohs(hash->h.len) - sizeof(*hash));
781 result = memcmp(my_hash->v, r_hash, my_hash->l);
1041 char *r_hash; local
1045 r_hash = (caddr_t)hash + sizeof(*hash);
[all …]
Doakley.c1263 char *r_hash; local
1281 r_hash = (caddr_t)(iph1->pl_hash + 1);
1284 plogdump(LLV_DEBUG, r_hash,
1306 result = memcmp(my_hash->v, r_hash, my_hash->l);