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 379 oakley_prf(key, buf, iph1) function
534 res = oakley_prf(iph2->ph1->skeyid_d, buf, iph2->ph1);
607 this = oakley_prf(iph2->ph1->skeyid_d, seed,
611 "oakley_prf memory overflow\n");
724 res = oakley_prf(iph1->skeyid_a, buf, iph1);
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)
    [all...]

Completed in 63 milliseconds