Lines Matching refs:transcript
57 * opaque context<0..255>; // Usually a communication transcript hash
426 unsigned char const *transcript, size_t transcript_len,
457 transcript, transcript_len,
470 transcript, transcript_len,
484 unsigned char const *transcript, size_t transcript_len,
519 transcript, transcript_len,
536 transcript, transcript_len,
550 unsigned char const *transcript, size_t transcript_len,
584 transcript, transcript_len,
596 transcript, transcript_len,
608 transcript, transcript_len,
622 * because it uses the transcript hash up to and including ClientFinished. */
626 unsigned char const *transcript, size_t transcript_len,
642 transcript, transcript_len,
701 unsigned char const *transcript,
756 status = psa_mac_compute(key, alg, transcript, hash_len,
780 unsigned char transcript[MBEDTLS_TLS1_3_MD_MAX_SIZE];
810 transcript, sizeof(transcript),
816 MBEDTLS_SSL_DEBUG_BUF(4, "handshake hash", transcript, transcript_len);
819 transcript, dst, actual_len);
830 mbedtls_platform_zeroize(transcript, sizeof(transcript));
838 unsigned char const *transcript,
909 ret = ssl_tls13_calc_finished_core(hash_alg, binder_key, transcript,
1141 unsigned char transcript[MBEDTLS_TLS1_3_MD_MAX_SIZE];
1165 transcript,
1166 sizeof(transcript),
1177 transcript, transcript_len, &tls13_early_secrets);
1225 /* Erase early secrets and transcript */
1228 mbedtls_platform_zeroize(transcript, sizeof(transcript));
1342 unsigned char transcript[MBEDTLS_TLS1_3_MD_MAX_SIZE];
1367 transcript,
1368 sizeof(transcript),
1379 transcript, transcript_len, tls13_hs_secrets);
1584 /* Holding the transcript up to and including the ServerFinished */
1585 unsigned char transcript[MBEDTLS_TLS1_3_MD_MAX_SIZE];
1613 /* Compute current handshake transcript. It's the caller's responsibility
1617 transcript, sizeof(transcript),
1623 /* Compute application secrets from master secret and transcript hash. */
1627 transcript, transcript_len, app_secrets);
1693 mbedtls_platform_zeroize(transcript, sizeof(transcript));
1752 unsigned char transcript[MBEDTLS_TLS1_3_MD_MAX_SIZE];
1761 transcript, sizeof(transcript),
1770 transcript, transcript_len,