Searched refs:BLOCKLEN (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-csprng.c86 #define BLOCKLEN 64 /* Hash this amount of bytes... */ macro
101 up. Its allocated size is POOLSIZE+BLOCKLEN. Note that this is
107 Its allocated size is also POOLSIZE+BLOCKLEN. */
335 ? gcry_xcalloc_secure (1, POOLSIZE + BLOCKLEN)
336 : gcry_xcalloc (1, POOLSIZE + BLOCKLEN));
338 ? gcry_xcalloc_secure (1, POOLSIZE + BLOCKLEN)
339 : gcry_xcalloc (1, POOLSIZE + BLOCKLEN));
622 memcpy(hashbuf+DIGESTLEN, pool, BLOCKLEN-DIGESTLEN);
638 if (p+DIGESTLEN+BLOCKLEN < pend)
639 memcpy (hashbuf+DIGESTLEN, p+DIGESTLEN, BLOCKLEN
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A Drandom-csprng.c86 #define BLOCKLEN 64 /* Hash this amount of bytes... */ macro
101 up. Its allocated size is POOLSIZE+BLOCKLEN. Note that this is
107 Its allocated size is also POOLSIZE+BLOCKLEN. */
335 ? gcry_xcalloc_secure (1, POOLSIZE + BLOCKLEN)
336 : gcry_xcalloc (1, POOLSIZE + BLOCKLEN));
338 ? gcry_xcalloc_secure (1, POOLSIZE + BLOCKLEN)
339 : gcry_xcalloc (1, POOLSIZE + BLOCKLEN));
622 memcpy(hashbuf+DIGESTLEN, pool, BLOCKLEN-DIGESTLEN);
638 if (p+DIGESTLEN+BLOCKLEN < pend)
639 memcpy (hashbuf+DIGESTLEN, p+DIGESTLEN, BLOCKLEN
[all...]

Completed in 75 milliseconds