Searched refs:Curl_vquic_tls_verify_peer (Results 1 - 5 of 5) sorted by relevance
/third_party/curl/lib/vquic/ |
H A D | vquic-tls.h | 91 CURLcode Curl_vquic_tls_verify_peer(struct quic_tls_ctx *ctx,
|
H A D | vquic-tls.c | 566 CURLcode Curl_vquic_tls_verify_peer(struct quic_tls_ctx *ctx, in Curl_vquic_tls_verify_peer() function
|
H A D | curl_ngtcp2.c | 1543 return Curl_vquic_tls_verify_peer(&ctx->tls, cf, data, &ctx->peer); in qng_verify_peer()
|
H A D | curl_osslq.c | 473 return Curl_vquic_tls_verify_peer(&ctx->tls, cf, data, &ctx->peer); in cf_osslq_verify_peer()
|
H A D | curl_quiche.c | 1307 return Curl_vquic_tls_verify_peer(&ctx->tls, cf, data, &ctx->peer); in cf_quiche_verify_peer()
|
Completed in 10 milliseconds