Searched refs:auth_done (Results 1 – 4 of 4) sorted by relevance
526 int auth_done = 0; in mbedtls_ssl_encrypt_buf() local694 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() local1158 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 …]
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()