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

  /external/boringssl/src/crypto/x509/
x509_vfy.c 122 static int check_revocation(X509_STORE_CTX *ctx);
485 ok = ctx->check_revocation(ctx);
856 static int check_revocation(X509_STORE_CTX *ctx) function
    [all...]
  /external/boringssl/src/include/openssl/
x509_vfy.h 201 X509_STORE_CTX_check_revocation_fn check_revocation; /* Check revocation status of chain */ member in struct:x509_store_st
245 X509_STORE_CTX_check_revocation_fn check_revocation; /* Check revocation status of chain */ member in struct:x509_store_ctx_st
482 X509_STORE *ctx, X509_STORE_CTX_check_revocation_fn check_revocation);

Completed in 229 milliseconds