Home
last modified time | relevance | path

Searched refs:pppcrypt_56_to_64_bit_key (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/netif/ppp/
Dchap_ms.c511 pppcrypt_56_to_64_bit_key(ZPasswordHash + 0, des_key); in ChallengeResponse()
517 pppcrypt_56_to_64_bit_key(ZPasswordHash + 7, des_key); in ChallengeResponse()
523 pppcrypt_56_to_64_bit_key(ZPasswordHash + 14, des_key); in ChallengeResponse()
625 pppcrypt_56_to_64_bit_key(UcasePassword +0, des_key); in ChapMS_LANMan()
631 pppcrypt_56_to_64_bit_key(UcasePassword +7, des_key); in ChapMS_LANMan()
Dpppcrypt.c55 void pppcrypt_56_to_64_bit_key(u_char *key, u_char * des_key) { in pppcrypt_56_to_64_bit_key() function
/third_party/lwip/src/include/netif/ppp/
Dpppcrypt.h136 void pppcrypt_56_to_64_bit_key(u_char *key, u_char *des_key);