Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
Doakley.c375 oakley_prf(key, buf, iph1) in oakley_prf() function
530 res = oakley_prf(iph2->ph1->skeyid_d, buf, iph2->ph1);
603 this = oakley_prf(iph2->ph1->skeyid_d, seed,
720 res = oakley_prf(iph1->skeyid_a, buf, iph1); in oakley_compute_hashx()
765 res = oakley_prf(iph1->skeyid_a, buf, iph1);
821 res = oakley_prf(iph1->skeyid_a, buf, iph1);
940 res = oakley_prf(iph1->skeyid, buf, iph1);
1087 res = oakley_prf(hashkey, buf, iph1);
1213 res = oakley_prf(hash, buf, iph1);
2590 iph1->skeyid = oakley_prf(iph1->authstr, buf, iph1);
[all …]
Doakley.h187 extern vchar_t *oakley_prf __P((vchar_t *, vchar_t *, struct ph1handle *));