Searched refs:cipher_string (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/cronet/net/ssl/ |
H A D | ssl_cipher_suite_names.cc | 164 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 D | ssl_cipher_suite_names_unittest.cc | 127 for (const auto* cipher_string : cipher_strings) { in TEST() local 129 EXPECT_FALSE(ParseSSLCipherString(cipher_string, &cipher_suite)); in TEST()
|
H A D | ssl_cipher_suite_names.h | 51 NET_EXPORT bool ParseSSLCipherString(const std::string& cipher_string,
|
/aosp_15_r20/test/vts-testcase/kernel/encryption/ |
D | metadata_encryption_tests.cpp | 149 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 D | test_suite_cipher.function | 361 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 D | test_suite_cipher.function | 365 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 D | vmlinux.h | 114241 char *cipher_string; member 114345 const char *cipher_string; member
|
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/arm64/ |
H A D | vmlinux.h | 104446 char *cipher_string; member 104550 const char *cipher_string; member
|
/aosp_15_r20/external/bcc/libbpf-tools/x86/ |
H A D | vmlinux.h | 62165 char cipher_string[32]; member
|
H A D | vmlinux_518.h | 62165 char cipher_string[32]; member
|