Searched refs:X509_STORE_CTX (Results 26 - 50 of 66) sorted by relevance

123

/macosx-10.10/postfix-255/postfix/src/tls/
H A Dtls_verify.c12 /* X509_STORE_CTX *ctx;
149 int tls_verify_certificate_callback(int ok, X509_STORE_CTX *ctx)
H A Dtls.h540 extern int tls_verify_certificate_callback(int, X509_STORE_CTX *);
H A Dtls_dane.c1715 static void set_trust(TLS_SESS_STATE *TLScontext, X509_STORE_CTX *ctx)
1801 static int dane_cb(X509_STORE_CTX *ctx, void *app_ctx)
1868 X509_STORE_CTX ctx;
/macosx-10.10/OpenSSL098-52/src/apps/
H A Dsmime.c73 static int smime_cb(int ok, X509_STORE_CTX *ctx);
787 static int smime_cb(int ok, X509_STORE_CTX *ctx)
H A Dcrl.c114 X509_STORE_CTX ctx;
H A Ds_cb.c132 int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx)
H A Dx509.c150 static int MS_CALLBACK callb(int ok, X509_STORE_CTX *ctx);
1131 X509_STORE_CTX xsc;
1196 static int MS_CALLBACK callb(int ok, X509_STORE_CTX *ctx)
H A Dcms.c72 static int cms_cb(int ok, X509_STORE_CTX *ctx);
1200 static int cms_cb(int ok, X509_STORE_CTX *ctx)
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dtls_o.c68 static int tlso_verify_cb( int ok, X509_STORE_CTX *ctx );
70 static int tlso_verify_ok( int ok, X509_STORE_CTX *ctx );
1334 tlso_verify_cb( int ok, X509_STORE_CTX *ctx )
1388 tlso_verify_ok( int ok, X509_STORE_CTX *ctx )
/macosx-10.10/OpenSSL098-52/src/crypto/pkcs7/
H A Dpk7_smime.c175 X509_STORE_CTX cert_ctx;
H A Dpkcs7.h322 int PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx,
/macosx-10.10/OpenSSL098-52/src/include/openssl/
H A Dpkcs7.h322 int PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx,
H A Dx509v3.h770 int v3_asid_validate_path(X509_STORE_CTX *);
771 int v3_addr_validate_path(X509_STORE_CTX *);
/macosx-10.10/OpenSSL098-52/src/ssl/
H A Ds3_both.c349 X509_STORE_CTX xs_ctx;
H A Dssltest.c188 static int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx);
193 static int MS_CALLBACK app_verify_callback(X509_STORE_CTX *ctx, void *arg);
1659 static int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx)
2033 static int MS_CALLBACK app_verify_callback(X509_STORE_CTX *ctx, void *arg)
H A Dssl_lib.c703 int (*SSL_get_verify_callback(const SSL *s))(int,X509_STORE_CTX *)
718 int (*SSL_CTX_get_verify_callback(const SSL_CTX *ctx))(int,X509_STORE_CTX *)
724 int (*callback)(int ok,X509_STORE_CTX *ctx))
1704 void SSL_CTX_set_cert_verify_callback(SSL_CTX *ctx, int (*cb)(X509_STORE_CTX *,void *), void *arg)
1710 void SSL_CTX_set_verify(SSL_CTX *ctx,int mode,int (*cb)(int, X509_STORE_CTX *))
/macosx-10.10/OpenSSL098-52/src/test/
H A Dssltest.c188 static int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx);
193 static int MS_CALLBACK app_verify_callback(X509_STORE_CTX *ctx, void *arg);
1659 static int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx)
2033 static int MS_CALLBACK app_verify_callback(X509_STORE_CTX *ctx, void *arg)
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/openssl/
H A Dopenssl_pkcs7.h381 int PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx,
/macosx-10.10/curl-83.1.2/curl/docs/examples/
H A Dcurlx.c182 static int ssl_app_verify_callback(X509_STORE_CTX *ctx, void *arg)
/macosx-10.10/ruby-106/ruby/ext/openssl/
H A Dossl.c211 ossl_verify_cb(int ok, X509_STORE_CTX *ctx)
/macosx-10.10/OpenSSL098-52/src/crypto/threads/
H A Dmttest.c110 int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *xs);
697 int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx)
/macosx-10.10/OpenSSL098-52/src/crypto/x509v3/
H A Dv3_addr.c1215 static int v3_addr_validate_path_internal(X509_STORE_CTX *ctx,
1315 int v3_addr_validate_path(X509_STORE_CTX *ctx)
H A Dv3_asid.c750 static int v3_asid_validate_path_internal(X509_STORE_CTX *ctx,
866 int v3_asid_validate_path(X509_STORE_CTX *ctx)
H A Dx509v3.h770 int v3_asid_validate_path(X509_STORE_CTX *);
771 int v3_addr_validate_path(X509_STORE_CTX *);
/macosx-10.10/OpenSSL098-52/src/demos/easy_tls/
H A Deasy-tls.c572 verify_dont_fail_cb(X509_STORE_CTX *c, void *unused_arg)
575 verify_dont_fail_cb(X509_STORE_CTX *c)

Completed in 166 milliseconds

123