Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/librkcrypto/test/
H A Dtest_cipher.c17 #define MULTI_BLOCKSIZE (256 * 1024) macro
180 tmp_len = loop_nbytes > MULTI_BLOCKSIZE ? MULTI_BLOCKSIZE : loop_nbytes; in test_cipher_item_virt()