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

/barrelfish-master/lib/openssl-1.0.0d/crypto/
H A Dcryptlib.c435 unsigned char dnum = sizeof(id->val); local
455 while (dnum--)
460 accum += *(src++) * hash_coeffs[(snum + dnum) & 7];
461 accum += dnum;

Completed in 29 milliseconds