HomeSort by relevance Sort by last modified time
    Searched refs:check_revocation (Results 1 - 2 of 2) sorted by null

  /external/boringssl/src/crypto/x509/
x509_vfy.c 123 static int check_revocation(X509_STORE_CTX *ctx);
427 ok = ctx->check_revocation(ctx);
802 static int check_revocation(X509_STORE_CTX *ctx) function
    [all...]
  /external/boringssl/src/include/openssl/
x509_vfy.h 198 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 217 milliseconds