Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/cipher_extra/
Dcipher_test.cc214 std::string cipher_str; in TestCipher() local
215 ASSERT_TRUE(t->GetAttribute(&cipher_str, "Cipher")); in TestCipher()
216 const EVP_CIPHER *cipher = GetCipher(cipher_str); in TestCipher()
/external/wpa_supplicant_8/src/crypto/
Dtls_gnutls.c1680 const char *kx_str, *cipher_str, *mac_str; in tls_get_cipher() local
1684 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()