OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:test_data3
(Results
1 - 4
of
4
) sorted by null
/external/vboot_reference/tests/
vb21_host_fw_preamble_tests.c
26
const uint8_t
test_data3
[] = "Even more test data";
variable
72
TEST_SUCC(vb2_sign_data(hashes + 2,
test_data3
, sizeof(
test_data3
),
vb21_common_tests.c
21
static const uint8_t
test_data3
[] = "Even more test data";
variable
412
TEST_SUCC(vb2_sign_data(hashes + 2,
test_data3
, sizeof(
test_data3
),
/system/tpm/attestation/server/
pkcs11_key_store_test.cc
341
EXPECT_TRUE(key_store.Write(kDefaultUser, "test", "
test_data3
"));
343
EXPECT_EQ("
test_data3
", blob);
366
EXPECT_TRUE(key_store.Write("", "test", "
test_data3
"));
368
EXPECT_EQ("
test_data3
", blob);
/external/autotest/client/site_tests/network_DestinationVerification/
network_DestinationVerification.py
79
TEST_DATA3
= """{
358
test_data = unicode2str(json.loads(
TEST_DATA3
))
Completed in 615 milliseconds