Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dchap_ms.c295 int mdlen = secret_len * 2; local
297 int mdlen = secret_len * 2 * 8; local
310 MD4Update(&md4Context, unicodePassword, mdlen);
462 int mdlen = secret_len * 2; local
464 int mdlen = secret_len * 2 * 8; local
481 MD4Update(&md4Context, unicodePassword, mdlen);
530 int mdlen = 1; local
532 int mdlen = 8; local
554 MD4Update(&md4Context, unicodePassword, secret_len * 2 * mdlen);
559 MD4Update(&md4Context, hash, MD4_SIGNATURE_SIZE * mdlen);
/titanic_50/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dmachdep.c56 static uint_t mdlen; variable
87 mdlen = cmach.md_size - sizeof (csu_md_t); in cb_check_machdep()
132 bytes = mdlen; in cb_interpret()
148 SF_ADV(mdlen); in cb_interpret()