Searched refs:cipher_str (Results 1 – 2 of 2) sorted by relevance
214 std::string cipher_str; in TestCipher() local215 ASSERT_TRUE(t->GetAttribute(&cipher_str, "Cipher")); in TestCipher()216 const EVP_CIPHER *cipher = GetCipher(cipher_str); in TestCipher()
1680 const char *kx_str, *cipher_str, *mac_str; in tls_get_cipher() local1684 cipher_str = gnutls_cipher_get_name(cipher); in tls_get_cipher()1685 if (!cipher_str) in tls_get_cipher()1686 cipher_str = ""; in tls_get_cipher()1699 res = os_snprintf(buf, buflen, "%s-%s", cipher_str, mac_str); in tls_get_cipher()1702 kx_str, cipher_str, mac_str); in tls_get_cipher()