Home
last modified time | relevance | path

Searched refs:verify_cb_cert (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx509_vfy.c154 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()
/third_party/openssl/crypto/x509/
H A Dx509_vfy.c154 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()
2963 return verify_cb_cert(ctx, cert, 0, X509_V_ERR_DANE_NO_MATCH); in dane_verify()
3296 return verify_cb_cert(ctx, NULL, num - 1, ctx->error); in build_chain()
3306 return verify_cb_cert(ctx, NULL, num - 1, in build_chain()
3310 return verify_cb_cert(ctx, NULL, num - 1, in build_chain()
/third_party/node/deps/openssl/openssl/util/
H A Dcheck-format-test-negatives.c300 if ((cond) && ((depth) < 0 || verify_cb_cert(ctx, cert, depth, err) == 0)) \
/third_party/openssl/util/
H A Dcheck-format-test-negatives.c300 if ((cond) && ((depth) < 0 || verify_cb_cert(ctx, cert, depth, err) == 0)) \

Completed in 12 milliseconds