Lines Matching refs:transcript
156 * - 130 bytes for a SHA256-based transcript hash, or
158 * - 146 bytes for a SHA384-based transcript hash.
170 * As input, it requires the transcript hash.
343 unsigned char transcript[MBEDTLS_TLS1_3_MD_MAX_SIZE];
354 /* Need to calculate the hash of the transcript first
356 * included in the transcript
361 transcript, sizeof(transcript),
370 MBEDTLS_SSL_DEBUG_BUF(3, "handshake hash", transcript, transcript_len);
373 ssl_tls13_create_verify_structure(transcript,
1266 /* Compute transcript of handshake up to now. */
1544 MBEDTLS_SSL_DEBUG_BUF(4, "Truncated handshake transcript",
1547 /* Reset running hash and replace it with a hash of the transcript */