Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dssl_msg.c1540 return MBEDTLS_ERR_SSL_INVALID_MAC; in mbedtls_ssl_decrypt_buf()
1571 return MBEDTLS_ERR_SSL_INVALID_MAC; in mbedtls_ssl_decrypt_buf()
1588 return MBEDTLS_ERR_SSL_INVALID_MAC; in mbedtls_ssl_decrypt_buf()
1649 return MBEDTLS_ERR_SSL_INVALID_MAC; in mbedtls_ssl_decrypt_buf()
1713 return MBEDTLS_ERR_SSL_INVALID_MAC; in mbedtls_ssl_decrypt_buf()
1799 ret = MBEDTLS_ERR_SSL_INVALID_MAC; in mbedtls_ssl_decrypt_buf()
1816 if (ret != MBEDTLS_ERR_SSL_INVALID_MAC) { in mbedtls_ssl_decrypt_buf()
1835 return MBEDTLS_ERR_SSL_INVALID_MAC; in mbedtls_ssl_decrypt_buf()
2090 return MBEDTLS_ERR_SSL_INVALID_MAC; in mbedtls_ssl_decrypt_buf()
4201 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.h2723 return MBEDTLS_ERR_SSL_INVALID_MAC; in psa_ssl_status_to_mbedtls()
H A Dssl_tls13_server.c232 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()
/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dssl.h53 #define MBEDTLS_ERR_SSL_INVALID_MAC -0x7180 macro