Searched refs:cipher_str (Results 1 – 1 of 1) sorted by relevance
194 std::string cipher_str; in TestCipher() local195 ASSERT_TRUE(t->GetAttribute(&cipher_str, "Cipher")); in TestCipher()196 const EVP_CIPHER *cipher = GetCipher(cipher_str); in TestCipher()