Searched refs:setup_verify (Results 1 – 5 of 5) sorted by relevance
/external/openssl/apps/ |
D | apps.h | 282 X509_STORE *setup_verify(BIO *bp, char *CAfile, char *CApath);
|
D | smime.c | 640 if (!(store = setup_verify(bio_err, CAfile, CApath))) in MAIN()
|
D | ocsp.c | 803 store = setup_verify(bio_err, CAfile, CApath); in MAIN()
|
D | cms.c | 874 if (!(store = setup_verify(bio_err, CAfile, CApath))) in MAIN()
|
D | apps.c | 1304 X509_STORE *setup_verify(BIO *bp, char *CAfile, char *CApath) in setup_verify() function
|