Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dssl_msg.c526 int auth_done = 0; in mbedtls_ssl_encrypt_buf() local
694 auth_done++; in mbedtls_ssl_encrypt_buf()
834 auth_done++; in mbedtls_ssl_encrypt_buf()
918 if( auth_done == 0 ) in mbedtls_ssl_encrypt_buf()
964 auth_done++; in mbedtls_ssl_encrypt_buf()
984 if( auth_done != 1 ) in mbedtls_ssl_encrypt_buf()
1001 int ret, auth_done = 0; in mbedtls_ssl_decrypt_buf() local
1158 auth_done++; in mbedtls_ssl_decrypt_buf()
1271 auth_done++; in mbedtls_ssl_decrypt_buf()
1334 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()