Home
last modified time | relevance | path

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

/external/openssl/apps/
Dverify.c85 char *untfile = NULL, *trustfile = NULL, *crlfile = NULL; in MAIN() local
141 trustfile= *(++argv); in MAIN()
209 if(trustfile) in MAIN()
211 trusted = load_certs(bio_err, trustfile, FORMAT_PEM, in MAIN()