Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dssl_msg.c1088 return( MBEDTLS_ERR_SSL_INVALID_MAC ); in mbedtls_ssl_decrypt_buf()
1108 return( MBEDTLS_ERR_SSL_INVALID_MAC ); in mbedtls_ssl_decrypt_buf()
1154 return( MBEDTLS_ERR_SSL_INVALID_MAC ); in mbedtls_ssl_decrypt_buf()
1212 return( MBEDTLS_ERR_SSL_INVALID_MAC ); in mbedtls_ssl_decrypt_buf()
1268 ret = MBEDTLS_ERR_SSL_INVALID_MAC; in mbedtls_ssl_decrypt_buf()
1277 if( ret != MBEDTLS_ERR_SSL_INVALID_MAC ) in mbedtls_ssl_decrypt_buf()
1296 return( MBEDTLS_ERR_SSL_INVALID_MAC ); in mbedtls_ssl_decrypt_buf()
1507 return( MBEDTLS_ERR_SSL_INVALID_MAC ); in mbedtls_ssl_decrypt_buf()
3478 return( MBEDTLS_ERR_SSL_INVALID_MAC ); in ssl_prepare_record_content()
4332 if( ret == MBEDTLS_ERR_SSL_INVALID_MAC ) in ssl_get_next_record()
[all …]
Derror.c367 case -(MBEDTLS_ERR_SSL_INVALID_MAC): in mbedtls_high_level_strerr()
Dssl_ticket.c350 ret = MBEDTLS_ERR_SSL_INVALID_MAC; in mbedtls_ssl_ticket_parse()
Dssl_srv.c636 if( ret == MBEDTLS_ERR_SSL_INVALID_MAC ) in ssl_parse_session_ticket_ext()
/third_party/mbedtls/programs/ssl/
Dssl_test_common_source.c179 case MBEDTLS_ERR_SSL_INVALID_MAC: in ssl_check_record()
/third_party/mbedtls/include/mbedtls/
Dssl.h70 #define MBEDTLS_ERR_SSL_INVALID_MAC -0x7180 macro
/third_party/libcoap/src/
Dcoap_mbedtls.c1196 case MBEDTLS_ERR_SSL_INVALID_MAC: in do_mbedtls_handshake()
/third_party/mbedtls/tests/suites/
Dtest_suite_ssl.function3622 TEST_EQUAL( MBEDTLS_ERR_SSL_INVALID_MAC,
3659 exp_ret = ( i == padlen ) ? 0 : MBEDTLS_ERR_SSL_INVALID_MAC;