Home
last modified time | relevance | path

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

/system/keymint/tests/src/
Dlib.rs69 struct TestCase { in test_hkdf() struct
70 ikm: &'static str, in test_hkdf()
71 salt: &'static str, in test_hkdf()
72 info: &'static str, in test_hkdf()
73 out_len: usize, in test_hkdf()
74 want: &'static str, in test_hkdf()
149 struct TestCase { in test_hmac() struct
150 digest: Digest, in test_hmac()
151 tag_size: usize, in test_hmac()
152 key: &'static [u8], in test_hmac()
[all …]
/system/security/keystore/
Dkeystore_cli_v2.cpp54 struct TestCase { struct
55 std::string name;
56 bool required_for_brillo_pts;
57 keymint::AuthorizationSet parameters;
/system/tools/aidl/
Daidl_unittest.cpp1074 struct TestCase { in TEST_P() struct
1075 std::string output_file; in TEST_P()
1076 std::string annotation; in TEST_P()
1986 struct TestCase { in TEST_F() struct
1987 string type; in TEST_F()
1988 variant<string, Failure> expected; // success<0> or failure<1> in TEST_F()
5348 struct TestCase { in TEST_F() struct
5349 vector<Comment> comments; in TEST_F()
5350 string formatted; in TEST_F()