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

  /external/chromium_org/net/cert/
cert_verify_proc_nss.cc 348 bool check_revocation,
356 bool use_crl = check_revocation;
357 bool use_ocsp = check_revocation;
367 if (check_revocation && policy_oids && num_policy_oids > 0) {
375 } else if (check_revocation && hard_fail) {
796 bool check_revocation = local
799 if (check_revocation)
809 check_revocation,
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/x509/
x509_vfy.c 117 static int check_revocation(X509_STORE_CTX *ctx);
362 ok = ctx->check_revocation(ctx);
669 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/chromium_org/third_party/openssl/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
  /external/openssl/crypto/x509/
x509_vfy.c 117 static int check_revocation(X509_STORE_CTX *ctx);
362 ok = ctx->check_revocation(ctx);
669 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 61 milliseconds