Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_lcl.h299 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */ member
342 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */ member
H A Dx509_vfy.c125 static int check_revocation(X509_STORE_CTX *ctx);
575 ok = ctx->check_revocation(ctx); in X509_verify_cert_legacy()
992 check_revocation(X509_STORE_CTX *ctx) in check_revocation() function
1017 return check_revocation(ctx); in x509_vfy_check_revocation()
2397 if (store && store->check_revocation) in X509_STORE_CTX_init()
2398 ctx->check_revocation = store->check_revocation; in X509_STORE_CTX_init()
2400 ctx->check_revocation = check_revocation; in X509_STORE_CTX_init()