Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
Doakley.c379 oakley_prf(key, buf, iph1) in oakley_prf() function
534 res = oakley_prf(iph2->ph1->skeyid_d, buf, iph2->ph1);
607 this = oakley_prf(iph2->ph1->skeyid_d, seed,
724 res = oakley_prf(iph1->skeyid_a, buf, iph1); in oakley_compute_hashx()
769 res = oakley_prf(iph1->skeyid_a, buf, iph1);
825 res = oakley_prf(iph1->skeyid_a, buf, iph1);
944 res = oakley_prf(iph1->skeyid, buf, iph1);
1091 res = oakley_prf(hashkey, buf, iph1);
1217 res = oakley_prf(hash, buf, iph1);
2644 iph1->skeyid = oakley_prf(iph1->authstr, buf, iph1);
[all …]
Doakley.h187 extern vchar_t *oakley_prf __P((vchar_t *, vchar_t *, struct ph1handle *));