Searched refs:check_revocation (Results 1 - 5 of 5) sorted by relevance

/external/chromium/net/base/
H A Dx509_certificate_nss.cc336 bool check_revocation,
340 bool use_crl = check_revocation;
341 bool use_ocsp = check_revocation;
798 bool check_revocation = (flags & VERIFY_REV_CHECKING_ENABLED); local
799 if (check_revocation) {
805 status = PKIXVerifyCert(cert_handle_, check_revocation, NULL, 0, cvout);
335 PKIXVerifyCert(X509Certificate::OSCertHandle cert_handle, bool check_revocation, const SECOidTag* policy_oids, int num_policy_oids, CERTValOutParam* cvout) argument
/external/openssl/crypto/x509/
H A Dx509_vfy.c117 static int check_revocation(X509_STORE_CTX *ctx);
362 ok = ctx->check_revocation(ctx);
669 static int check_revocation(X509_STORE_CTX *ctx) function
2076 if (store && store->check_revocation)
2077 ctx->check_revocation = store->check_revocation;
2079 ctx->check_revocation = check_revocation;
H A Dx509_vfy.h199 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
H A Dx509_lu.c195 ret->check_revocation = 0;
/external/openssl/include/openssl/
H A Dx509_vfy.h199 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 100 milliseconds