Home
last modified time | relevance | path

Searched defs:TestKey (Results 1 – 25 of 33) sorted by relevance

12

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/wycheproof-0.4.0/src/
H A Ddsa.rs31 pub struct TestKey { struct
41 typ: TestKeyTypeId, argument
49 key: TestKey, argument
H A Decdsa.rs74 pub struct TestKey { struct
79 typ: TestKeyTypeId, argument
92 key: TestKey, argument
H A Deddsa.rs20 pub struct TestKey { struct
29 typ: TestKeyTypeId, argument
36 key: TestKey, argument
/aosp_15_r20/external/cronet/net/ssl/
H A Dssl_platform_key_android_unittest.cc50 struct TestKey { struct
51 const char* name;
52 const char* cert_file;
53 const char* key_file;
54 int type;
55 android::PrivateKeyType android_key_type;
H A Dssl_platform_key_win_unittest.cc38 struct TestKey { struct
39 const char* name;
40 const char* cert_file;
41 const char* key_file;
42 int type;
43 bool is_rsa_1024;
60 const testing::TestParamInfo<std::tuple<TestKey, bool>>& params) { in TestParamsToString()
H A Dssl_platform_key_nss_unittest.cc28 struct TestKey { struct
29 const char* name;
30 const char* cert_file;
31 const char* key_file;
32 int type;
H A Dopenssl_private_key_unittest.cc25 struct TestKey { struct
26 const char* name;
27 const char* cert_file;
28 const char* key_file;
29 int type;
H A Dssl_platform_key_mac_unittest.cc39 struct TestKey { struct
40 const char* name;
41 const char* cert_file;
42 const char* key_file;
43 int type;
/aosp_15_r20/external/skia/tests/
H A DSkResourceCacheTest.cpp229 struct TestKey : SkResourceCache::Key { struct
232 TestKey(int sharedID, int32_t data) : fData(data) { in TestKey() argument
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/internal/
H A DKeyTesterTest.java58 private static class TestKey extends Key { class in KeyTesterTest
62 public TestKey(int id, TestParameters parameters) { in TestKey() method in KeyTesterTest.TestKey
67 public TestKey(int id) { in TestKey() method in KeyTesterTest.TestKey
H A DPrimitiveConstructorTest.java32 private static final class TestKey extends Key { class in PrimitiveConstructorTest
/aosp_15_r20/frameworks/base/tests/vcn/java/android/net/vcn/util/
H A DPersistableBundleUtilsTest.java47 private static class TestKey { class in PersistableBundleUtilsTest
52 TestKey(int testInteger) { in TestKey() method in PersistableBundleUtilsTest.TestKey
56 TestKey(PersistableBundle in) { in TestKey() method in PersistableBundleUtilsTest.TestKey
/aosp_15_r20/system/security/keystore2/src/legacy_blob/
H A Dtests.rs294 struct TestKey(ZVec); struct
296 impl crate::utils::AesGcmKey for TestKey { implementation
302 impl Deref for TestKey { implementation
/aosp_15_r20/system/security/keystore2/tests/legacy_blobs/
H A Dkeystore2_legacy_blob_tests.rs59 struct TestKey(ZVec); struct
61 impl keystore2::utils::AesGcmKey for TestKey { implementation
67 impl Deref for TestKey { implementation
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/internal/testing/
H A DKeyWithSerializationTest.java36 private static final class TestKey extends Key { class in KeyWithSerializationTest
37 public TestKey() {} in TestKey() method in KeyWithSerializationTest.TestKey
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DObjectCounterTest.java43 public static class TestKey { class in ObjectCounterTest
48 public TestKey(int key1, String key2, boolean key3) { in TestKey() method in ObjectCounterTest.TestKey
/aosp_15_r20/external/skia/bench/
H A DImageCacheBench.cpp13 class TestKey : public SkResourceCache::Key { class
17 TestKey(intptr_t value) : fValue(value) { in TestKey() function in __anon3d0390f50111::TestKey
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/
H A DKeysetHandleFullPrimitiveTest.java116 private static final class TestKey extends Key { class in KeysetHandleFullPrimitiveTest
120 TestKey(int id) { in TestKey() method in KeysetHandleFullPrimitiveTest.TestKey
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DIdentityHashMap2Test.java171 public static class TestKey implements Cloneable { class in IdentityHashMap2Test
174 TestKey(String foo) { in TestKey() method in IdentityHashMap2Test.TestKey
/aosp_15_r20/external/pigweed/pw_software_update/py/
H A Dverify_test.py61 class TestKey(NamedTuple): class
/aosp_15_r20/external/marisa-trie/tests/
H A Dbase-test.cc70 void TestKey() { in TestKey() function
H A Dtrie-test.cc70 void TestKey() { in TestKey() function
/aosp_15_r20/external/leveldb/db/
H A Ddbformat_test.cc31 static void TestKey(const std::string& key, uint64_t seq, ValueType vt) { in TestKey() function
/aosp_15_r20/external/mbedtls/scripts/mbedtls_dev/
H A Dpsa_storage.py175 class TestKey(unittest.TestCase): class
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/scripts/mbedtls_dev/
H A Dpsa_storage.py175 class TestKey(unittest.TestCase): class

12