Home | History | Annotate | Download | only in racoon

Lines Matching refs:ok

585 cb_check_cert_local(ok, ctx)
586 int ok;
592 if (!ok) {
599 * ok if they are self signed. But we should still warn
609 ok = 1;
624 return ok;
632 cb_check_cert_remote(ok, ctx)
633 int ok;
639 if (!ok) {
646 ok = 1;
661 return ok;