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

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