Searched defs:TestCase (Results 1 – 3 of 3) sorted by relevance
69 struct TestCase { in test_hkdf() struct70 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() struct150 digest: Digest, in test_hmac()151 tag_size: usize, in test_hmac()152 key: &'static [u8], in test_hmac()[all …]
54 struct TestCase { struct55 std::string name;56 bool required_for_brillo_pts;57 keymint::AuthorizationSet parameters;
1074 struct TestCase { in TEST_P() struct1075 std::string output_file; in TEST_P()1076 std::string annotation; in TEST_P()1986 struct TestCase { in TEST_F() struct1987 string type; in TEST_F()1988 variant<string, Failure> expected; // success<0> or failure<1> in TEST_F()5348 struct TestCase { in TEST_F() struct5349 vector<Comment> comments; in TEST_F()5350 string formatted; in TEST_F()