Home
last modified time | relevance | path

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

/external/openthread/third_party/mbedtls/repo/library/
Dssl_msg.c1205 return( MBEDTLS_ERR_SSL_INVALID_MAC ); in mbedtls_ssl_decrypt_buf()
1225 return( MBEDTLS_ERR_SSL_INVALID_MAC ); in mbedtls_ssl_decrypt_buf()
1270 return( MBEDTLS_ERR_SSL_INVALID_MAC ); in mbedtls_ssl_decrypt_buf()
1331 return( MBEDTLS_ERR_SSL_INVALID_MAC ); in mbedtls_ssl_decrypt_buf()
1386 ret = MBEDTLS_ERR_SSL_INVALID_MAC; in mbedtls_ssl_decrypt_buf()
1395 if( ret != MBEDTLS_ERR_SSL_INVALID_MAC ) in mbedtls_ssl_decrypt_buf()
1414 return( MBEDTLS_ERR_SSL_INVALID_MAC ); in mbedtls_ssl_decrypt_buf()
1696 return( MBEDTLS_ERR_SSL_INVALID_MAC ); in mbedtls_ssl_decrypt_buf()
3819 return( MBEDTLS_ERR_SSL_INVALID_MAC ); in ssl_prepare_record_content()
4670 if( ret == MBEDTLS_ERR_SSL_INVALID_MAC ) in ssl_get_next_record()
[all …]
Derror.c413 case -(MBEDTLS_ERR_SSL_INVALID_MAC): in mbedtls_high_level_strerr()
Dssl_ticket.c352 ret = MBEDTLS_ERR_SSL_INVALID_MAC; in mbedtls_ssl_ticket_parse()
Dssl_srv.c659 if( ret == MBEDTLS_ERR_SSL_INVALID_MAC ) in ssl_parse_session_ticket_ext()
/external/mbedtls/library/
Dssl_msg.c1367 return( MBEDTLS_ERR_SSL_INVALID_MAC ); in mbedtls_ssl_decrypt_buf()
1387 return( MBEDTLS_ERR_SSL_INVALID_MAC ); in mbedtls_ssl_decrypt_buf()
1449 return( MBEDTLS_ERR_SSL_INVALID_MAC ); in mbedtls_ssl_decrypt_buf()
1515 return( MBEDTLS_ERR_SSL_INVALID_MAC ); in mbedtls_ssl_decrypt_buf()
1595 ret = MBEDTLS_ERR_SSL_INVALID_MAC; in mbedtls_ssl_decrypt_buf()
1612 if( ret != MBEDTLS_ERR_SSL_INVALID_MAC ) in mbedtls_ssl_decrypt_buf()
1631 return( MBEDTLS_ERR_SSL_INVALID_MAC ); in mbedtls_ssl_decrypt_buf()
1896 return( MBEDTLS_ERR_SSL_INVALID_MAC ); in mbedtls_ssl_decrypt_buf()
3931 return( MBEDTLS_ERR_SSL_INVALID_MAC ); in ssl_prepare_record_content()
4797 if( ret == MBEDTLS_ERR_SSL_INVALID_MAC ) in ssl_get_next_record()
[all …]
Derror.c398 case -(MBEDTLS_ERR_SSL_INVALID_MAC): in mbedtls_high_level_strerr()
Dssl_ticket.c476 ret = MBEDTLS_ERR_SSL_INVALID_MAC; in mbedtls_ssl_ticket_parse()
Dssl_misc.h2485 return( MBEDTLS_ERR_SSL_INVALID_MAC ); in psa_ssl_status_to_mbedtls()
Dssl_tls13_server.c162 if( ret == MBEDTLS_ERR_SSL_INVALID_MAC ) in ssl_tls13_offered_psks_check_identity_match_ticket()
Dssl_tls12_server.c522 if( ret == MBEDTLS_ERR_SSL_INVALID_MAC ) in ssl_parse_session_ticket_ext()
/external/openthread/third_party/mbedtls/repo/programs/ssl/
Dssl_test_common_source.c200 case MBEDTLS_ERR_SSL_INVALID_MAC: in ssl_check_record()
/external/mbedtls/programs/ssl/
Dssl_test_common_source.c183 case MBEDTLS_ERR_SSL_INVALID_MAC: in ssl_check_record()
Dssl_server2.c1415 return( MBEDTLS_ERR_SSL_INVALID_MAC ); in dummy_ticket_parse()
/external/openthread/src/core/meshcop/
Ddtls.cpp921 case MBEDTLS_ERR_SSL_INVALID_MAC: in Process()
/external/openthread/third_party/mbedtls/repo/include/mbedtls/
Dssl.h83 #define MBEDTLS_ERR_SSL_INVALID_MAC -0x7180 macro
Dcompat-1.3.h1192 #define POLARSSL_ERR_SSL_INVALID_MAC MBEDTLS_ERR_SSL_INVALID_MAC
/external/mbedtls/include/mbedtls/
Dssl.h67 #define MBEDTLS_ERR_SSL_INVALID_MAC -0x7180 macro
/external/openthread/third_party/mbedtls/repo/scripts/data_files/
Drename-1.3-2.0.txt624 POLARSSL_ERR_SSL_INVALID_MAC MBEDTLS_ERR_SSL_INVALID_MAC
/external/openthread/third_party/mbedtls/repo/tests/suites/
Dtest_suite_ssl.function3635 TEST_EQUAL( MBEDTLS_ERR_SSL_INVALID_MAC,
3672 exp_ret = ( i == padlen ) ? 0 : MBEDTLS_ERR_SSL_INVALID_MAC;
/external/mbedtls/tests/suites/
Dtest_suite_ssl.function4194 TEST_EQUAL( MBEDTLS_ERR_SSL_INVALID_MAC,
4230 exp_ret = ( i == padlen ) ? 0 : MBEDTLS_ERR_SSL_INVALID_MAC;