Searched refs:verify_cb_cert (Results 1 – 3 of 3) sorted by relevance
/openssl/crypto/x509/ |
H A D | x509_vfy.c | 158 static int verify_cb_cert(X509_STORE_CTX *ctx, X509 *x, int depth, int err) in verify_cb_cert() function 171 if ((cond) && verify_cb_cert(ctx, cert, depth, err) == 0) \ 304 && verify_cb_cert(ctx, NULL, 0, X509_V_ERR_EE_KEY_TOO_SMALL) == 0) in x509_verify_rpk() 539 return verify_cb_cert(ctx, x, depth, X509_V_ERR_INVALID_PURPOSE); in check_purpose() 865 return verify_cb_cert(ctx, ctx->cert, 0, errcode); in check_id_error() 991 return verify_cb_cert(ctx, x, i, X509_V_ERR_CERT_REJECTED) == 0 in check_trust() 3209 return verify_cb_cert(ctx, cert, 0, X509_V_ERR_DANE_NO_MATCH); in dane_verify() 3554 return verify_cb_cert(ctx, NULL, num - 1, ctx->error); in build_chain() 3564 return verify_cb_cert(ctx, NULL, num - 1, in build_chain() 3568 return verify_cb_cert(ctx, NULL, num - 1, in build_chain()
|
/openssl/util/ |
H A D | check-format-test-negatives.c | 300 if ((cond) && ((depth) < 0 || verify_cb_cert(ctx, cert, depth, err) == 0)) \
|
/openssl/crypto/cmp/ |
H A D | cmp_vfy.c | 142 static int verify_cb_cert(X509_STORE *ts, X509 *cert, int err) in verify_cb_cert() function 283 && verify_cb_cert(ts, cert, err) <= 0) in cert_acceptable()
|
Completed in 21 milliseconds