/aosp_15_r20/external/tink/cc/subtle/ |
H A D | ecies_hkdf_sender_kem_boringssl_test.cc | 90 auto test_key = status_or_test_key.value(); in TEST_F() local 135 auto test_key = status_or_test_key.value(); in TEST_F() local 148 auto test_key = status_or_test_key.value(); in TEST_F() local 162 auto test_key = status_or_test_key.value(); in TEST_F() local 187 auto test_key = status_or_test_key.value(); in TEST_F() local 200 auto test_key = status_or_test_key.value(); in TEST_F() local 214 auto test_key = status_or_test_key.value(); in TEST_F() local 229 auto test_key = status_or_test_key.value(); in TEST_F() local 244 auto test_key = status_or_test_key.value(); in TEST_F() local 267 auto test_key = status_or_test_key.value(); in TEST_F() local [all …]
|
/aosp_15_r20/external/rust/beto-rust/nearby/crypto/crypto_provider_test/src/aead/ |
D | aes_gcm_siv.rs | 29 let test_key = hex!("01000000000000000000000000000000"); localVariable 44 let test_key = hex!("01000000000000000000000000000000"); localVariable 62 let test_key = hex!("01000000000000000000000000000000"); localVariable 83 let test_key = hex!("01000000000000000000000000000000"); localVariable 104 let test_key = hex!("00112233445566778899aabbccddeeff"); localVariable 127 let test_key = hex!("0100000000000000000000000000000000000000000000000000000000000000"); localVariable 148 let test_key = hex!("0100000000000000000000000000000000000000000000000000000000000000"); localVariable 171 let test_key = hex!("0100000000000000000000000000000000000000000000000000000000000000"); localVariable 191 let test_key = hex!("0100000000000000000000000000000000000000000000000000000000000000"); localVariable 212 let test_key = hex!("00112233445566778899aabbccddeeff00112233445566778899aabbccddeeff"); localVariable
|
D | aes_gcm.rs | 29 let test_key = hex!("bedcfb5a011ebc84600fcb296c15af0d"); localVariable 44 let test_key = hex!("bedcfb5a011ebc84600fcb296c15af0d"); localVariable 62 let test_key = hex!("5b9604fe14eadba931b0ccf34843dab9"); localVariable 84 let test_key = hex!("5b9604fe14eadba931b0ccf34843dab9"); localVariable 106 let test_key = hex!("000102030405060708090a0b0c0d0e0f"); localVariable 125 let test_key = hex!("29d3a44f8723dc640239100c365423a312934ac80239212ac3df3421a2098123"); localVariable 145 let test_key = hex!("29d3a44f8723dc640239100c365423a312934ac80239212ac3df3421a2098123"); localVariable 169 let test_key = hex!("59d4eafb4de0cfc7d3db99a8f54b15d7b39f0acc8da69763b019c1699f87674a"); localVariable 189 let test_key = hex!("59d4eafb4de0cfc7d3db99a8f54b15d7b39f0acc8da69763b019c1699f87674a"); localVariable 210 let test_key = hex!("000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f"); localVariable
|
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/coordination/ |
H A D | coordination_service_agent_test.cc | 149 const std::string& test_key = "test_key"; in TEST_F() local 169 const std::string& test_key = "test_key"; in TEST_F() local 189 const std::string& test_key = "test_key"; in TEST_F() local 208 const std::string& test_key = "test_key"; in TEST_F() local 238 const std::string& test_key = "test_key"; in TEST_F() local 275 const std::string test_key = "test_key"; in TEST_F() local 300 const std::string& test_key = "test_key"; in TEST_F() local 319 const std::string test_key = "test_key_dir"; in TEST_F() local
|
/aosp_15_r20/trusty/user/app/keymint/ |
D | secure_storage_manager.rs | 786 let test_key = get_test_key_data(algorithm); in read_key_test() localVariable 824 let test_key = get_non_pkcs8_test_key_data(algorithm); in read_non_pkcs8_key_test() localVariable 876 let test_key = get_test_key_data(algorithm); in provision_certs_test_impl() localVariable 898 let test_key = get_test_attestation_key(algorithm).expect("Couldn't get test key"); in provision_certs_test_impl() localVariable 931 let test_key = get_test_key_data(algorithm); in clear_certificate_chain_works_impl() localVariable 946 let test_key = get_test_attestation_key(algorithm).expect("Couldn't get test key"); in clear_certificate_chain_works_impl() localVariable
|
/aosp_15_r20/external/tink/cc/util/ |
H A D | test_util.cc | 209 auto test_key = internal::NewEcKey(Enums::ProtoToSubtle(curve_type)).value(); in GetEciesAeadHkdfTestKey() local 324 auto test_key = internal::NewEcKey(Enums::ProtoToSubtle(curve_type)).value(); in GetEcdsaTestPrivateKey() local 341 auto test_key = internal::NewEd25519Key().value(); in GetEd25519TestPrivateKey() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/test/ |
D | test_key.cpp | 24 void test_key() in test_key() function 71 void test_key() in test_key() function
|
/aosp_15_r20/external/compiler-rt/lib/asan/tests/ |
H A D | asan_mac_test.cc | 188 void *TSDAllocWorker(void *test_key) { in TSDAllocWorker() 198 pthread_key_t test_key; in TEST() local
|
/aosp_15_r20/external/cronet/net/ssl/ |
H A D | ssl_platform_key_win_unittest.cc | 258 const TestKey& test_key = GetTestKey(); in TEST_P() local 314 const TestKey& test_key = GetTestKey(); in TEST_P() local
|
H A D | ssl_platform_key_nss_unittest.cc | 52 const TestKey& test_key = GetParam(); in TEST_P() local
|
H A D | openssl_private_key_unittest.cc | 49 const TestKey& test_key = GetParam(); in TEST_P() local
|
H A D | ssl_platform_key_android_unittest.cc | 79 const TestKey& test_key = GetParam(); in TEST_P() local
|
H A D | ssl_platform_key_mac_unittest.cc | 117 const TestKey& test_key = GetParam(); in TEST_P() local
|
/aosp_15_r20/external/flatbuffers/tests/ |
H A D | py_flexbuffers_test.py | 607 def test_key(self): member in DecoderTest 1137 def test_key(self): member in EncoderTest
|
/aosp_15_r20/external/libvpx/test/ |
H A D | vp8_decrypt_test.cc | 24 const uint8_t test_key[16] = { 0x01, 0x12, 0x23, 0x34, 0x45, 0x56, 0x67, 0x78, variable
|
H A D | vp9_decrypt_test.cc | 24 const uint8_t test_key[16] = { 0x01, 0x12, 0x23, 0x34, 0x45, 0x56, 0x67, 0x78, variable
|
/aosp_15_r20/external/tink/cc/hybrid/ |
H A D | ecies_aead_hkdf_hybrid_encrypt_test.cc | 89 auto test_key = in TEST_F() local
|
H A D | ecies_aead_hkdf_hybrid_decrypt_test.cc | 199 auto test_key = in TEST_F() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/integration_test/ |
H A D | c_api_session_coordination_test.cc | 119 const char test_key[] = "test_key"; in TEST_P() local
|
/aosp_15_r20/external/libsrtp2/crypto/test/ |
H A D | cipher_driver.c | 132 unsigned char test_key[48] = { in main() local
|
/aosp_15_r20/external/cronet/components/nacl/browser/ |
H A D | pnacl_translation_cache_unittest.cc | 126 static const std::string test_key("1"); variable
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | chachapoly.c | 325 static const unsigned char test_key[1][32] = variable
|
/aosp_15_r20/external/python/google-auth-library-python/tests/transport/ |
D | test__mtls_helper.py | 90 def test_key(self): member in TestCertAndKeyRegex
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | chachapoly.c | 325 static const unsigned char test_key[1][32] = variable
|
/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/tests/testsuite/ |
D | parse.rs | 18 macro_rules! test_key { macro
|