Searched refs:arc4_count (Results 1 – 1 of 1) sorted by relevance
48 size_t arc4_count; /* bytes until reseed */ member93 if (arc4->arc4_count <= len) { in arc4_stir()108 arc4->arc4_count = ARC4_COUNT; in arc4_stir()111 if (arc4->arc4_count <= len) { in arc4_stir()112 arc4->arc4_count = 0; in arc4_stir()114 arc4->arc4_count -= len; in arc4_stir()