Home
last modified time | relevance | path

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

/third_party/mbedtls/library/
Dpsa_util.c59 { PSA_ERROR_INVALID_SIGNATURE, MBEDTLS_ERR_SSL_INVALID_MAC },
Dssl_msg.c1320 return MBEDTLS_ERR_SSL_INVALID_MAC; in mbedtls_ssl_decrypt_buf()
1353 return MBEDTLS_ERR_SSL_INVALID_MAC; in mbedtls_ssl_decrypt_buf()
1370 return MBEDTLS_ERR_SSL_INVALID_MAC; in mbedtls_ssl_decrypt_buf()
1430 return MBEDTLS_ERR_SSL_INVALID_MAC; in mbedtls_ssl_decrypt_buf()
1494 return MBEDTLS_ERR_SSL_INVALID_MAC; in mbedtls_ssl_decrypt_buf()
1580 ret = MBEDTLS_ERR_SSL_INVALID_MAC; in mbedtls_ssl_decrypt_buf()
1597 if (ret != MBEDTLS_ERR_SSL_INVALID_MAC) { in mbedtls_ssl_decrypt_buf()
1616 return MBEDTLS_ERR_SSL_INVALID_MAC; in mbedtls_ssl_decrypt_buf()
1871 return MBEDTLS_ERR_SSL_INVALID_MAC; in mbedtls_ssl_decrypt_buf()
3832 return MBEDTLS_ERR_SSL_INVALID_MAC; in ssl_prepare_record_content()
[all …]
Derror.c398 case -(MBEDTLS_ERR_SSL_INVALID_MAC): in mbedtls_high_level_strerr()
Dssl_ticket.c486 ret = MBEDTLS_ERR_SSL_INVALID_MAC; in mbedtls_ssl_ticket_parse()
Dssl_misc.h2541 return MBEDTLS_ERR_SSL_INVALID_MAC; in psa_ssl_status_to_mbedtls()
Dssl_tls13_server.c148 if (ret == MBEDTLS_ERR_SSL_INVALID_MAC) { in ssl_tls13_offered_psks_check_identity_match_ticket()
Dssl_tls12_server.c511 if (ret == MBEDTLS_ERR_SSL_INVALID_MAC) { in ssl_parse_session_ticket_ext()
/third_party/mbedtls/programs/ssl/
Dssl_test_common_source.c182 case MBEDTLS_ERR_SSL_INVALID_MAC: in ssl_check_record()
Dssl_server2.c1427 return MBEDTLS_ERR_SSL_INVALID_MAC; in dummy_ticket_parse()
/third_party/mbedtls/include/mbedtls/
Dssl.h67 #define MBEDTLS_ERR_SSL_INVALID_MAC -0x7180 macro
/third_party/libcoap/src/
Dcoap_mbedtls.c1303 case MBEDTLS_ERR_SSL_INVALID_MAC:
/third_party/mbedtls/tests/suites/
Dtest_suite_ssl.function1598 TEST_EQUAL(MBEDTLS_ERR_SSL_INVALID_MAC,
1633 exp_ret = (i == padlen) ? 0 : MBEDTLS_ERR_SSL_INVALID_MAC;