Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/openssl.old/dist/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_local.h122 int (*check_revocation) (X509_STORE_CTX *ctx); member
H A Dx509_vfy.c76 static int check_revocation(X509_STORE_CTX *ctx);
222 if (ok == 0 || (ok = ctx->check_revocation(ctx)) == 0) in verify_chain()
874 static int check_revocation(X509_STORE_CTX *ctx) in check_revocation() function
2323 if (store && store->check_revocation) in X509_STORE_CTX_init()
2324 ctx->check_revocation = store->check_revocation; in X509_STORE_CTX_init()
2326 ctx->check_revocation = check_revocation; in X509_STORE_CTX_init()
2515 return ctx->check_revocation; in X509_STORE_CTX_get_check_revocation()
/netbsd/crypto/external/bsd/openssl/dist/crypto/x509/
H A Dx509_lu.c875 X509_STORE_CTX_check_revocation_fn check_revocation) in X509_STORE_set_check_revocation() argument
877 ctx->check_revocation = check_revocation; in X509_STORE_set_check_revocation()
882 return ctx->check_revocation; in X509_STORE_get_check_revocation()
H A Dx509_vfy.c54 static int check_revocation(X509_STORE_CTX *ctx);
221 || (ok = ctx->check_revocation(ctx)) <= 0) in verify_chain()
908 static int check_revocation(X509_STORE_CTX *ctx) in check_revocation() function
2379 if (store != NULL && store->check_revocation != NULL) in X509_STORE_CTX_init()
2380 ctx->check_revocation = store->check_revocation; in X509_STORE_CTX_init()
2382 ctx->check_revocation = check_revocation; in X509_STORE_CTX_init()
2566 return ctx->check_revocation; in X509_STORE_CTX_get_check_revocation()
H A Dx509_local.h131 int (*check_revocation) (X509_STORE_CTX *ctx); member
/netbsd/crypto/external/bsd/openssl.old/dist/include/crypto/
H A Dx509.h217 int (*check_revocation) (X509_STORE_CTX *ctx); member
/netbsd/crypto/external/bsd/openssl/dist/include/crypto/
H A Dx509.h237 int (*check_revocation) (X509_STORE_CTX *ctx); member
/netbsd/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DX509_STORE_set_verify_cb_func.pod75 X509_STORE_CTX_check_revocation_fn check_revocation);
/netbsd/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dx509_vfy.h304 X509_STORE_CTX_check_revocation_fn check_revocation);
/netbsd/crypto/external/bsd/openssl/dist/doc/man3/
H A DX509_STORE_set_verify_cb_func.pod79 X509_STORE_CTX_check_revocation_fn check_revocation);
/netbsd/crypto/external/bsd/openssl/dist/include/openssl/
H A Dx509_vfy.h.in431 X509_STORE_CTX_check_revocation_fn check_revocation);