Home | History | Annotate | Download | only in radius

Lines Matching full:salt

787     u_char  *salt = vp->strvalue;
802 if ((salt[0] & 0x80) == 0) {
803 error("RADIUS: Illegal salt value for MS-MPPE-%s-Key attribute", type);
812 MD5_Update(&Context, salt, 2);