Home
last modified time | relevance | path

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

/third_party/lwip/src/include/netif/ppp/
Dpppcrypt.h91 #define lwip_arc4_crypt arc4_crypt macro
131 #define lwip_arc4_crypt(context, buffer, length) mbedtls_arc4_crypt(context, length, buffer, buffer) macro
/third_party/lwip/src/netif/ppp/
Dmppe.c83 lwip_arc4_crypt(&state->arc4, state->session_key, state->keylen); in mppe_rekey()
253 lwip_arc4_crypt(&state->arc4, (u8_t*)n->payload, n->len); in mppe_compress()
389 lwip_arc4_crypt(&state->arc4, (u8_t*)n->payload, n->len); in mppe_decompress()