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()
561 return ctx->verify_cb(0, ctx); in check_issued()
589 cb = ctx->verify_cb; in check_chain_extensions()
747 if (!ctx->verify_cb(0, ctx)) in check_name_constraints()
762 return ctx->verify_cb(0, ctx); in check_id_error()
810 cb = ctx->verify_cb; in check_trust()
902 ok = ctx->verify_cb(0, ctx); in check_cert()
937 ok = ctx->verify_cb(0, ctx); in check_cert()
968 if (!ctx->verify_cb(0, ctx)) in check_crl_time()
976 if (!ctx->verify_cb(0, ctx)) in check_crl_time()
[all …]
Dx509_lu.c688 int (*verify_cb) (int, X509_STORE_CTX *)) in X509_STORE_set_verify_cb()
690 ctx->verify_cb = verify_cb; in X509_STORE_set_verify_cb()
/external/boringssl/src/include/openssl/
Dx509_vfy.h181 int (*verify_cb)(int ok,X509_STORE_CTX *ctx); /* error callback */ member
197 #define X509_STORE_set_verify_cb_func(ctx,func) ((ctx)->verify_cb=(func))
228 int (*verify_cb)(int ok,X509_STORE_CTX *ctx); /* error callback */ member
443 int (*verify_cb)(int, X509_STORE_CTX *));
524 int (*verify_cb)(int, X509_STORE_CTX *));