Home
last modified time | relevance | path

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

/external/nos/host/generic/nugget/proto/nugget/app/protoapi/
Dtesting_api.proto42 uint32 number_of_blocks = 2; field
45 // TODO plain_text and number_of_blocks should be mutually exclusive.
/external/nos/test/system-test-harness/src/
Druntests.cc208 const size_t number_of_blocks = 3; in TEST_F() local
217 request.set_number_of_blocks(number_of_blocks); in TEST_F()
250 ASSERT_EQ(result.cipher_text().size(), number_of_blocks * AES_BLOCK_SIZE) in TEST_F()
260 for (size_t x = 0; x < number_of_blocks; ++x) { in TEST_F()