Home
last modified time | relevance | path

Searched refs:to_send (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/keymaster/4.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp2505 string to_send; in TEST_F() local
2507 to_send.append(message.substr(i, increment)); in TEST_F()
2508 EXPECT_EQ(ErrorCode::OK, Update(to_send, &ciphertext, &input_consumed)); in TEST_F()
2509 EXPECT_EQ(to_send.length(), input_consumed); in TEST_F()
2510 to_send = to_send.substr(input_consumed); in TEST_F()
2511 EXPECT_EQ(0U, to_send.length()); in TEST_F()
2518 EXPECT_LE(to_send.length(), 16U); in TEST_F()
2523 EXPECT_EQ(0U, to_send.length()); in TEST_F()
2527 EXPECT_EQ(ErrorCode::OK, Finish(to_send, &ciphertext)) << "Error sending " << to_send; in TEST_F()
2562 to_send.append(ciphertext.substr(i, increment)); in TEST_F()
[all …]
/hardware/interfaces/keymaster/3.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp3116 string to_send; in TEST_F() local
3118 to_send.append(message.substr(i, increment)); in TEST_F()
3119 EXPECT_EQ(ErrorCode::OK, Update(to_send, &ciphertext, &input_consumed)); in TEST_F()
3120 to_send = to_send.substr(input_consumed); in TEST_F()
3127 EXPECT_LE(to_send.length(), 16U); in TEST_F()
3132 EXPECT_EQ(0U, to_send.length()); in TEST_F()
3136 EXPECT_EQ(ErrorCode::OK, Finish(to_send, &ciphertext)) << "Error sending " << to_send; in TEST_F()
3171 to_send.append(ciphertext.substr(i, increment)); in TEST_F()
3172 EXPECT_EQ(ErrorCode::OK, Update(to_send, &plaintext, &input_consumed)); in TEST_F()
3173 to_send = to_send.substr(input_consumed); in TEST_F()
[all …]