mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Change the alignment and names of functions and a macro
Signed-off-by: XiaokangQian <xiaokang.qian@arm.com>
This commit is contained in:
@ -644,14 +644,14 @@ exit:
|
||||
}
|
||||
|
||||
int mbedtls_ssl_tls13_calculate_verify_data( mbedtls_ssl_context* ssl,
|
||||
unsigned char* dst,
|
||||
size_t dst_len,
|
||||
size_t *actual_len,
|
||||
int from )
|
||||
unsigned char* dst,
|
||||
size_t dst_len,
|
||||
size_t *actual_len,
|
||||
int from )
|
||||
{
|
||||
int ret = MBEDTLS_ERR_ERROR_CORRUPTION_DETECTED;
|
||||
|
||||
unsigned char transcript[MBEDTLS_MD_MAX_SIZE];
|
||||
unsigned char transcript[MBEDTLS_TLS1_3_MD_MAX_SIZE];
|
||||
size_t transcript_len;
|
||||
|
||||
unsigned char const *base_key = NULL;
|
||||
|
Reference in New Issue
Block a user