Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dssl_msg.c909 int auth_done = 0; in mbedtls_ssl_encrypt_buf() local
1104 auth_done++; in mbedtls_ssl_encrypt_buf()
1244 auth_done++; in mbedtls_ssl_encrypt_buf()
1375 if (auth_done == 0) { in mbedtls_ssl_encrypt_buf()
1445 auth_done++; in mbedtls_ssl_encrypt_buf()
1470 if (auth_done != 1) { in mbedtls_ssl_encrypt_buf()
1490 int auth_done = 0; in mbedtls_ssl_decrypt_buf() local
1656 auth_done++; in mbedtls_ssl_decrypt_buf()
1803 auth_done++; in mbedtls_ssl_decrypt_buf()
1913 if (auth_done == 1) { in mbedtls_ssl_decrypt_buf()
[all …]