Home
last modified time | relevance | path

Searched refs:check_revocation (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/crypto/x509/
Dx509_vfy.c123 static int check_revocation(X509_STORE_CTX *ctx);
427 ok = ctx->check_revocation(ctx); in X509_verify_cert()
802 static int check_revocation(X509_STORE_CTX *ctx) in check_revocation() function
2328 if (store && store->check_revocation) in X509_STORE_CTX_init()
2329 ctx->check_revocation = store->check_revocation; in X509_STORE_CTX_init()
2331 ctx->check_revocation = check_revocation; in X509_STORE_CTX_init()
/external/boringssl/src/include/openssl/
Dx509_vfy.h198 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