Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dssl_msg.c688 int auth_done = 0; in mbedtls_ssl_encrypt_buf() local
883 auth_done++; in mbedtls_ssl_encrypt_buf()
1025 auth_done++; in mbedtls_ssl_encrypt_buf()
1156 if (auth_done == 0) { in mbedtls_ssl_encrypt_buf()
1226 auth_done++; in mbedtls_ssl_encrypt_buf()
1251 if (auth_done != 1) { in mbedtls_ssl_encrypt_buf()
1271 int auth_done = 0; in mbedtls_ssl_decrypt_buf() local
1437 auth_done++; in mbedtls_ssl_decrypt_buf()
1584 auth_done++; in mbedtls_ssl_decrypt_buf()
1694 if (auth_done == 1) { in mbedtls_ssl_decrypt_buf()
[all …]
/third_party/lwip/src/include/netif/ppp/
Dppp.h360 u16_t auth_done; /* Records which authentication operations have been completed. */ member
/third_party/lwip/src/netif/ppp/
Dauth.c850 pcb->auth_done = 0; in link_established()
1103 pcb->auth_done |= bit; in auth_peer_success()
1183 pcb->auth_done |= bit; in auth_withpeer_success()
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()