Searched refs:verify_cb_cert (Results 1 – 1 of 1) sorted by relevance
/third_party/openssl/crypto/x509/ |
D | x509_vfy.c | 154 static int verify_cb_cert(X509_STORE_CTX *ctx, X509 *x, int depth, int err) in verify_cb_cert() function 167 if ((cond) && verify_cb_cert(ctx, cert, depth, err) == 0) \ 444 return verify_cb_cert(ctx, x, depth, X509_V_ERR_INVALID_PURPOSE); in check_purpose() 767 return verify_cb_cert(ctx, ctx->cert, 0, errcode); in check_id_error() 893 return verify_cb_cert(ctx, x, i, X509_V_ERR_CERT_REJECTED) == 0 in check_trust() 2961 return verify_cb_cert(ctx, cert, 0, X509_V_ERR_DANE_NO_MATCH); in dane_verify() 3294 return verify_cb_cert(ctx, NULL, num - 1, ctx->error); in build_chain() 3304 return verify_cb_cert(ctx, NULL, num - 1, in build_chain() 3308 return verify_cb_cert(ctx, NULL, num - 1, in build_chain()
|