HomeSort by relevance Sort by last modified time
    Searched refs:oakley_prf (Results 1 - 2 of 2) sorted by null

  /external/ipsec-tools/src/racoon/
oakley.h 187 extern vchar_t *oakley_prf __P((vchar_t *, vchar_t *, struct ph1handle *));
oakley.c 375 oakley_prf(key, buf, iph1) function
530 res = oakley_prf(iph2->ph1->skeyid_d, buf, iph2->ph1);
603 this = oakley_prf(iph2->ph1->skeyid_d, seed,
607 "oakley_prf memory overflow\n");
720 res = oakley_prf(iph1->skeyid_a, buf, iph1);
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)
    [all...]

Completed in 33 milliseconds