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

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

Completed in 50 milliseconds