Home
last modified time | relevance | path

Searched refs:verify_cb (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/crypto/x509/
Dx509_vfy.c208 cb=ctx->verify_cb; in X509_verify_cert()
485 return ctx->verify_cb(0, ctx); in check_issued()
515 cb=ctx->verify_cb; in check_chain_extensions()
688 if (!ctx->verify_cb(0,ctx)) in check_name_constraints()
702 return ctx->verify_cb(0, ctx); in check_id_error()
750 cb=ctx->verify_cb; in check_trust()
847 ok = ctx->verify_cb(0, ctx); in check_cert()
885 ok = ctx->verify_cb(0, ctx); in check_cert()
917 if (!ctx->verify_cb(0, ctx)) in check_crl_time()
926 if (!ctx->verify_cb(0, ctx)) in check_crl_time()
[all …]
Dx509_lu.c718 int (*verify_cb)(int, X509_STORE_CTX *)) in X509_STORE_set_verify_cb()
720 ctx->verify_cb = verify_cb; in X509_STORE_set_verify_cb()
/external/boringssl/src/include/openssl/
Dx509_vfy.h196 int (*verify_cb)(int ok,X509_STORE_CTX *ctx); /* error callback */ member
212 #define X509_STORE_set_verify_cb_func(ctx,func) ((ctx)->verify_cb=(func))
244 int (*verify_cb)(int ok,X509_STORE_CTX *ctx); /* error callback */ member
445 int (*verify_cb)(int, X509_STORE_CTX *));
526 int (*verify_cb)(int, X509_STORE_CTX *));