Searched refs:DEFAULT_BLK_SZ (Results 1 – 1 of 1) sorted by relevance
20 #define DEFAULT_BLK_SZ 16 macro44 unsigned char I[DEFAULT_BLK_SZ];45 unsigned char V[DEFAULT_BLK_SZ];127 DEFAULT_BLK_SZ)) { in _get_more_prng_bytes()141 DEFAULT_BLK_SZ); in _get_more_prng_bytes()148 DEFAULT_BLK_SZ); in _get_more_prng_bytes()201 if (nbytes < DEFAULT_BLK_SZ) in get_prng_bytes()203 byte_count = DEFAULT_BLK_SZ; in get_prng_bytes()243 for (; byte_count >= DEFAULT_BLK_SZ; byte_count -= DEFAULT_BLK_SZ) { in get_prng_bytes()255 ptr += DEFAULT_BLK_SZ; in get_prng_bytes()[all …]