Searched refs:auth_done (Results 1 – 4 of 4) sorted by relevance
688 int auth_done = 0; in mbedtls_ssl_encrypt_buf() local883 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() local1437 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 …]
360 u16_t auth_done; /* Records which authentication operations have been completed. */ member
850 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()
568 int auth_mschap_bits = pcb->auth_done; in ccp_resetci()611 if (pcb->auth_done & (CHAP_MS_WITHPEER | CHAP_MS_PEER)) { in ccp_resetci()