Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/x509/
H A Dx509_local.h131 int (*check_revocation)(X509_STORE_CTX *ctx); member
H A Dx509_vfy.c57 static int check_revocation(X509_STORE_CTX *ctx);
242 || (ok = ctx->check_revocation(ctx)) <= 0) in verify_chain()
1041 static int check_revocation(X509_STORE_CTX *ctx) in check_revocation() function
2564 if (store != NULL && store->check_revocation != NULL) in X509_STORE_CTX_init()
2565 ctx->check_revocation = store->check_revocation; in X509_STORE_CTX_init()
2567 ctx->check_revocation = check_revocation; in X509_STORE_CTX_init()
2762 return ctx->check_revocation; in X509_STORE_CTX_get_check_revocation()
H A Dx509_lu.c855 xs->check_revocation = cb; in X509_STORE_set_check_revocation()
860 return xs->check_revocation; in X509_STORE_get_check_revocation()
/freebsd/crypto/openssl/include/crypto/
H A Dx509.h237 int (*check_revocation)(X509_STORE_CTX *ctx); member
/freebsd/crypto/openssl/doc/man3/
H A DX509_STORE_set_verify_cb_func.pod79 X509_STORE_CTX_check_revocation_fn check_revocation);
/freebsd/crypto/openssl/include/openssl/
H A Dx509_vfy.h537 X509_STORE_CTX_check_revocation_fn check_revocation);
H A Dx509_vfy.h.in440 X509_STORE_CTX_check_revocation_fn check_revocation);