Home
last modified time | relevance | path

Searched defs:lwip_arc4_crypt (Results 1 – 1 of 1) 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