Searched refs:verify_cb (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/x509/ |
| D | x509_vfy.c | 163 return ctx->verify_cb(0, ctx); in verify_cb_cert() 180 return ctx->verify_cb(0, ctx); in verify_cb_crl() 1335 crl_ctx.verify_cb = ctx->verify_cb; in check_crl_path() 1679 return ctx->verify_cb(0, ctx); in check_policy() 1694 if (!ctx->verify_cb(2, ctx)) in check_policy() 1840 if (!ctx->verify_cb(1, ctx)) in internal_verify() 2369 if (store != NULL && store->verify_cb != NULL) in X509_STORE_CTX_init() 2370 ctx->verify_cb = store->verify_cb; in X509_STORE_CTX_init() 2372 ctx->verify_cb = null_callback; in X509_STORE_CTX_init() 2530 X509_STORE_CTX_verify_cb verify_cb) in X509_STORE_CTX_set_verify_cb() argument [all …]
|
| D | x509_lu.c | 842 X509_STORE_CTX_verify_cb verify_cb) in X509_STORE_set_verify_cb() argument 844 ctx->verify_cb = verify_cb; in X509_STORE_set_verify_cb() 849 return ctx->verify_cb; in X509_STORE_get_verify_cb()
|
| D | x509_local.h | 125 int (*verify_cb) (int ok, X509_STORE_CTX *ctx); member
|
| D | v3_asid.c | 739 ret = ctx->verify_cb(0, ctx); \ 760 || !ossl_assert(ctx == NULL || ctx->verify_cb != NULL)) { in asid_validate_path_internal() 887 || ctx->verify_cb == NULL) { in X509v3_asid_validate_path()
|
| D | v3_addr.c | 1197 rv = ctx->verify_cb(0, ctx); \ 1223 || !ossl_assert(ctx == NULL || ctx->verify_cb != NULL)) { in addr_validate_path_internal() 1338 || ctx->verify_cb == NULL) { in X509v3_addr_validate_path()
|
| /netbsd/src/crypto/external/bsd/openssl/dist/apps/ |
| D | ts.c | 77 static int verify_cb(int ok, X509_STORE_CTX *ctx); 986 X509_STORE_set_verify_cb(cert_ctx, verify_cb); in create_cert_store() 1034 static int verify_cb(int ok, X509_STORE_CTX *ctx) in verify_cb() function
|
| /netbsd/src/crypto/external/bsd/openssl/dist/util/ |
| D | check-format-test-negatives.c | 305 return ctx->verify_cb(0, ctx); in verify_cb_crl()
|
| /netbsd/src/crypto/external/bsd/openssl/dist/test/ |
| D | sslapitest.c | 5877 static int verify_cb(int preverify_ok, X509_STORE_CTX *x509_ctx) in verify_cb() function 5936 verify_cb); in test_custom_exts() 8640 verify_cb); in test_client_cert_cb()
|
| /netbsd/src/crypto/external/bsd/openssl/dist/ |
| D | CHANGES.md | 16038 The verify_cb() and verify() callbacks now have equivalents
|