Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/gss_mechs/mech_krb5/crypto/md4/
H A Dmd4.c180 static const unsigned char round1consts[] = { 3, 7, 11, 19, }; in Transform() local
181 FF (a, b, c, d, in[i], round1consts[i%4]); ROTATE; in Transform()