Home
last modified time | relevance | path

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

/third_party/curl/lib/vtls/
Dopenssl.c306 static const char *SSL_ERROR_to_str(int err) in SSL_ERROR_to_str() function
1497 SSL_ERROR_to_str(err)), in ossl_shutdown()
3393 extramsg[0] ? extramsg : SSL_ERROR_to_str(detail), in ossl_connect_step2()
4234 strncpy(error_buffer, SSL_ERROR_to_str(err), sizeof(error_buffer)); in ossl_send()
4265 SSL_ERROR_to_str(err), SOCKERRNO); in ossl_send()
4325 strncpy(error_buffer, SSL_ERROR_to_str(err), sizeof(error_buffer)); in ossl_recv()