Home
last modified time | relevance | path

Searched refs:lwip_md4_update (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/include/netif/ppp/
Dpppcrypt.h60 #define lwip_md4_update md4_update macro
104 #define lwip_md4_update mbedtls_md4_update macro
/third_party/lwip/src/netif/ppp/
Dchap_ms.c577 lwip_md4_update(&md4Context, secret, secret_len); in NTPasswordHash()