Home
last modified time | relevance | path

Searched defs:TestCase (Results 1 – 4 of 4) sorted by relevance

/system/keymint/tests/src/
Dlib.rs83 struct TestCase { in test_hkdf() struct
84 ikm: &'static str, in test_hkdf()
85 salt: &'static str, in test_hkdf()
86 info: &'static str, in test_hkdf()
87 out_len: usize, in test_hkdf()
88 want: &'static str, in test_hkdf()
163 struct TestCase { in test_hmac() struct
164 digest: Digest, in test_hmac()
165 tag_size: usize, in test_hmac()
166 key: &'static [u8], in test_hmac()
[all …]
/system/authgraph/tests/src/
Dlib.rs74 struct TestCase { in test_hmac() struct
75 key: &'static str, // 32 bytes, hex-encoded in test_hmac()
76 data: &'static [u8], in test_hmac()
77 want: &'static str, // 32 bytes, hex-encoded in test_hmac()
102 struct TestCase { in test_hkdf() struct
103 ikm: &'static str, in test_hkdf()
104 salt: &'static str, in test_hkdf()
105 info: &'static str, in test_hkdf()
106 want: &'static str, in test_hkdf()
198 struct TestCase { in test_aes_gcm() struct
[all …]
/system/security/keystore/
Dkeystore_cli_v2.cpp55 struct TestCase { struct
56 std::string name;
57 bool required_for_brillo_pts;
58 keymint::AuthorizationSet parameters;
/system/tools/aidl/
Daidl_unittest.cpp1065 struct TestCase { in TEST_P() struct
1066 std::string output_file; in TEST_P()
1067 std::string annotation; in TEST_P()
2096 struct TestCase { in TEST_F() struct
2097 string type; in TEST_F()
2098 variant<string, Failure> expected; // success<0> or failure<1> in TEST_F()
5590 struct TestCase { in TEST_F() struct
5591 vector<Comment> comments; in TEST_F()
5592 string formatted; in TEST_F()