Searched refs:oakley_prf (Results 1 - 2 of 2) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Doakley.h187 extern vchar_t *oakley_prf __P((vchar_t *, vchar_t *, struct ph1handle *));
H A Doakley.c372 oakley_prf(key, buf, iph1) function
527 res = oakley_prf(iph2->ph1->skeyid_d, buf, iph2->ph1);
600 this = oakley_prf(iph2->ph1->skeyid_d, seed,
604 "oakley_prf memory overflow\n");
717 res = oakley_prf(iph1->skeyid_a, buf, iph1);
762 res = oakley_prf(iph1->skeyid_a, buf, iph1);
818 res = oakley_prf(iph1->skeyid_a, buf, iph1);
937 res = oakley_prf(iph1->skeyid, buf, iph1);
1084 res = oakley_prf(hashkey, buf, iph1);
1210 res = oakley_prf(has
[all...]

Completed in 13 milliseconds