Home
last modified time | relevance | path

Searched refs:setup_verify (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dverify.c172 if ((store = setup_verify(CAfile, CApath, noCAfile, noCApath)) == NULL) in verify_main()
H A Dcrl.c188 if ((store = setup_verify(CAfile, CApath, noCAfile, noCApath)) == NULL) in crl_main()
H A Dapps.h471 X509_STORE *setup_verify(const char *CAfile, const char *CApath,
H A Dsmime.c476 if ((store = setup_verify(CAfile, CApath, noCAfile, noCApath)) == NULL) in smime_main()
H A Dpkcs12.c403 if ((store = setup_verify(CAfile, CApath, noCAfile, noCApath)) in pkcs12_main()
H A Dcms.c800 if ((store = setup_verify(CAfile, CApath, noCAfile, noCApath)) == NULL) in cms_main()
H A Docsp.c755 store = setup_verify(CAfile, CApath, noCAfile, noCApath); in ocsp_main()
H A Dapps.c1236 X509_STORE *setup_verify(const char *CAfile, const char *CApath, int noCAfile, int noCApath) in setup_verify() function
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dcrl.c225 if ((store = setup_verify(CAfile, noCAfile, CApath, noCApath, in crl_main()
H A Dverify.c209 if ((store = setup_verify(CAfile, noCAfile, CApath, noCApath, in verify_main()
H A Dpkcs12.c601 if ((store = setup_verify(CAfile, noCAfile, CApath, noCApath, in pkcs12_main()
H A Docsp.c799 store = setup_verify(CAfile, noCAfile, CApath, noCApath, in ocsp_main()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/include/
H A Dapps.h153 X509_STORE *setup_verify(const char *CAfile, int noCAfile,
/netbsd-src/crypto/external/bsd/openssl/dist/apps/lib/
H A Dapps.c1360 X509_STORE *setup_verify(const char *CAfile, int noCAfile, in setup_verify() function