Home
last modified time | relevance | path

Searched refs:X509_STORE_CTX (Results 1 – 25 of 51) sorted by relevance

123

/external/boringssl/src/include/openssl/
Dx509_vfy.h161 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 …]
Dbase.h445 typedef struct x509_store_ctx_st X509_STORE_CTX; typedef
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dx509_vfy.h161 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 …]
Dbase.h437 typedef struct x509_store_ctx_st X509_STORE_CTX; typedef
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509/
Dx509_vfy.c115 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 …]
Dx509_lu.c298 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/
Dx509_vfy.c115 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 …]
Dx509_lu.c298 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/
Dssl_types.h36 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/
Dinfinite_recursion.py860 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/
Dinfinite_recursion.py860 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/
Dssl_x509.c340 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()
Dssl_lib.c1058 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/
Dtls_stream.cc121 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/
Dssl.h709 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/
Dssl_x509.cc624 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/
Dssl_x509.cc624 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/
Dopenssl_stream_adapter.h176 static int SSLVerifyCallback(X509_STORE_CTX* store, void* arg);
Dopenssl_adapter.h111 static int SSLVerifyCallback(int ok, X509_STORE_CTX* store);
/external/rust/crates/quiche/deps/boringssl/src/tool/
Dserver.cc318 ctx.get(), [](X509_STORE_CTX *store, void *arg) -> int { return 1; }, in Server()
/external/boringssl/src/tool/
Dserver.cc318 ctx.get(), [](X509_STORE_CTX *store, void *arg) -> int { return 1; }, in Server()
/external/libwebsockets/lib/tls/mbedtls/
Dmbedtls-client.c28 OpenSSL_client_verify_callback(int preverify_ok, X509_STORE_CTX *x509_ctx) in OpenSSL_client_verify_callback()
/external/libevent/sample/
Dhttps-client.c122 static int cert_verify_callback(X509_STORE_CTX *x509_ctx, void *arg) in cert_verify_callback()
/external/ipsec-tools/src/racoon/
Dcrypto_openssl.c127 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/
Dfuzzer.h403 [](X509_STORE_CTX *store_ctx, void *arg) -> int { return 1; }, nullptr); in Init()

123