Home | History | Annotate | Download | only in ssl

Lines Matching full:hashsize

958 			int hashsize = EVP_MD_size(md);
959 if (hashsize < 0 || hashsize > (int)(sizeof buf - (size_t)(q-buf)))
968 if (i != (unsigned int)hashsize) /* can't really happen */