Searched refs:hash_transcript (Results 1 – 2 of 2) sorted by relevance
1448 unsigned char hash_transcript[PSA_HASH_MAX_SIZE + 4]; in mbedtls_ssl_reset_transcript_for_hrr() local1456 hash_transcript + 4, in mbedtls_ssl_reset_transcript_for_hrr()1464 hash_transcript[0] = MBEDTLS_SSL_HS_MESSAGE_HASH; in mbedtls_ssl_reset_transcript_for_hrr()1465 hash_transcript[1] = 0; in mbedtls_ssl_reset_transcript_for_hrr()1466 hash_transcript[2] = 0; in mbedtls_ssl_reset_transcript_for_hrr()1467 hash_transcript[3] = (unsigned char) hash_len; in mbedtls_ssl_reset_transcript_for_hrr()1472 hash_transcript, hash_len); in mbedtls_ssl_reset_transcript_for_hrr()1480 ret = ssl->handshake->update_checksum(ssl, hash_transcript, hash_len); in mbedtls_ssl_reset_transcript_for_hrr()
1521 unsigned char hash_transcript[PSA_HASH_MAX_SIZE + 4]; in mbedtls_ssl_reset_transcript_for_hrr() local1529 hash_transcript + 4, in mbedtls_ssl_reset_transcript_for_hrr()1537 hash_transcript[0] = MBEDTLS_SSL_HS_MESSAGE_HASH; in mbedtls_ssl_reset_transcript_for_hrr()1538 hash_transcript[1] = 0; in mbedtls_ssl_reset_transcript_for_hrr()1539 hash_transcript[2] = 0; in mbedtls_ssl_reset_transcript_for_hrr()1540 hash_transcript[3] = (unsigned char) hash_len; in mbedtls_ssl_reset_transcript_for_hrr()1545 hash_transcript, hash_len); in mbedtls_ssl_reset_transcript_for_hrr()1553 ret = ssl->handshake->update_checksum(ssl, hash_transcript, hash_len); in mbedtls_ssl_reset_transcript_for_hrr()