Searched refs:number_of_blocks (Results 1 – 2 of 2) sorted by relevance
42 uint32 number_of_blocks = 2; field45 // TODO plain_text and number_of_blocks should be mutually exclusive.
208 const size_t number_of_blocks = 3; in TEST_F() local217 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()