Home | History | Annotate | Download | only in ssl

Lines Matching refs:chunk

161 	int chunk;
169 chunk=EVP_MD_size(md);
170 OPENSSL_assert(chunk >= 0);
218 if (olen > chunk)