Searched refs:MBEDTLS_ERR_SSL_INVALID_MAC (Results 1 – 8 of 8) sorted by relevance
1088 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 …]
367 case -(MBEDTLS_ERR_SSL_INVALID_MAC): in mbedtls_high_level_strerr()
350 ret = MBEDTLS_ERR_SSL_INVALID_MAC; in mbedtls_ssl_ticket_parse()
636 if( ret == MBEDTLS_ERR_SSL_INVALID_MAC ) in ssl_parse_session_ticket_ext()
179 case MBEDTLS_ERR_SSL_INVALID_MAC: in ssl_check_record()
70 #define MBEDTLS_ERR_SSL_INVALID_MAC -0x7180 macro
1196 case MBEDTLS_ERR_SSL_INVALID_MAC: in do_mbedtls_handshake()
3622 TEST_EQUAL( MBEDTLS_ERR_SSL_INVALID_MAC,3659 exp_ret = ( i == padlen ) ? 0 : MBEDTLS_ERR_SSL_INVALID_MAC;