Home | History | Annotate | Download | only in radius

Lines Matching refs:strvalue

633 		    memcpy(rstate.class, vp->strvalue, rstate.class_len);
643 if ((vp->lvalue != 43) || strncmp(vp->strvalue + 1, "S=", 2)) {
648 strlcpy(message, vp->strvalue + 1, message_space);
743 memcpy(plain, vp->strvalue, sizeof(plain));
755 MD5_Update(&Context, vp->strvalue, 16);
787 u_char *salt = vp->strvalue;
788 u_char *crypt = vp->strvalue + 2;