Searched refs:DesEncrypt (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/bsd/ppp/dist/pppd/ |
| D | crypto_ms.c | 126 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()
|
| D | chap_ms.c | 525 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()
|
| D | crypto_ms.h | 58 int DesEncrypt(const unsigned char *clear, const unsigned char *key,
|
| D | eap.c | 1004 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()
|