Home
last modified time | relevance | path

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

/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_ssl_decrypt.function73 MBEDTLS_ERR_SSL_INVALID_MAC);
89 MBEDTLS_ERR_SSL_INVALID_MAC);
265 TEST_EQUAL(MBEDTLS_ERR_SSL_INVALID_MAC,
300 exp_ret = (i == padlen) ? 0 : MBEDTLS_ERR_SSL_INVALID_MAC;
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_ssl_decrypt.function73 MBEDTLS_ERR_SSL_INVALID_MAC);
89 MBEDTLS_ERR_SSL_INVALID_MAC);
265 TEST_EQUAL(MBEDTLS_ERR_SSL_INVALID_MAC,
300 exp_ret = (i == padlen) ? 0 : MBEDTLS_ERR_SSL_INVALID_MAC;
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Dssl_msg.c1539 return MBEDTLS_ERR_SSL_INVALID_MAC; in mbedtls_ssl_decrypt_buf()
1570 return MBEDTLS_ERR_SSL_INVALID_MAC; in mbedtls_ssl_decrypt_buf()
1587 return MBEDTLS_ERR_SSL_INVALID_MAC; in mbedtls_ssl_decrypt_buf()
1648 return MBEDTLS_ERR_SSL_INVALID_MAC; in mbedtls_ssl_decrypt_buf()
1712 return MBEDTLS_ERR_SSL_INVALID_MAC; in mbedtls_ssl_decrypt_buf()
1798 ret = MBEDTLS_ERR_SSL_INVALID_MAC; in mbedtls_ssl_decrypt_buf()
1815 if (ret != MBEDTLS_ERR_SSL_INVALID_MAC) { in mbedtls_ssl_decrypt_buf()
1834 return MBEDTLS_ERR_SSL_INVALID_MAC; in mbedtls_ssl_decrypt_buf()
2089 return MBEDTLS_ERR_SSL_INVALID_MAC; in mbedtls_ssl_decrypt_buf()
4091 return MBEDTLS_ERR_SSL_INVALID_MAC; in ssl_prepare_record_content()
[all …]
H A Derror.c390 case -(MBEDTLS_ERR_SSL_INVALID_MAC): in mbedtls_high_level_strerr()
H A Dpsa_util.c89 { PSA_ERROR_INVALID_SIGNATURE, MBEDTLS_ERR_SSL_INVALID_MAC },
H A Dssl_ticket.c487 ret = MBEDTLS_ERR_SSL_INVALID_MAC; in mbedtls_ssl_ticket_parse()
H A Dssl_misc.h2644 return MBEDTLS_ERR_SSL_INVALID_MAC; in psa_ssl_status_to_mbedtls()
H A Dssl_tls13_server.c231 case MBEDTLS_ERR_SSL_INVALID_MAC: in ssl_tls13_offered_psks_check_identity_match_ticket()
H A Dssl_tls12_server.c507 if (ret == MBEDTLS_ERR_SSL_INVALID_MAC) { in ssl_parse_session_ticket_ext()
/aosp_15_r20/external/mbedtls/library/
H A Dssl_msg.c1543 return MBEDTLS_ERR_SSL_INVALID_MAC; in mbedtls_ssl_decrypt_buf()
1576 return MBEDTLS_ERR_SSL_INVALID_MAC; in mbedtls_ssl_decrypt_buf()
1593 return MBEDTLS_ERR_SSL_INVALID_MAC; in mbedtls_ssl_decrypt_buf()
1653 return MBEDTLS_ERR_SSL_INVALID_MAC; in mbedtls_ssl_decrypt_buf()
1717 return MBEDTLS_ERR_SSL_INVALID_MAC; in mbedtls_ssl_decrypt_buf()
1803 ret = MBEDTLS_ERR_SSL_INVALID_MAC; in mbedtls_ssl_decrypt_buf()
1820 if (ret != MBEDTLS_ERR_SSL_INVALID_MAC) { in mbedtls_ssl_decrypt_buf()
1839 return MBEDTLS_ERR_SSL_INVALID_MAC; in mbedtls_ssl_decrypt_buf()
2094 return MBEDTLS_ERR_SSL_INVALID_MAC; in mbedtls_ssl_decrypt_buf()
4056 return MBEDTLS_ERR_SSL_INVALID_MAC; in ssl_prepare_record_content()
[all …]
H A Dpsa_util.c68 { PSA_ERROR_INVALID_SIGNATURE, MBEDTLS_ERR_SSL_INVALID_MAC },
H A Derror.c390 case -(MBEDTLS_ERR_SSL_INVALID_MAC): in mbedtls_high_level_strerr()
H A Dssl_ticket.c480 ret = MBEDTLS_ERR_SSL_INVALID_MAC; in mbedtls_ssl_ticket_parse()
H A Dssl_misc.h2557 return MBEDTLS_ERR_SSL_INVALID_MAC; in psa_ssl_status_to_mbedtls()
H A Dssl_tls13_server.c138 if (ret == MBEDTLS_ERR_SSL_INVALID_MAC) { in ssl_tls13_offered_psks_check_identity_match_ticket()
H A Dssl_tls12_server.c507 if (ret == MBEDTLS_ERR_SSL_INVALID_MAC) { in ssl_parse_session_ticket_ext()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/ssl/
H A Dssl_test_common_source.c170 case MBEDTLS_ERR_SSL_INVALID_MAC: in ssl_check_record()
H A Dssl_server2.c1425 return MBEDTLS_ERR_SSL_INVALID_MAC; in dummy_ticket_parse()
/aosp_15_r20/external/mbedtls/programs/ssl/
H A Dssl_test_common_source.c170 case MBEDTLS_ERR_SSL_INVALID_MAC: in ssl_check_record()
H A Dssl_server2.c1417 return MBEDTLS_ERR_SSL_INVALID_MAC; in dummy_ticket_parse()
/aosp_15_r20/external/openthread/src/core/meshcop/
H A Dsecure_transport.cpp1113 case MBEDTLS_ERR_SSL_INVALID_MAC: in Process()
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Dssl.h53 #define MBEDTLS_ERR_SSL_INVALID_MAC -0x7180 macro
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Dssl.h53 #define MBEDTLS_ERR_SSL_INVALID_MAC -0x7180 macro