Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssl/crypto/x509/
H A Dx509_lu.c822 X509_STORE_CTX_check_revocation_fn check_revocation) in X509_STORE_set_check_revocation() argument
824 ctx->check_revocation = check_revocation; in X509_STORE_set_check_revocation()
829 return ctx->check_revocation; in X509_STORE_get_check_revocation()
H A Dx509_vfy.c76 static int check_revocation(X509_STORE_CTX *ctx);
221 if (ok == 0 || (ok = ctx->check_revocation(ctx)) == 0) in verify_chain()
844 static int check_revocation(X509_STORE_CTX *ctx) in check_revocation() function
2257 if (store && store->check_revocation) in X509_STORE_CTX_init()
2258 ctx->check_revocation = store->check_revocation; in X509_STORE_CTX_init()
2260 ctx->check_revocation = check_revocation; in X509_STORE_CTX_init()
2449 return ctx->check_revocation; in X509_STORE_CTX_get_check_revocation()
H A Dx509_lcl.h122 int (*check_revocation) (X509_STORE_CTX *ctx); member
/freebsd-12.1/crypto/openssl/crypto/include/internal/
H A Dx509_int.h215 int (*check_revocation) (X509_STORE_CTX *ctx); member
/freebsd-12.1/crypto/openssl/doc/man3/
H A DX509_STORE_set_verify_cb_func.pod75 X509_STORE_CTX_check_revocation_fn check_revocation);
/freebsd-12.1/crypto/openssl/include/openssl/
H A Dx509_vfy.h300 X509_STORE_CTX_check_revocation_fn check_revocation);