Home
last modified time | relevance | path

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

/lib/crypto/tests/
A Dhash-test-template.h158 size_t remaining_len, cur_offset; in test_hash_incremental_updates() local
173 cur_offset = offset; in test_hash_incremental_updates()
177 HASH_UPDATE(&ctx, &test_buf[cur_offset], part_len); in test_hash_incremental_updates()
179 cur_offset += part_len; in test_hash_incremental_updates()
183 HASH_UPDATE(&ctx, &test_buf[cur_offset], remaining_len); in test_hash_incremental_updates()

Completed in 4 milliseconds