Home
last modified time | relevance | path

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

/mbedtls-latest/tests/suites/
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;
/mbedtls-latest/library/
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 …]
Derror.c390 case -(MBEDTLS_ERR_SSL_INVALID_MAC): in mbedtls_high_level_strerr()
Dpsa_util.c89 { PSA_ERROR_INVALID_SIGNATURE, MBEDTLS_ERR_SSL_INVALID_MAC },
Dssl_ticket.c487 ret = MBEDTLS_ERR_SSL_INVALID_MAC; in mbedtls_ssl_ticket_parse()
Dssl_misc.h2699 return MBEDTLS_ERR_SSL_INVALID_MAC; in psa_ssl_status_to_mbedtls()
Dssl_tls13_server.c232 case MBEDTLS_ERR_SSL_INVALID_MAC: in ssl_tls13_offered_psks_check_identity_match_ticket()
Dssl_tls12_server.c507 if (ret == MBEDTLS_ERR_SSL_INVALID_MAC) { in ssl_parse_session_ticket_ext()
/mbedtls-latest/programs/ssl/
Dssl_test_common_source.c170 case MBEDTLS_ERR_SSL_INVALID_MAC: in ssl_check_record()
Dssl_server2.c1426 return MBEDTLS_ERR_SSL_INVALID_MAC; in dummy_ticket_parse()
/mbedtls-latest/include/mbedtls/
Dssl.h53 #define MBEDTLS_ERR_SSL_INVALID_MAC -0x7180 macro