Home | History | Annotate | Download | only in pppd

Lines Matching refs:cipher

651 	u_char clear[8], cipher[8], dig[SHA_DIGESTSIZE], *optr, *cp;
780 if (!DesEncrypt(clear, cipher)) {
786 outp += b64enc(&b64, cipher, 8, outp);
788 (void) DesEncrypt(cp, cipher);
789 outp += b64enc(&b64, cipher, 8, outp);
800 (void) DesEncrypt(clear, cipher);
801 outp += b64enc(&b64, cipher, 8, outp);