Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/x509/
Dx509_lu.c755 X509_STORE_CTX_check_revocation_fn check_revocation) in X509_STORE_set_check_revocation() argument
757 ctx->check_revocation = check_revocation; in X509_STORE_set_check_revocation()
762 return ctx->check_revocation; in X509_STORE_get_check_revocation()
Dx509_vfy.c122 static int check_revocation(X509_STORE_CTX *ctx);
485 ok = ctx->check_revocation(ctx); in X509_verify_cert()
856 static int check_revocation(X509_STORE_CTX *ctx) in check_revocation() function
2283 if (store && store->check_revocation) in X509_STORE_CTX_init()
2284 ctx->check_revocation = store->check_revocation; in X509_STORE_CTX_init()
2286 ctx->check_revocation = check_revocation; in X509_STORE_CTX_init()
/external/boringssl/src/include/openssl/
Dx509_vfy.h201 X509_STORE_CTX_check_revocation_fn check_revocation; /* Check revocation status of chain */ member
245 X509_STORE_CTX_check_revocation_fn check_revocation; /* Check revocation status of chain */ member
482 X509_STORE *ctx, X509_STORE_CTX_check_revocation_fn check_revocation);