Home
last modified time | relevance | path

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

/openssl-master/crypto/x509/
A Dx509_lu.c857 X509_STORE_CTX_check_revocation_fn check_revocation) in X509_STORE_set_check_revocation() argument
859 ctx->check_revocation = check_revocation; in X509_STORE_set_check_revocation()
864 return ctx->check_revocation; in X509_STORE_get_check_revocation()
A Dx509_local.h131 int (*check_revocation) (X509_STORE_CTX *ctx); member
A Dx509_vfy.c54 static int check_revocation(X509_STORE_CTX *ctx);
221 || (ok = ctx->check_revocation(ctx)) <= 0) in verify_chain()
910 static int check_revocation(X509_STORE_CTX *ctx) in check_revocation() function
2374 if (store != NULL && store->check_revocation != NULL) in X509_STORE_CTX_init()
2375 ctx->check_revocation = store->check_revocation; in X509_STORE_CTX_init()
2377 ctx->check_revocation = check_revocation; in X509_STORE_CTX_init()
2567 return ctx->check_revocation; in X509_STORE_CTX_get_check_revocation()
/openssl-master/include/crypto/
A Dx509.h237 int (*check_revocation) (X509_STORE_CTX *ctx); member
/openssl-master/doc/man3/
A DX509_STORE_set_verify_cb_func.pod79 X509_STORE_CTX_check_revocation_fn check_revocation);
/openssl-master/include/openssl/
A Dx509_vfy.h.in431 X509_STORE_CTX_check_revocation_fn check_revocation);

Completed in 20 milliseconds