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.cpp2827 string to_send; in TEST_P() local
2829 to_send.append(message.substr(i, increment)); in TEST_P()
2830 EXPECT_EQ(ErrorCode::OK, Update(to_send, &ciphertext, &input_consumed)); in TEST_P()
2831 EXPECT_EQ(to_send.length(), input_consumed); in TEST_P()
2832 to_send = to_send.substr(input_consumed); in TEST_P()
2833 EXPECT_EQ(0U, to_send.length()); in TEST_P()
2840 EXPECT_LE(to_send.length(), 16U); in TEST_P()
2845 EXPECT_EQ(0U, to_send.length()); in TEST_P()
2849 EXPECT_EQ(ErrorCode::OK, Finish(to_send, &ciphertext)) << "Error sending " << to_send; in TEST_P()
2884 to_send.append(ciphertext.substr(i, increment)); in TEST_P()
[all …]
/hardware/interfaces/keymaster/3.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp3085 string to_send; in TEST_P() local
3087 to_send.append(message.substr(i, increment)); in TEST_P()
3088 EXPECT_EQ(ErrorCode::OK, Update(to_send, &ciphertext, &input_consumed)); in TEST_P()
3089 to_send = to_send.substr(input_consumed); in TEST_P()
3096 EXPECT_LE(to_send.length(), 16U); in TEST_P()
3101 EXPECT_EQ(0U, to_send.length()); in TEST_P()
3105 EXPECT_EQ(ErrorCode::OK, Finish(to_send, &ciphertext)) << "Error sending " << to_send; in TEST_P()
3140 to_send.append(ciphertext.substr(i, increment)); in TEST_P()
3141 EXPECT_EQ(ErrorCode::OK, Update(to_send, &plaintext, &input_consumed)); in TEST_P()
3142 to_send = to_send.substr(input_consumed); in TEST_P()
[all …]