Searched refs:DIGESTLEN (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.c87 #define DIGESTLEN 20 /* ... into a digest of this length (rmd160). */ macro
93 #define POOLSIZE (POOLBLOCKS*DIGESTLEN)
604 static unsigned char failsafe_digest[DIGESTLEN];
612 #if DIGESTLEN != 20
621 memcpy(hashbuf, pend - DIGESTLEN, DIGESTLEN );
622 memcpy(hashbuf+DIGESTLEN, pool, BLOCKLEN-DIGESTLEN);
635 memcpy (hashbuf, p, DIGESTLEN);
637 p += DIGESTLEN;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/random/
H A Drandom-csprng.c87 #define DIGESTLEN 20 /* ... into a digest of this length (rmd160). */ macro
93 #define POOLSIZE (POOLBLOCKS*DIGESTLEN)
604 static unsigned char failsafe_digest[DIGESTLEN];
612 #if DIGESTLEN != 20
621 memcpy(hashbuf, pend - DIGESTLEN, DIGESTLEN );
622 memcpy(hashbuf+DIGESTLEN, pool, BLOCKLEN-DIGESTLEN);
635 memcpy (hashbuf, p, DIGESTLEN);
637 p += DIGESTLEN;
[all...]

Completed in 102 milliseconds