Searched refs:MULTI_BLOCKSIZE (Results 1 – 1 of 1) sorted by relevance
17 #define MULTI_BLOCKSIZE (256 * 1024) macro180 tmp_len = loop_nbytes > MULTI_BLOCKSIZE ? MULTI_BLOCKSIZE : loop_nbytes; in test_cipher_item_virt()