Searched refs:oakley_compute_hash1 (Results 1 – 5 of 5) sorted by relevance
/external/ipsec-tools/src/racoon/ |
D | isakmp_quick.c | 277 hash = oakley_compute_hash1(iph2->ph1, iph2->msgid, body); 502 my_hash = oakley_compute_hash1(iph2->ph1, iph2->msgid, hbuf); 776 my_hash = oakley_compute_hash1(iph2->ph1, iph2->msgid, notify); 1050 my_hash = oakley_compute_hash1(iph2->ph1, iph2->msgid, hbuf); 1340 hash = oakley_compute_hash1(iph2->ph1, iph2->msgid, tmp); 1543 myhash = oakley_compute_hash1(iph2->ph1, iph2->msgid, notify);
|
D | oakley.h | 197 extern vchar_t *oakley_compute_hash1 __P((struct ph1handle *,
|
D | isakmp_inf.c | 229 hash = oakley_compute_hash1(iph1, isakmp->msgid, payload); 937 hash = oakley_compute_hash1(iph2->ph1, iph2->msgid, payload);
|
D | isakmp_cfg.c | 226 if ((check = oakley_compute_hash1(iph1, 1182 hash = oakley_compute_hash1(iph2->ph1, iph2->msgid, payload);
|
D | oakley.c | 788 oakley_compute_hash1(iph1, msgid, body) in oakley_compute_hash1() function
|