Home
last modified time | relevance | path

Searched refs:mdsz (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dkex.c626 int mdsz = EVP_MD_size(evp_md); in derive_key() local
627 u_char *digest = xmalloc(roundup(need, mdsz)); in derive_key()
636 EVP_DigestUpdate(&md, hash, mdsz); in derive_key()
646 for (have = mdsz; need > have; have += mdsz) { in derive_key()
650 EVP_DigestUpdate(&md, hash, mdsz); in derive_key()