Searched refs:check_cert_path (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/cmp/ |
H A D | cmp_vfy.c | 284 static int check_cert_path(const OSSL_CMP_CTX *ctx, X509_STORE *store, in check_cert_path() function 349 && (check_cert_path(ctx, ctx->trusted, cert) in check_msg_given_cert() 383 : check_cert_path(ctx, ctx->trusted, cert)) { in check_msg_with_certs()
|
/third_party/openssl/crypto/cmp/ |
H A D | cmp_vfy.c | 284 static int check_cert_path(const OSSL_CMP_CTX *ctx, X509_STORE *store, in check_cert_path() function 349 && (check_cert_path(ctx, ctx->trusted, cert) in check_msg_given_cert() 383 : check_cert_path(ctx, ctx->trusted, cert)) { in check_msg_with_certs()
|
Completed in 4 milliseconds