Searched refs:DesEncrypt (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/eap8021x-198/EAP8021X.fproj/
H A DDESSupport.h27 void DesEncrypt(const unsigned char * clear, const unsigned char * key,
H A DDESSupport.c111 DesEncrypt(const unsigned char *clear, const unsigned char *key, function
129 DesEncrypt(const unsigned char * clear, const unsigned char * key, function
H A Dmschap.c113 DesEncrypt(challenge, zhash, response);
114 DesEncrypt(challenge, zhash + 7, response + 8);
115 DesEncrypt(challenge, zhash + 14, response + 16);
401 DesEncrypt(pw_hash, block, cypher);
402 DesEncrypt(pw_hash + 8, block + 7, cypher + 8);
/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Dpppcrypt.h67 extern bool DesEncrypt __P((u_char *, u_char *));
H A Dpppcrypt.c155 DesEncrypt(clear, cipher) function
200 DesEncrypt(clear, key, cipher) function
H A Dchap_ms.c520 DesEncrypt(PasswordHash, Cypher + 0);
523 DesEncrypt(PasswordHash + 8, Cypher + 8);
827 DesEncrypt(challenge, response + 0);
829 DesEncrypt(challenge, response + 8);
831 DesEncrypt(challenge, response + 16);
954 DesEncrypt( StdText, PasswordHash + 0 );
956 DesEncrypt( StdText, PasswordHash + 8 );

Completed in 197 milliseconds