Searched refs:MBEDTLS_ERR_SSL_INVALID_MAC (Results 1 – 14 of 14) sorted by relevance
1378 return( MBEDTLS_ERR_SSL_INVALID_MAC ); in mbedtls_ssl_decrypt_buf()1398 return( MBEDTLS_ERR_SSL_INVALID_MAC ); in mbedtls_ssl_decrypt_buf()1443 return( MBEDTLS_ERR_SSL_INVALID_MAC ); in mbedtls_ssl_decrypt_buf()1504 return( MBEDTLS_ERR_SSL_INVALID_MAC ); in mbedtls_ssl_decrypt_buf()1551 return( MBEDTLS_ERR_SSL_INVALID_MAC ); in mbedtls_ssl_decrypt_buf()1569 return( MBEDTLS_ERR_SSL_INVALID_MAC ); in mbedtls_ssl_decrypt_buf()1840 return( MBEDTLS_ERR_SSL_INVALID_MAC ); in mbedtls_ssl_decrypt_buf()3967 return( MBEDTLS_ERR_SSL_INVALID_MAC ); in ssl_prepare_record_content()4818 if( ret == MBEDTLS_ERR_SSL_INVALID_MAC ) in ssl_get_next_record()4842 return( MBEDTLS_ERR_SSL_INVALID_MAC ); in ssl_get_next_record()[all …]
413 case -(MBEDTLS_ERR_SSL_INVALID_MAC): in mbedtls_high_level_strerr()
353 ret = MBEDTLS_ERR_SSL_INVALID_MAC; in mbedtls_ssl_ticket_parse()
657 if( ret == MBEDTLS_ERR_SSL_INVALID_MAC ) in ssl_parse_session_ticket_ext()
80 #define MBEDTLS_ERR_SSL_INVALID_MAC -0x7180 /**< Verification of the message… macro
1192 #define POLARSSL_ERR_SSL_INVALID_MAC MBEDTLS_ERR_SSL_INVALID_MAC
Completed in 141 milliseconds