Home | History | Annotate | Download | only in radius

Lines Matching full:plain

771     u_char  plain[32];
780 memcpy(plain, vp->strvalue, sizeof(plain));
788 plain[i] ^= buf[i];
796 plain[i + 16] ^= buf[i];
803 mppe_set_keys(challenge, &plain[8]);
826 u_char plain[32];
844 memcpy(plain, crypt, 32);
853 plain[i] ^= buf[i];
855 if (plain[0] != sizeof(mppe_send_key) /* 16 */) {
857 (int) plain[0], type);
866 plain[16] ^= buf[0]; /* only need the first byte */
869 memcpy(mppe_send_key, plain + 1, 16);
871 memcpy(mppe_recv_key, plain + 1, 16);