Home
last modified time | relevance | path

Searched refs:auth_done (Results 1 – 4 of 4) sorted by relevance

/reactos/drivers/network/tcpip/lwip/src/include/netif/ppp/
H A Dppp.h360 u16_t auth_done; /* Records which authentication operations have been completed. */ member
/reactos/dll/3rdparty/mbedtls/
H A Dssl_tls.c1444 int auth_done = 0; in ssl_encrypt_buf() local
1513 auth_done++; in ssl_encrypt_buf()
1642 auth_done++; in ssl_encrypt_buf()
1762 auth_done++; in ssl_encrypt_buf()
1774 if( auth_done != 1 ) in ssl_encrypt_buf()
1941 int auth_done = 0; in ssl_decrypt_buf() local
2082 auth_done++; in ssl_decrypt_buf()
2166 auth_done++; in ssl_decrypt_buf()
2321 if( auth_done == 0 ) in ssl_decrypt_buf()
2405 auth_done++; in ssl_decrypt_buf()
[all …]
/reactos/drivers/network/tcpip/lwip/src/netif/ppp/
H A Dauth.c850 pcb->auth_done = 0; in link_established()
1104 pcb->auth_done |= bit; in auth_peer_success()
1185 pcb->auth_done |= bit; in auth_withpeer_success()
H A Dccp.c568 int auth_mschap_bits = pcb->auth_done; in ccp_resetci()
611 if (pcb->auth_done & (CHAP_MS_WITHPEER | CHAP_MS_PEER)) { in ccp_resetci()