Home | History | Annotate | Download | only in racoon

Lines Matching refs:CAfile

461 eay_check_x509cert(cert, CApath, CAfile, local)
464 char *CAfile;
484 BIO *bio = BIO_from_android(CAfile);
513 X509_LOOKUP_load_file(lookup, CAfile,
514 (CAfile == NULL) ? X509_FILETYPE_DEFAULT : X509_FILETYPE_PEM);