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

1 2 3

  /external/openssl/crypto/x509/
x509_vfy.h 107 SSL -> X509_STORE_CTX
111 A X509_STORE_CTX is used while validating a single certificate.
195 int (*verify)(X509_STORE_CTX *ctx); /* called to verify a certificate */
196 int (*verify_cb)(int ok,X509_STORE_CTX *ctx); /* error callback */
197 int (*get_issuer)(X509 **issuer, X509_STORE_CTX *ctx, X509 *x); /* get issuers cert from ctx */
198 int (*check_issued)(X509_STORE_CTX *ctx, X509 *x, X509 *issuer); /* check issued */
199 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */
200 int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL */
201 int (*check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl); /* Check CRL validity */
202 int (*cert_crl)(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x); /* Check certificate against CRL *
    [all...]
x509_vfy.c 111 static int null_callback(int ok,X509_STORE_CTX *e);
112 static int check_issued(X509_STORE_CTX *ctx, X509 *x, X509 *issuer);
113 static X509 *find_issuer(X509_STORE_CTX *ctx, STACK_OF(X509) *sk, X509 *x);
114 static int check_chain_extensions(X509_STORE_CTX *ctx);
115 static int check_name_constraints(X509_STORE_CTX *ctx);
116 static int check_trust(X509_STORE_CTX *ctx);
117 static int check_revocation(X509_STORE_CTX *ctx);
118 static int check_cert(X509_STORE_CTX *ctx);
119 static int check_policy(X509_STORE_CTX *ctx);
121 static int get_crl_score(X509_STORE_CTX *ctx, X509 **pissuer
    [all...]
x509_lu.c 289 int X509_STORE_get_by_subject(X509_STORE_CTX *vs, int type, X509_NAME *name,
488 STACK_OF(X509)* X509_STORE_get1_certs(X509_STORE_CTX *ctx, X509_NAME *nm)
537 STACK_OF(X509_CRL)* X509_STORE_get1_crls(X509_STORE_CTX *ctx, X509_NAME *nm)
624 int X509_STORE_CTX_get1_issuer(X509 **issuer, X509_STORE_CTX *ctx, X509 *x)
710 int (*verify_cb)(int, X509_STORE_CTX *))
  /external/openssl/include/openssl/
x509_vfy.h 107 SSL -> X509_STORE_CTX
111 A X509_STORE_CTX is used while validating a single certificate.
195 int (*verify)(X509_STORE_CTX *ctx); /* called to verify a certificate */
196 int (*verify_cb)(int ok,X509_STORE_CTX *ctx); /* error callback */
197 int (*get_issuer)(X509 **issuer, X509_STORE_CTX *ctx, X509 *x); /* get issuers cert from ctx */
198 int (*check_issued)(X509_STORE_CTX *ctx, X509 *x, X509 *issuer); /* check issued */
199 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */
200 int (*get_crl)(X509_STORE_CTX *ctx, X509_CRL **crl, X509 *x); /* retrieve CRL */
201 int (*check_crl)(X509_STORE_CTX *ctx, X509_CRL *crl); /* Check CRL validity */
202 int (*cert_crl)(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x); /* Check certificate against CRL *
    [all...]
ossl_typ.h 156 typedef struct x509_store_ctx_st X509_STORE_CTX;
ssl.h     [all...]
pkcs7.h 321 int PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx,
  /external/chromium/third_party/libjingle/source/talk/base/
openssladapter.h 36 typedef struct x509_store_ctx_st X509_STORE_CTX;
81 static int SSLVerifyCallback(int ok, X509_STORE_CTX* store);
opensslstreamadapter.h 37 typedef struct x509_store_ctx_st X509_STORE_CTX;
141 static int SSLVerifyCallback(int ok, X509_STORE_CTX* store);
opensslstreamadapter.cc 559 int OpenSSLStreamAdapter::SSLVerifyCallback(int ok, X509_STORE_CTX* store) {
  /external/openssl/crypto/pkcs7/
dec.c 67 int verify_callback(int ok, X509_STORE_CTX *ctx);
81 X509_STORE_CTX cert_ctx;
200 int verify_callback(int ok, X509_STORE_CTX *ctx)
verify.c 67 int verify_callback(int ok, X509_STORE_CTX *ctx);
78 X509_STORE_CTX cert_ctx;
215 int verify_callback(int ok, X509_STORE_CTX *ctx)
pk7_smime.c 273 X509_STORE_CTX cert_ctx;
pkcs7.h 321 int PKCS7_dataVerify(X509_STORE *cert_store, X509_STORE_CTX *ctx,
  /external/openssl/apps/
s_apps.h 153 int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx);
verify.c 72 static int MS_CALLBACK cb(int ok, X509_STORE_CTX *ctx);
261 X509_STORE_CTX *csc;
300 static int MS_CALLBACK cb(int ok, X509_STORE_CTX *ctx)
apps.h 315 void policies_print(BIO *out, X509_STORE_CTX *ctx);
smime.c 73 static int smime_cb(int ok, X509_STORE_CTX *ctx);
843 static int smime_cb(int ok, X509_STORE_CTX *ctx)
crl.c 114 X509_STORE_CTX ctx;
x509.c 156 static int MS_CALLBACK callb(int ok, X509_STORE_CTX *ctx);
1156 X509_STORE_CTX xsc;
1222 static int MS_CALLBACK callb(int ok, X509_STORE_CTX *ctx)
    [all...]
s_cb.c 133 int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx)
  /external/openssl/crypto/
ossl_typ.h 156 typedef struct x509_store_ctx_st X509_STORE_CTX;
  /external/openssl/crypto/ocsp/
ocsp_vfy.c 80 X509_STORE_CTX ctx;
365 X509_STORE_CTX ctx;
  /external/openssl/ssl/
ssl.h     [all...]
  /external/chromium/net/test/
openssl_helper.cc 26 static int verify_cb(int preverify_ok, X509_STORE_CTX *ctx) {

Completed in 510 milliseconds

1 2 3