Home
last modified time | relevance | path

Searched refs:DesEncrypt (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/bsd/ppp/dist/pppd/
Dcrypto_ms.c126 DesEncrypt(const unsigned char *clear, const unsigned char *key, unsigned char *cipher) in DesEncrypt() function
210 DesEncrypt(Challenge, ZPasswordHash + 0, response + 0); in test_encrypt()
211 DesEncrypt(Challenge, ZPasswordHash + 7, response + 8); in test_encrypt()
212 DesEncrypt(Challenge, ZPasswordHash + 14, response + 16); in test_encrypt()
Dchap_ms.c525 if (DesEncrypt(challenge, ZPasswordHash + 0, response + 0) && in ChallengeResponse()
526 DesEncrypt(challenge, ZPasswordHash + 7, response + 8) && in ChallengeResponse()
527 DesEncrypt(challenge, ZPasswordHash + 14, response + 16)) in ChallengeResponse()
660 if (DesEncrypt(StdText, UcasePassword + 0, PasswordHash + 0) && in ChapMS_LANMan()
661 DesEncrypt(StdText, UcasePassword + 7, PasswordHash + 8)) { in ChapMS_LANMan()
Dcrypto_ms.h58 int DesEncrypt(const unsigned char *clear, const unsigned char *key,
Deap.c1004 if (!DesEncrypt(clear, key, cipher)) { in eap_send_request()
1013 DesEncrypt(cp, key, cipher); in eap_send_request()
1026 DesEncrypt(clear, key, cipher); in eap_send_request()