Home
last modified time | relevance | path

Searched refs:cipher_string (Results 1 – 5 of 5) sorted by relevance

/external/cronet/net/ssl/
Dssl_cipher_suite_names.cc164 bool ParseSSLCipherString(const std::string& cipher_string, in ParseSSLCipherString() argument
167 if (cipher_string.size() == 6 && in ParseSSLCipherString()
168 base::StartsWith(cipher_string, "0x", in ParseSSLCipherString()
170 base::HexStringToInt(cipher_string, &value)) { in ParseSSLCipherString()
Dssl_cipher_suite_names.h51 NET_EXPORT bool ParseSSLCipherString(const std::string& cipher_string,
Dssl_cipher_suite_names_unittest.cc127 for (const auto* cipher_string : cipher_strings) { in TEST() local
129 EXPECT_FALSE(ParseSSLCipherString(cipher_string, &cipher_suite)); in TEST()
/external/mbedtls/tests/suites/
Dtest_suite_cipher.function376 void enc_dec_buf( int cipher_id, char * cipher_string, int key_len,
403 TEST_ASSERT( mbedtls_cipher_info_from_string( cipher_string ) == cipher_info );
405 cipher_string ) == 0 );
1170 void iv_len_validity( int cipher_id, char * cipher_string,
1192 TEST_ASSERT( mbedtls_cipher_info_from_string( cipher_string ) == cipher_info );
1194 cipher_string ) == 0 );
/external/openthread/third_party/mbedtls/repo/tests/suites/
Dtest_suite_cipher.function703 void enc_dec_buf( int cipher_id, char * cipher_string, int key_len,
730 TEST_ASSERT( mbedtls_cipher_info_from_string( cipher_string ) == cipher_info );