Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/ssl/
H A 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()
H A 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()
H A Dssl_cipher_suite_names.h51 NET_EXPORT bool ParseSSLCipherString(const std::string& cipher_string,
/aosp_15_r20/test/vts-testcase/kernel/encryption/
Dmetadata_encryption_tests.cpp149 void DoTest(const std::string &cipher_string, const Cipher &cipher);
256 void DmDefaultKeyTest::DoTest(const std::string &cipher_string, in DoTest() argument
262 if (!CreateTestDevice(cipher_string, key, false)) return; in DoTest()
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_cipher.function361 void enc_dec_buf(int cipher_id, char *cipher_string, int key_len,
388 TEST_ASSERT(mbedtls_cipher_info_from_string(cipher_string) == cipher_info);
390 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);
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_cipher.function365 void enc_dec_buf(int cipher_id, char *cipher_string, int key_len,
392 TEST_ASSERT(mbedtls_cipher_info_from_string(cipher_string) == cipher_info);
394 cipher_string) == 0);
1174 void iv_len_validity(int cipher_id, char *cipher_string,
1196 TEST_ASSERT(mbedtls_cipher_info_from_string(cipher_string) == cipher_info);
1198 cipher_string) == 0);
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/x86_64/
H A Dvmlinux.h114241 char *cipher_string; member
114345 const char *cipher_string; member
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/arm64/
H A Dvmlinux.h104446 char *cipher_string; member
104550 const char *cipher_string; member
/aosp_15_r20/external/bcc/libbpf-tools/x86/
H A Dvmlinux.h62165 char cipher_string[32]; member
H A Dvmlinux_518.h62165 char cipher_string[32]; member