/external/boringssl/src/include/openssl/ |
D | x509_vfy.h | 161 typedef int (*X509_STORE_CTX_verify_cb)(int, X509_STORE_CTX *); 162 typedef int (*X509_STORE_CTX_verify_fn)(X509_STORE_CTX *); 164 X509_STORE_CTX *ctx, X509 *x); 165 typedef int (*X509_STORE_CTX_check_issued_fn)(X509_STORE_CTX *ctx, 167 typedef int (*X509_STORE_CTX_check_revocation_fn)(X509_STORE_CTX *ctx); 168 typedef int (*X509_STORE_CTX_get_crl_fn)(X509_STORE_CTX *ctx, 170 typedef int (*X509_STORE_CTX_check_crl_fn)(X509_STORE_CTX *ctx, X509_CRL *crl); 171 typedef int (*X509_STORE_CTX_cert_crl_fn)(X509_STORE_CTX *ctx, 173 typedef int (*X509_STORE_CTX_check_policy_fn)(X509_STORE_CTX *ctx); 174 typedef STACK_OF(X509) *(*X509_STORE_CTX_lookup_certs_fn)(X509_STORE_CTX *ctx, [all …]
|
D | base.h | 445 typedef struct x509_store_ctx_st X509_STORE_CTX; typedef
|
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/ |
D | x509_vfy.h | 161 typedef int (*X509_STORE_CTX_verify_cb)(int, X509_STORE_CTX *); 162 typedef int (*X509_STORE_CTX_verify_fn)(X509_STORE_CTX *); 164 X509_STORE_CTX *ctx, X509 *x); 165 typedef int (*X509_STORE_CTX_check_issued_fn)(X509_STORE_CTX *ctx, 167 typedef int (*X509_STORE_CTX_check_revocation_fn)(X509_STORE_CTX *ctx); 168 typedef int (*X509_STORE_CTX_get_crl_fn)(X509_STORE_CTX *ctx, 170 typedef int (*X509_STORE_CTX_check_crl_fn)(X509_STORE_CTX *ctx, X509_CRL *crl); 171 typedef int (*X509_STORE_CTX_cert_crl_fn)(X509_STORE_CTX *ctx, 173 typedef int (*X509_STORE_CTX_check_policy_fn)(X509_STORE_CTX *ctx); 174 typedef STACK_OF(X509) *(*X509_STORE_CTX_lookup_certs_fn)(X509_STORE_CTX *ctx, [all …]
|
D | base.h | 437 typedef struct x509_store_ctx_st X509_STORE_CTX; typedef
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509/ |
D | x509_vfy.c | 115 static int null_callback(int ok, X509_STORE_CTX *e); 116 static int check_issued(X509_STORE_CTX *ctx, X509 *x, X509 *issuer); 117 static X509 *find_issuer(X509_STORE_CTX *ctx, STACK_OF(X509) *sk, X509 *x); 118 static int check_chain_extensions(X509_STORE_CTX *ctx); 119 static int check_name_constraints(X509_STORE_CTX *ctx); 120 static int check_id(X509_STORE_CTX *ctx); 121 static int check_trust(X509_STORE_CTX *ctx); 122 static int check_revocation(X509_STORE_CTX *ctx); 123 static int check_cert(X509_STORE_CTX *ctx); 124 static int check_policy(X509_STORE_CTX *ctx); [all …]
|
D | x509_lu.c | 298 int X509_STORE_get_by_subject(X509_STORE_CTX *vs, int type, X509_NAME *name, in X509_STORE_get_by_subject() 517 STACK_OF (X509) * X509_STORE_get1_certs(X509_STORE_CTX *ctx, X509_NAME *nm) in STACK_OF() 563 STACK_OF (X509_CRL) * X509_STORE_get1_crls(X509_STORE_CTX *ctx, X509_NAME *nm) in STACK_OF() 638 int X509_STORE_CTX_get1_issuer(X509 **issuer, X509_STORE_CTX *ctx, X509 *x) in X509_STORE_CTX_get1_issuer() 831 X509_STORE *X509_STORE_CTX_get0_store(X509_STORE_CTX *ctx) in X509_STORE_CTX_get0_store()
|
/external/boringssl/src/crypto/x509/ |
D | x509_vfy.c | 115 static int null_callback(int ok, X509_STORE_CTX *e); 116 static int check_issued(X509_STORE_CTX *ctx, X509 *x, X509 *issuer); 117 static X509 *find_issuer(X509_STORE_CTX *ctx, STACK_OF(X509) *sk, X509 *x); 118 static int check_chain_extensions(X509_STORE_CTX *ctx); 119 static int check_name_constraints(X509_STORE_CTX *ctx); 120 static int check_id(X509_STORE_CTX *ctx); 121 static int check_trust(X509_STORE_CTX *ctx); 122 static int check_revocation(X509_STORE_CTX *ctx); 123 static int check_cert(X509_STORE_CTX *ctx); 124 static int check_policy(X509_STORE_CTX *ctx); [all …]
|
D | x509_lu.c | 298 int X509_STORE_get_by_subject(X509_STORE_CTX *vs, int type, X509_NAME *name, in X509_STORE_get_by_subject() 517 STACK_OF (X509) * X509_STORE_get1_certs(X509_STORE_CTX *ctx, X509_NAME *nm) in STACK_OF() 563 STACK_OF (X509_CRL) * X509_STORE_get1_crls(X509_STORE_CTX *ctx, X509_NAME *nm) in STACK_OF() 638 int X509_STORE_CTX_get1_issuer(X509 **issuer, X509_STORE_CTX *ctx, X509 *x) in X509_STORE_CTX_get1_issuer() 831 X509_STORE *X509_STORE_CTX_get0_store(X509_STORE_CTX *ctx) in X509_STORE_CTX_get0_store()
|
/external/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/ |
D | ssl_types.h | 36 typedef void X509_STORE_CTX; typedef 186 int (*default_verify_callback) (int ok, X509_STORE_CTX *ctx); 226 int (*verify_callback) (int ok, X509_STORE_CTX *ctx); 304 int X509_STORE_CTX_get_error(X509_STORE_CTX *ctx); 305 int X509_STORE_CTX_get_error_depth(X509_STORE_CTX *ctx);
|
/external/python/cpython3/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 860 X509_STORE_CTX = x509_store_ctx_st variable 1301 ('app_verify_callback', CFUNCTYPE(c_int, POINTER(X509_STORE_CTX), c_void_p)), 1325 ('default_verify_callback', CFUNCTYPE(c_int, c_int, POINTER(X509_STORE_CTX))), 1384 ('verify_callback', CFUNCTYPE(c_int, c_int, POINTER(X509_STORE_CTX))), 1960 ('verify', CFUNCTYPE(c_int, POINTER(X509_STORE_CTX))), 1961 ('verify_cb', CFUNCTYPE(c_int, c_int, POINTER(X509_STORE_CTX))), 1962 … ('get_issuer', CFUNCTYPE(c_int, POINTER(POINTER(X509)), POINTER(X509_STORE_CTX), POINTER(X509))), 1963 ('check_issued', CFUNCTYPE(c_int, POINTER(X509_STORE_CTX), POINTER(X509), POINTER(X509))), 1964 ('check_revocation', CFUNCTYPE(c_int, POINTER(X509_STORE_CTX))), 1965 … ('get_crl', CFUNCTYPE(c_int, POINTER(X509_STORE_CTX), POINTER(POINTER(X509_CRL)), POINTER(X509))), [all …]
|
/external/python/cpython2/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 860 X509_STORE_CTX = x509_store_ctx_st variable 1301 ('app_verify_callback', CFUNCTYPE(c_int, POINTER(X509_STORE_CTX), c_void_p)), 1325 ('default_verify_callback', CFUNCTYPE(c_int, c_int, POINTER(X509_STORE_CTX))), 1384 ('verify_callback', CFUNCTYPE(c_int, c_int, POINTER(X509_STORE_CTX))), 1960 ('verify', CFUNCTYPE(c_int, POINTER(X509_STORE_CTX))), 1961 ('verify_cb', CFUNCTYPE(c_int, c_int, POINTER(X509_STORE_CTX))), 1962 … ('get_issuer', CFUNCTYPE(c_int, POINTER(POINTER(X509)), POINTER(X509_STORE_CTX), POINTER(X509))), 1963 ('check_issued', CFUNCTYPE(c_int, POINTER(X509_STORE_CTX), POINTER(X509), POINTER(X509))), 1964 ('check_revocation', CFUNCTYPE(c_int, POINTER(X509_STORE_CTX))), 1965 … ('get_crl', CFUNCTYPE(c_int, POINTER(X509_STORE_CTX), POINTER(POINTER(X509_CRL)), POINTER(X509))), [all …]
|
/external/libwebsockets/lib/tls/mbedtls/wrapper/library/ |
D | ssl_x509.c | 340 int X509_STORE_CTX_get_error(X509_STORE_CTX *ctx) in X509_STORE_CTX_get_error() 345 int X509_STORE_CTX_get_error_depth(X509_STORE_CTX *ctx) in X509_STORE_CTX_get_error_depth()
|
D | ssl_lib.c | 1058 void SSL_CTX_set_verify(SSL_CTX *ctx, int mode, int (*verify_callback)(int, X509_STORE_CTX *)) in SSL_CTX_set_verify() argument 1069 void SSL_set_verify(SSL *ssl, int mode, int (*verify_callback)(int, X509_STORE_CTX *)) in SSL_set_verify() argument
|
/external/libbrillo/brillo/streams/ |
D | tls_stream.cc | 121 int OnCertVerifyResults(int ok, X509_STORE_CTX* ctx); 122 static int OnCertVerifyResultsStatic(int ok, X509_STORE_CTX* ctx); 314 int TlsStream::TlsStreamImpl::OnCertVerifyResults(int ok, X509_STORE_CTX* ctx) { in OnCertVerifyResults() 331 X509_STORE_CTX* ctx) { in OnCertVerifyResultsStatic()
|
/external/libwebsockets/lib/tls/mbedtls/wrapper/include/openssl/ |
D | ssl.h | 709 void SSL_CTX_set_verify(SSL_CTX *ctx, int mode, int (*verify_callback)(int, X509_STORE_CTX *)); 720 void SSL_set_verify(SSL *s, int mode, int (*verify_callback)(int, X509_STORE_CTX *)); 740 int verify_callback(int preverify_ok, X509_STORE_CTX *x509_ctx);
|
/external/boringssl/src/ssl/ |
D | ssl_x509.cc | 624 int (*SSL_get_verify_callback(const SSL *ssl))(int, X509_STORE_CTX *) { in SSL_get_verify_callback() 644 int ok, X509_STORE_CTX *store_ctx) { in SSL_CTX_get_verify_callback() 650 int (*callback)(int ok, X509_STORE_CTX *store_ctx)) { in SSL_set_verify() 670 int (*cb)(X509_STORE_CTX *store_ctx, in SSL_CTX_set_cert_verify_callback() 679 int (*cb)(int, X509_STORE_CTX *)) { in SSL_CTX_set_verify() argument
|
/external/rust/crates/quiche/deps/boringssl/src/ssl/ |
D | ssl_x509.cc | 624 int (*SSL_get_verify_callback(const SSL *ssl))(int, X509_STORE_CTX *) { in SSL_get_verify_callback() 644 int ok, X509_STORE_CTX *store_ctx) { in SSL_CTX_get_verify_callback() 650 int (*callback)(int ok, X509_STORE_CTX *store_ctx)) { in SSL_set_verify() 670 int (*cb)(X509_STORE_CTX *store_ctx, in SSL_CTX_set_cert_verify_callback() 679 int (*cb)(int, X509_STORE_CTX *)) { in SSL_CTX_set_verify() argument
|
/external/webrtc/rtc_base/ |
D | openssl_stream_adapter.h | 176 static int SSLVerifyCallback(X509_STORE_CTX* store, void* arg);
|
D | openssl_adapter.h | 111 static int SSLVerifyCallback(int ok, X509_STORE_CTX* store);
|
/external/rust/crates/quiche/deps/boringssl/src/tool/ |
D | server.cc | 318 ctx.get(), [](X509_STORE_CTX *store, void *arg) -> int { return 1; }, in Server()
|
/external/boringssl/src/tool/ |
D | server.cc | 318 ctx.get(), [](X509_STORE_CTX *store, void *arg) -> int { return 1; }, in Server()
|
/external/libwebsockets/lib/tls/mbedtls/ |
D | mbedtls-client.c | 28 OpenSSL_client_verify_callback(int preverify_ok, X509_STORE_CTX *x509_ctx) in OpenSSL_client_verify_callback()
|
/external/libevent/sample/ |
D | https-client.c | 122 static int cert_verify_callback(X509_STORE_CTX *x509_ctx, void *arg) in cert_verify_callback()
|
/external/ipsec-tools/src/racoon/ |
D | crypto_openssl.c | 127 static int cb_check_cert_local __P((int, X509_STORE_CTX *)); 128 static int cb_check_cert_remote __P((int, X509_STORE_CTX *)); 470 X509_STORE_CTX *csc; 569 X509_STORE_CTX *ctx; 616 X509_STORE_CTX *ctx;
|
/external/boringssl/src/ssl/test/ |
D | fuzzer.h | 403 [](X509_STORE_CTX *store_ctx, void *arg) -> int { return 1; }, nullptr); in Init()
|