Home | History | Annotate | Download | only in racoon

Lines Matching refs:__P

127 static int oakley_check_dh_pub __P((vchar_t *, vchar_t **));
128 static int oakley_compute_keymat_x __P((struct ph2handle *, int, int));
129 static int get_cert_fromlocal __P((struct ph1handle *, int));
130 static int get_plainrsa_fromlocal __P((struct ph1handle *, int));
131 static int oakley_check_certid __P((struct ph1handle *iph1));
132 static int check_typeofcertname __P((int, int));
133 static cert_t *save_certbuf __P((struct isakmp_gen *));
134 static cert_t *save_certx509 __P((X509 *));
135 static int oakley_padlen __P((int, int));