HomeSort by relevance Sort by last modified time
    Searched refs:X509_STORE_CTX (Results 1 - 25 of 32) sorted by null

1 2

  /external/boringssl/src/include/openssl/
x509_vfy.h 91 SSL -> X509_STORE_CTX
95 A X509_STORE_CTX is used while validating a single certificate.
180 int (*verify)(X509_STORE_CTX *ctx); /* called to verify a certificate */
181 int (*verify_cb)(int ok,X509_STORE_CTX *ctx); /* error callback */
182 int (*get_issuer)(X509 **issuer, X509_STORE_CTX *ctx, X509 *x); /* get issuers cert from ctx */
183 int (*check_issued)(X509_STORE_CTX *ctx, X509 *x, X509 *issuer); /* check issued */
184 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */
185 int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL */
186 int (*check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl); /* Check CRL validity */
187 int (*cert_crl)(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x); /* Check certificate against CRL *
    [all...]
base.h 335 typedef struct x509_store_ctx_st X509_STORE_CTX;
ssl.h     [all...]
x509.h     [all...]
  /system/update_engine/
mock_certificate_checker.h 30 bool(X509_STORE_CTX* x509_ctx,
certificate_checker.h 38 // Takes an openssl X509_STORE_CTX, extracts the corresponding certificate
48 virtual bool GetCertificateDigest(X509_STORE_CTX* x509_ctx,
138 X509_STORE_CTX* x509_ctx);
140 X509_STORE_CTX* x509_ctx);
142 X509_STORE_CTX* x509_ctx,
151 X509_STORE_CTX* x509_ctx,
certificate_checker.cc 37 bool OpenSSLWrapper::GetCertificateDigest(X509_STORE_CTX* x509_ctx,
96 int (*verify_callback)(int, X509_STORE_CTX*);
115 X509_STORE_CTX* x509_ctx) {
121 X509_STORE_CTX* x509_ctx) {
127 X509_STORE_CTX* x509_ctx,
135 X509_STORE_CTX* x509_ctx,
  /external/boringssl/src/crypto/x509/
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...]
x509_lu.c 299 int X509_STORE_get_by_subject(X509_STORE_CTX *vs, int type, X509_NAME *name,
499 STACK_OF (X509) * X509_STORE_get1_certs(X509_STORE_CTX *ctx, X509_NAME *nm)
545 STACK_OF (X509_CRL) * X509_STORE_get1_crls(X509_STORE_CTX *ctx, X509_NAME *nm)
619 int X509_STORE_CTX_get1_issuer(X509 **issuer, X509_STORE_CTX *ctx, X509 *x)
688 int (*verify_cb) (int, X509_STORE_CTX *))
695 (*cb) (X509_STORE_CTX *ctx, X509_NAME *nm))
700 X509_STORE *X509_STORE_CTX_get0_store(X509_STORE_CTX *ctx)
x509_test.cc 499 bssl::UniquePtr<X509_STORE_CTX> ctx(X509_STORE_CTX_new());
    [all...]
  /external/webrtc/webrtc/base/
openssladapter.h 21 typedef struct x509_store_ctx_st X509_STORE_CTX;
73 static int SSLVerifyCallback(int ok, X509_STORE_CTX* store);
opensslstreamadapter.h 24 typedef struct x509_store_ctx_st X509_STORE_CTX;
172 static int SSLVerifyCallback(int ok, X509_STORE_CTX* store);
openssladapter.cc 871 OpenSSLAdapter::SSLVerifyCallback(int ok, X509_STORE_CTX* store) {
  /external/boringssl/src/ssl/
ssl_x509.cc 276 int (*SSL_get_verify_callback(const SSL *ssl))(int, X509_STORE_CTX *) {
292 int ok, X509_STORE_CTX *store_ctx) {
298 int (*callback)(int ok, X509_STORE_CTX *store_ctx)) {
312 int (*cb)(X509_STORE_CTX *store_ctx,
321 int (*cb)(int, X509_STORE_CTX *)) {
636 X509_STORE_CTX ctx;
723 X509_STORE_CTX ctx;
    [all...]
  /external/libbrillo/brillo/streams/
tls_stream.cc 115 int OnCertVerifyResults(int ok, X509_STORE_CTX* ctx);
116 static int OnCertVerifyResultsStatic(int ok, X509_STORE_CTX* ctx);
308 int TlsStream::TlsStreamImpl::OnCertVerifyResults(int ok, X509_STORE_CTX* ctx) {
325 X509_STORE_CTX* ctx) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
infinite_recursion.py 860 X509_STORE_CTX = x509_store_ctx_st
    [all...]
  /external/python/cpython2/Lib/lib2to3/tests/data/
infinite_recursion.py 860 X509_STORE_CTX = x509_store_ctx_st
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 860 X509_STORE_CTX = x509_store_ctx_st
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 860 X509_STORE_CTX = x509_store_ctx_st
    [all...]
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/
CryptX509.c 408 X509_STORE_CTX CertCtx;
474 // Set up X509_STORE_CTX for the subsequent verification operation.
CryptPkcs7Verify.c 466 X509_STORE_CTX CertCtx;
  /external/curl/docs/examples/
curlx.c 190 static int ssl_app_verify_callback(X509_STORE_CTX *ctx, void *arg)
  /external/libvncserver/libvncclient/
tls_openssl.c 173 ssl_verify (int ok, X509_STORE_CTX *ctx)
  /external/ipsec-tools/src/racoon/
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;
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_openssl_ocsp.c 505 X509_STORE_CTX ctx;

Completed in 1643 milliseconds

1 2