Searched refs:oakley_compute_keymat_x (Results 1 – 1 of 1) sorted by relevance
132 static int oakley_compute_keymat_x __P((struct ph2handle *, int, int));454 if (oakley_compute_keymat_x(iph2, side, INBOUND_SA) < 0455 || oakley_compute_keymat_x(iph2, side, OUTBOUND_SA) < 0)476 oakley_compute_keymat_x(iph2, side, sa_dir) in oakley_compute_keymat_x() function