Searched refs:oakley_compute_hash1 (Results 1 – 5 of 5) sorted by relevance
/external/ipsec-tools/src/racoon/ |
D | oakley.h | 187 extern vchar_t *oakley_compute_hash1 __P((struct ph1handle *,
|
D | isakmp_quick.c | 360 hash = oakley_compute_hash1(iph2->ph1, iph2->msgid, body); 719 my_hash = oakley_compute_hash1(iph2->ph1, iph2->msgid, hbuf); 1008 my_hash = oakley_compute_hash1(iph2->ph1, iph2->msgid, notify); 1328 my_hash = oakley_compute_hash1(iph2->ph1, iph2->msgid, hbuf); 1675 hash = oakley_compute_hash1(iph2->ph1, iph2->msgid, tmp); 1884 myhash = oakley_compute_hash1(iph2->ph1, iph2->msgid, notify);
|
D | isakmp_inf.c | 231 hash = oakley_compute_hash1(iph1, isakmp->msgid, payload); 917 hash = oakley_compute_hash1(iph1, iph2->msgid, payload);
|
D | isakmp_cfg.c | 230 if ((check = oakley_compute_hash1(iph1, 1213 hash = oakley_compute_hash1(iph1, iph2->msgid, payload);
|
D | oakley.c | 838 oakley_compute_hash1(iph1, msgid, body) in oakley_compute_hash1() function
|