Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/lib/mbedtls_errors/
A Dmp_mbedtls_errors.c329 { -(MBEDTLS_ERR_SSL_INVALID_MAC), "SSL_INVALID_MAC" },
/AliOS-Things-master/components/mbedtls/library/
A Dssl_ticket.c433 ret = MBEDTLS_ERR_SSL_INVALID_MAC; in mbedtls_ssl_ticket_parse()
A Dssl_tls.c1808 return( MBEDTLS_ERR_SSL_INVALID_MAC ); in ssl_decrypt_buf()
1863 return( MBEDTLS_ERR_SSL_INVALID_MAC ); in ssl_decrypt_buf()
1926 return( MBEDTLS_ERR_SSL_INVALID_MAC ); in ssl_decrypt_buf()
1969 return( MBEDTLS_ERR_SSL_INVALID_MAC ); in ssl_decrypt_buf()
2013 return( MBEDTLS_ERR_SSL_INVALID_MAC ); in ssl_decrypt_buf()
2026 return( MBEDTLS_ERR_SSL_INVALID_MAC ); in ssl_decrypt_buf()
2317 return( MBEDTLS_ERR_SSL_INVALID_MAC ); in ssl_decrypt_buf()
2349 return( MBEDTLS_ERR_SSL_INVALID_MAC ); in ssl_decrypt_buf()
5052 ret == MBEDTLS_ERR_SSL_INVALID_MAC ) in ssl_get_next_record()
5076 return( MBEDTLS_ERR_SSL_INVALID_MAC ); in ssl_get_next_record()
[all …]
A Derror.c419 if( use_ret == -(MBEDTLS_ERR_SSL_INVALID_MAC) ) in mbedtls_strerror()
A Dssl_srv.c548 if( ret == MBEDTLS_ERR_SSL_INVALID_MAC ) in ssl_parse_session_ticket_ext()
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dssl.h73 #define MBEDTLS_ERR_SSL_INVALID_MAC -0x7180 /**< Verification of the message… macro
A Dcompat-1.3.h1188 #define POLARSSL_ERR_SSL_INVALID_MAC MBEDTLS_ERR_SSL_INVALID_MAC

Completed in 66 milliseconds