OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:r_hash
(Results
1 - 3
of
3
) sorted by null
/external/ipsec-tools/src/racoon/
isakmp_newg.c
147
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);
isakmp_quick.c
494
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
= (caddr_t)hash + sizeof(*hash)
493
char *
r_hash
;
local
766
char *
r_hash
;
local
1041
char *
r_hash
;
local
1446
char *
r_hash
;
local
[
all
...]
oakley.c
1263
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);
[
all
...]
Completed in 1206 milliseconds