Searched refs:buffer_rand (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Dac.c2179 unsigned char *buffer_rand;
2199 buffer_rand = gcry_random_bytes_secure (buffer_rand_n, level);
2205 while ((j < buffer_rand_n) && (! buffer_rand[j]))
2209 buffer[i] = buffer_rand[j++];
2215 gcry_free (buffer_rand);
2171 unsigned char *buffer_rand; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dac.c2179 unsigned char *buffer_rand;
2199 buffer_rand = gcry_random_bytes_secure (buffer_rand_n, level);
2205 while ((j < buffer_rand_n) && (! buffer_rand[j]))
2209 buffer[i] = buffer_rand[j++];
2215 gcry_free (buffer_rand);
2171 unsigned char *buffer_rand; local

Completed in 48 milliseconds