Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/netif/ppp/
H A 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()
H A Dpppcrypt.c55 void pppcrypt_56_to_64_bit_key(u_char *key, u_char * des_key) { in pppcrypt_56_to_64_bit_key() function
/btstack/3rd-party/lwip/core/src/include/netif/ppp/
H A Dpppcrypt.h136 void pppcrypt_56_to_64_bit_key(u_char *key, u_char *des_key);