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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/random/
H A Drandom-fips.c271 counter0 --------------------------------/
303 static u32 counter1, counter0;
316 counter0 = (u32)getppid ();
356 buffer[12] = ((counter0 >> 24) & 0xff);
357 buffer[13] = ((counter0 >> 16) & 0xff);
358 buffer[14] = ((counter0 >> 8) & 0xff);
359 buffer[15] = ((counter0) & 0xff);
361 if (!++counter0)
302 static u32 counter1, counter0; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A Drandom-fips.c271 counter0 --------------------------------/
303 static u32 counter1, counter0;
316 counter0 = (u32)getppid ();
356 buffer[12] = ((counter0 >> 24) & 0xff);
357 buffer[13] = ((counter0 >> 16) & 0xff);
358 buffer[14] = ((counter0 >> 8) & 0xff);
359 buffer[15] = ((counter0) & 0xff);
361 if (!++counter0)
302 static u32 counter1, counter0; local

Completed in 121 milliseconds