HomeSort by relevance Sort by last modified time
    Searched refs:check_revocation (Results 1 - 5 of 5) sorted by null

  /external/chromium/net/base/
x509_certificate_nss.cc 328 bool check_revocation,
332 bool use_crl = check_revocation;
333 bool use_ocsp = check_revocation;
536 bool check_revocation = (flags & VERIFY_REV_CHECKING_ENABLED); local
537 if (check_revocation) {
543 status = PKIXVerifyCert(cert_handle_, check_revocation, NULL, 0, cvout);
  /external/openssl/crypto/x509/
x509_vfy.c 117 static int check_revocation(X509_STORE_CTX *ctx);
367 ok = ctx->check_revocation(ctx);
674 static int check_revocation(X509_STORE_CTX *ctx) function
    [all...]
x509_vfy.h 199 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */ member in struct:x509_store_st
248 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */ member in struct:x509_store_ctx_st
x509_lu.c 195 ret->check_revocation = 0;
  /external/openssl/include/openssl/
x509_vfy.h 199 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */ member in struct:x509_store_st
248 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */ member in struct:x509_store_ctx_st

Completed in 208 milliseconds