Searched refs:mac_expect (Results 1 – 1 of 1) sorted by relevance
/openthread-3.6.0/third_party/mbedtls/repo/library/ |
D | ssl_msg.c | 1340 unsigned char mac_expect[MBEDTLS_SSL_MAC_ADD]; in mbedtls_ssl_decrypt_buf() local 1369 ret = mbedtls_md_hmac_finish( &transform->md_ctx_dec, mac_expect ); in mbedtls_ssl_decrypt_buf() 1378 MBEDTLS_SSL_DEBUG_BUF( 4, "expected mac", mac_expect, in mbedtls_ssl_decrypt_buf() 1382 if( mbedtls_ct_memcmp( data + rec->data_len, mac_expect, in mbedtls_ssl_decrypt_buf() 1392 mbedtls_platform_zeroize( mac_expect, transform->maclen ); in mbedtls_ssl_decrypt_buf() 1593 unsigned char mac_expect[MBEDTLS_SSL_MAC_ADD]; in mbedtls_ssl_decrypt_buf() local 1620 mac_expect ); in mbedtls_ssl_decrypt_buf() 1650 mac_expect ); in mbedtls_ssl_decrypt_buf() 1671 MBEDTLS_SSL_DEBUG_BUF( 4, "expected mac", mac_expect, transform->maclen ); in mbedtls_ssl_decrypt_buf() 1675 if( mbedtls_ct_memcmp( mac_peer, mac_expect, in mbedtls_ssl_decrypt_buf() [all …]
|