Home
last modified time | relevance | path

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

/third_party/lwip/src/include/netif/ppp/
Dpppcrypt.h90 #define lwip_arc4_setup arc4_setup macro
130 #define lwip_arc4_setup mbedtls_arc4_setup macro
/third_party/lwip/src/netif/ppp/
Dmppe.c82 lwip_arc4_setup(&state->arc4, sha1_digest, state->keylen); in mppe_rekey()
93 lwip_arc4_setup(&state->arc4, state->session_key, state->keylen); in mppe_rekey()