Lines Matching refs:failf
112 failf(data, "MesaLink does not support to set maximum SSL/TLS version"); in mesalink_connect_step1()
121 failf(data, "MesaLink does not support SSL 3.0, TLS 1.0, or TLS 1.1"); in mesalink_connect_step1()
131 failf(data, "MesaLink does not support SSLv2"); in mesalink_connect_step1()
134 failf(data, "Unrecognized parameter passed via CURLOPT_SSLVERSION"); in mesalink_connect_step1()
139 failf(data, "SSL: couldn't create a method!"); in mesalink_connect_step1()
148 failf(data, "SSL: couldn't create a context!"); in mesalink_connect_step1()
160 failf(data, in mesalink_connect_step1()
188 failf(data, "unable to use client certificate (no key or wrong pass" in mesalink_connect_step1()
196 failf(data, "unable to set private key"); in mesalink_connect_step1()
209 failf(data, "failed setting cipher list: %s", ciphers); in mesalink_connect_step1()
220 failf(data, "SSL: couldn't create a context (handle)!"); in mesalink_connect_step1()
232 failf(data, in mesalink_connect_step1()
253 failf(data, in mesalink_connect_step1()
268 failf( in mesalink_connect_step1()
282 failf(data, "SSL: SSL_set_fd failed"); in mesalink_connect_step1()
310 failf(data, in mesalink_connect_step2()
318 failf(data, "Cert verify failed"); in mesalink_connect_step2()
367 failf(data, "failed to store ssl session"); in mesalink_connect_step3()
398 failf(conn->data, in mesalink_send()
447 failf(conn->data, in mesalink_recv()
510 failf(data, "SSL connection timeout"); in mesalink_connect_common()
528 failf(data, "SSL connection timeout"); in mesalink_connect_common()
547 failf(data, "select/poll on SSL socket, errno: %d", SOCKERRNO); in mesalink_connect_common()
557 failf(data, "SSL connection timeout"); in mesalink_connect_common()