Lines Matching refs:CAstore
67 const char *CAstore,
72 const char *CAstore,
76 const char *CAstore, X509_VERIFY_PARAM *vpm);
170 char *CAstore = NULL; in ts_main() local
274 CAstore = opt_arg(); in ts_main()
342 CApath, CAfile, CAstore, untrusted, in ts_main()
855 const char *CAstore, char *untrusted, in verify_command() argument
875 CApath, CAfile, CAstore, untrusted, in verify_command()
902 const char *CAstore, in create_verify_ctx() argument
953 CAstore, vpm))) in create_verify_ctx()
976 const char *CAstore, X509_VERIFY_PARAM *vpm) in create_cert_store() argument
1014 if (CAstore != NULL) { in create_cert_store()
1020 if (X509_LOOKUP_load_store_ex(lookup, CAstore, libctx, propq) <= 0) { in create_cert_store()
1021 BIO_printf(bio_err, "Error loading store URI %s\n", CAstore); in create_cert_store()