Home
last modified time | relevance | path

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

/lib/crypto/x86/
A Dblake2s-glue.c18 const u32 inc);
21 const u32 inc);
27 size_t nblocks, const u32 inc) in blake2s_compress() argument
33 blake2s_compress_generic(state, block, nblocks, inc); in blake2s_compress()
43 blake2s_compress_avx512(state, block, blocks, inc); in blake2s_compress()
45 blake2s_compress_ssse3(state, block, blocks, inc); in blake2s_compress()
/lib/crypto/
A Dblake2s-generic.c34 const u32 inc) in blake2s_increment_counter() argument
36 state->t[0] += inc; in blake2s_increment_counter()
37 state->t[1] += (state->t[0] < inc); in blake2s_increment_counter()
41 size_t nblocks, const u32 inc)
45 size_t nblocks, const u32 inc) in blake2s_compress_generic() argument
52 (nblocks > 1 && inc != BLAKE2S_BLOCK_SIZE)); in blake2s_compress_generic()
55 blake2s_increment_counter(state, inc); in blake2s_compress_generic()
/lib/tests/
A Dmemcpy_kunit.c385 static int next_step(int idx, int start, int end, int inc) in next_step() argument
387 start += inc; in next_step()
388 end -= inc; in next_step()
390 if (idx < start || idx + inc > end) in next_step()
391 inc = 1; in next_step()
392 return idx + inc; in next_step()

Completed in 6 milliseconds