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