Home
last modified time | relevance | path

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

/openthread-3.7.0/third_party/mbedtls/repo/library/
Dssl_msg.c908 int auth_done = 0; in mbedtls_ssl_encrypt_buf() local
1103 auth_done++; in mbedtls_ssl_encrypt_buf()
1243 auth_done++; in mbedtls_ssl_encrypt_buf()
1374 if (auth_done == 0) { in mbedtls_ssl_encrypt_buf()
1444 auth_done++; in mbedtls_ssl_encrypt_buf()
1469 if (auth_done != 1) { in mbedtls_ssl_encrypt_buf()
1489 int auth_done = 0; in mbedtls_ssl_decrypt_buf() local
1655 auth_done++; in mbedtls_ssl_decrypt_buf()
1802 auth_done++; in mbedtls_ssl_decrypt_buf()
1912 if (auth_done == 1) { in mbedtls_ssl_decrypt_buf()
[all …]