Lines Matching refs:vpm
68 char *untrusted, X509_VERIFY_PARAM *vpm);
74 X509_VERIFY_PARAM *vpm);
76 const char *CAstore, X509_VERIFY_PARAM *vpm);
175 X509_VERIFY_PARAM *vpm = NULL; in ts_main() local
181 if ((vpm = X509_VERIFY_PARAM_new()) == NULL) in ts_main()
286 if (!opt_verify(o, vpm)) in ts_main()
343 vpmtouched ? vpm : NULL); in ts_main()
349 X509_VERIFY_PARAM_free(vpm); in ts_main()
856 X509_VERIFY_PARAM *vpm) in verify_command() argument
876 vpm)) == NULL) in verify_command()
904 X509_VERIFY_PARAM *vpm) in create_verify_ctx() argument
953 CAstore, vpm))) in create_verify_ctx()
959 vpm); in create_verify_ctx()
976 const char *CAstore, X509_VERIFY_PARAM *vpm) in create_cert_store() argument
1026 if (vpm != NULL) in create_cert_store()
1027 X509_STORE_set1_param(cert_ctx, vpm); in create_cert_store()