Searched refs:cipher_str (Results 1 – 3 of 3) sorted by relevance
/curl/lib/vtls/ |
H A D | sectransp.c | 2036 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 D | bearssl.c | 767 char cipher_str[64]; in bearssl_connect_step2() local 799 Curl_cipher_suite_get_str(session.cipher_suite, cipher_str, in bearssl_connect_step2() 800 sizeof(cipher_str), TRUE); in bearssl_connect_step2() 802 cipher_str); in bearssl_connect_step2()
|
H A D | mbedtls.c | 1017 char cipher_str[64]; local 1021 mbed_cipher_suite_get_str(cipher_id, cipher_str, sizeof(cipher_str), TRUE); 1023 mbedtls_ssl_get_version(&backend->ssl), cipher_str);
|
Completed in 19 milliseconds