Home | History | Annotate | Download | only in crypto

Lines Matching refs:hash_size

187 	DWORD hash_size, len, i;
217 len = sizeof(hash_size);
218 if (!CryptGetHashParam(hash, HP_HASHSIZE, (BYTE *) &hash_size, &len,
224 if ((int) hash_size != flen) {
226 (unsigned) hash_size, flen);