Home
last modified time | relevance | path

Searched refs:arc4 (Results 1 – 7 of 7) sorted by relevance

/reactos/drivers/network/tcpip/lwip/src/netif/ppp/
H A Dmppe.c81 lwip_arc4_init(&state->arc4); in mppe_rekey()
82 lwip_arc4_setup(&state->arc4, sha1_digest, state->keylen); in mppe_rekey()
83 lwip_arc4_crypt(&state->arc4, state->session_key, state->keylen); in mppe_rekey()
84 lwip_arc4_free(&state->arc4); in mppe_rekey()
92 lwip_arc4_init(&state->arc4); in mppe_rekey()
93 lwip_arc4_setup(&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()
/reactos/drivers/network/tcpip/lwip/src/include/netif/ppp/
H A Dmppe.h155 lwip_arc4_context arc4; member
/reactos/dll/3rdparty/mbedtls/
H A DCMakeLists.txt11 arc4.c
H A Dssl_tls.c7760 void mbedtls_ssl_conf_arc4_support( mbedtls_ssl_config *conf, char arc4 ) in mbedtls_ssl_conf_arc4_support() argument
7762 conf->arc4_disabled = arc4; in mbedtls_ssl_conf_arc4_support()
/reactos/drivers/network/tcpip/lwip/src/
H A DFilelists.mk123 $(LWIPDIR)/netif/ppp/polarssl/arc4.c \
H A DFilelists.cmake142 ${LWIP_DIR}/src/netif/ppp/polarssl/arc4.c
/reactos/sdk/include/reactos/libs/mbedtls/
H A Dssl.h2547 void mbedtls_ssl_conf_arc4_support( mbedtls_ssl_config *conf, char arc4 );