Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/librkcrypto/test/
H A Dtest_cipher.c97 uint32_t loop_nbytes, tmp_len; in test_cipher_item_virt() local
174 loop_nbytes = data_len; in test_cipher_item_virt()
178 while (loop_nbytes) { in test_cipher_item_virt()
180 tmp_len = loop_nbytes > MULTI_BLOCKSIZE ? MULTI_BLOCKSIZE : loop_nbytes; in test_cipher_item_virt()
192 loop_nbytes -= tmp_len; in test_cipher_item_virt()