Home
last modified time | relevance | path

Searched refs:SSL_ERROR_to_str (Results 1 – 1 of 1) sorted by relevance

/external/curl/lib/vtls/
Dopenssl.c298 static const char *SSL_ERROR_to_str(int err) in SSL_ERROR_to_str() function
1424 SSL_ERROR_to_str(err)), in Curl_ossl_shutdown()
3302 extramsg[0] ? extramsg : SSL_ERROR_to_str(detail), in ossl_connect_step2()
4135 strncpy(error_buffer, SSL_ERROR_to_str(err), sizeof(error_buffer)); in ossl_send()
4167 SSL_ERROR_to_str(err), SOCKERRNO); in ossl_send()
4225 strncpy(error_buffer, SSL_ERROR_to_str(err), sizeof(error_buffer)); in ossl_recv()