Searched refs:curl_tls_ctx (Results 1 – 5 of 5) sorted by relevance
36 struct curl_tls_ctx { struct71 CURLcode Curl_vquic_tls_init(struct curl_tls_ctx *ctx,83 void Curl_vquic_tls_cleanup(struct curl_tls_ctx *ctx);85 CURLcode Curl_vquic_tls_before_recv(struct curl_tls_ctx *ctx,93 CURLcode Curl_vquic_tls_verify_peer(struct curl_tls_ctx *ctx,
79 static CURLcode wssl_init_ctx(struct curl_tls_ctx *ctx, in wssl_init_ctx()197 static CURLcode wssl_init_ssl(struct curl_tls_ctx *ctx, in wssl_init_ssl()231 CURLcode Curl_vquic_tls_init(struct curl_tls_ctx *ctx, in Curl_vquic_tls_init()263 void Curl_vquic_tls_cleanup(struct curl_tls_ctx *ctx) in Curl_vquic_tls_cleanup()283 CURLcode Curl_vquic_tls_before_recv(struct curl_tls_ctx *ctx, in Curl_vquic_tls_before_recv()312 CURLcode Curl_vquic_tls_verify_peer(struct curl_tls_ctx *ctx, in Curl_vquic_tls_verify_peer()
118 struct curl_tls_ctx tls;2195 struct curl_tls_ctx *ctx = user_data; in tls_ctx_setup()
91 struct curl_tls_ctx tls;
285 struct curl_tls_ctx tls;
Completed in 35 milliseconds