Home
last modified time | relevance | path

Searched defs:vpm (Results 1 – 17 of 17) sorted by relevance

/freebsd/crypto/openssl/apps/
H A Dts.c175 X509_VERIFY_PARAM *vpm = NULL; in ts_main() local
850 verify_command(const char * data,const char * digest,const char * queryfile,const char * in,int token_in,const char * CApath,const char * CAfile,const char * CAstore,char * untrusted,X509_VERIFY_PARAM * vpm) verify_command() argument
898 create_verify_ctx(const char * data,const char * digest,const char * queryfile,const char * CApath,const char * CAfile,const char * CAstore,char * untrusted,X509_VERIFY_PARAM * vpm) create_verify_ctx() argument
971 create_cert_store(const char * CApath,const char * CAfile,const char * CAstore,X509_VERIFY_PARAM * vpm) create_cert_store() argument
[all...]
H A Dverify.c86 X509_VERIFY_PARAM *vpm = NULL; in verify_main() local
H A Dsmime.c142 X509_VERIFY_PARAM *vpm = NULL; in smime_main() local
H A Docsp.c235 X509_VERIFY_PARAM *vpm = NULL; in ocsp_main() local
H A Dcms.c291 X509_VERIFY_PARAM *vpm = X509_VERIFY_PARAM_new(); in cms_main() local
H A Ds_client.c790 X509_VERIFY_PARAM *vpm = NULL; in s_client_main() local
H A Dcmp.c196 static X509_VERIFY_PARAM *vpm = NULL; variable
H A Ds_server.c988 X509_VERIFY_PARAM *vpm = NULL; in s_server_main() local
/freebsd/crypto/openssl/test/
H A Dx509_time_test.c300 static int test_X509_cmp_timeframe_vpm(const X509_VERIFY_PARAM *vpm, in test_X509_cmp_timeframe_vpm()
329 X509_VERIFY_PARAM *vpm = X509_VERIFY_PARAM_new(); in test_X509_cmp_timeframe() local
H A Dcmp_vfy_test.c229 X509_VERIFY_PARAM *vpm = X509_STORE_get0_param(ts); in test_validate_msg_signature_partial_chain() local
390 X509_VERIFY_PARAM *vpm = X509_STORE_get0_param(ts); in setup_path() local
/freebsd/crypto/openssl/crypto/x509/
H A Dt_x509.c479 X509_VERIFY_PARAM *vpm = X509_STORE_get0_param(ts); in X509_STORE_CTX_print_verify_cb() local
H A Dx509_vpm.c36 static int int_x509_param_set_hosts(X509_VERIFY_PARAM *vpm, int mode, in int_x509_param_set_hosts()
H A Dx509_vfy.c770 static int check_hosts(X509 *x, X509_VERIFY_PARAM *vpm) in check_hosts()
790 X509_VERIFY_PARAM *vpm = ctx->param; in check_id() local
1930 int X509_cmp_timeframe(const X509_VERIFY_PARAM *vpm, in X509_cmp_timeframe()
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_vfy.c234 X509_VERIFY_PARAM *vpm = ts != NULL ? X509_STORE_get0_param(ts) : NULL; in cert_acceptable() local
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c663 X509_VERIFY_PARAM *vpm) in warn_cert()
676 X509_VERIFY_PARAM *vpm) in warn_certs()
687 X509_VERIFY_PARAM *vpm) in load_cert_certs()
773 X509_VERIFY_PARAM *vpm) in load_certstore()
2485 X509_VERIFY_PARAM *vpm = X509_STORE_get0_param(ts); in app_http_tls_cb() local
H A Dopt.c677 int opt_verify(int opt, X509_VERIFY_PARAM *vpm) in opt_verify()
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c1162 int SSL_CTX_set1_param(SSL_CTX *ctx, X509_VERIFY_PARAM *vpm) in SSL_CTX_set1_param()
1167 int SSL_set1_param(SSL *ssl, X509_VERIFY_PARAM *vpm) in SSL_set1_param()