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

/external/chromium_org/net/cert/
H A Dcert_verify_proc_nss.cc366 bool check_revocation,
374 bool use_crl = check_revocation;
375 bool use_ocsp = check_revocation;
385 if (check_revocation && policy_oids && num_policy_oids > 0) {
393 } else if (check_revocation && hard_fail) {
814 bool check_revocation = local
817 if (check_revocation)
827 check_revocation,
906 check_revocation |=
910 if (check_revocation)
365 PKIXVerifyCert(CERTCertificate* cert_handle, bool check_revocation, bool hard_fail, bool cert_io_enabled, const SECOidTag* policy_oids, int num_policy_oids, CERTCertList* additional_trust_anchors, CERTChainVerifyCallback* chain_verify_callback, CERTValOutParam* cvout) argument
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/x509/
H A Dx509_vfy.c116 static int check_revocation(X509_STORE_CTX *ctx);
419 ok = ctx->check_revocation(ctx);
784 static int check_revocation(X509_STORE_CTX *ctx) function
2327 if (store && store->check_revocation)
2328 ctx->check_revocation = store->check_revocation;
2330 ctx->check_revocation = check_revocation;
/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
2086 if (store && store->check_revocation)
2087 ctx->check_revocation = store->check_revocation;
2089 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
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dx509_vfy.h197 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */ member in struct:x509_store_st
246 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */ member in struct:x509_store_ctx_st

Completed in 602 milliseconds