Home
last modified time | relevance | path

Searched defs:check_revocation (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/net/cert/
Dcert_verify_proc_nss.cc366 bool check_revocation, in PKIXVerifyCert()
814 bool check_revocation = in VerifyInternalImpl() local
/external/openssl/crypto/x509/
Dx509_vfy.h199 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */ member
248 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */ member
Dx509_vfy.c669 static int check_revocation(X509_STORE_CTX *ctx) in check_revocation() function
/external/openssl/include/openssl/
Dx509_vfy.h199 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */ member
248 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */ member
/external/chromium_org/third_party/boringssl/src/include/openssl/
Dx509_vfy.h197 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */ member
246 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */ member
/external/chromium_org/third_party/boringssl/src/crypto/x509/
Dx509_vfy.c784 static int check_revocation(X509_STORE_CTX *ctx) in check_revocation() function