Home
last modified time | relevance | path

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

/curl/lib/vtls/
H A Dsectransp.c2036 char cipher_str[64]; local
2056 sectransp_cipher_suite_get_str((uint16_t) cipher, cipher_str,
2057 sizeof(cipher_str), true);
2060 infof(data, "SSL 2.0 connection using %s", cipher_str);
2063 infof(data, "SSL 3.0 connection using %s", cipher_str);
2066 infof(data, "TLS 1.0 connection using %s", cipher_str);
2070 infof(data, "TLS 1.1 connection using %s", cipher_str);
2073 infof(data, "TLS 1.2 connection using %s", cipher_str);
2078 infof(data, "TLS 1.3 connection using %s", cipher_str);
H A Dbearssl.c763 char cipher_str[64]; in bearssl_connect_step2() local
793 Curl_cipher_suite_get_str(session.cipher_suite, cipher_str, in bearssl_connect_step2()
794 sizeof(cipher_str), true); in bearssl_connect_step2()
795 infof(data, "BearSSL: %s connection using %s", ver_str, cipher_str); in bearssl_connect_step2()
H A Dmbedtls.c1004 char cipher_str[64]; local
1008 mbed_cipher_suite_get_str(cipher_id, cipher_str, sizeof(cipher_str), true);
1010 mbedtls_ssl_get_version(&backend->ssl), cipher_str);

Completed in 27 milliseconds