Lines Matching refs:SSL_TRANSCRIPT
153 int SSL_TRANSCRIPT_init(SSL_TRANSCRIPT *transcript) { in SSL_TRANSCRIPT_init()
170 int SSL_TRANSCRIPT_init_hash(SSL_TRANSCRIPT *transcript, uint16_t version, in SSL_TRANSCRIPT_init_hash()
192 void SSL_TRANSCRIPT_cleanup(SSL_TRANSCRIPT *transcript) { in SSL_TRANSCRIPT_cleanup()
198 void SSL_TRANSCRIPT_free_buffer(SSL_TRANSCRIPT *transcript) { in SSL_TRANSCRIPT_free_buffer()
203 size_t SSL_TRANSCRIPT_digest_len(const SSL_TRANSCRIPT *transcript) { in SSL_TRANSCRIPT_digest_len()
207 const EVP_MD *SSL_TRANSCRIPT_md(const SSL_TRANSCRIPT *transcript) { in SSL_TRANSCRIPT_md()
214 int SSL_TRANSCRIPT_update(SSL_TRANSCRIPT *transcript, const uint8_t *in, in SSL_TRANSCRIPT_update()
240 int SSL_TRANSCRIPT_get_hash(const SSL_TRANSCRIPT *transcript, uint8_t *out, in SSL_TRANSCRIPT_get_hash()
267 static int ssl3_handshake_mac(SSL_TRANSCRIPT *transcript, in ssl3_handshake_mac()
325 int SSL_TRANSCRIPT_ssl3_cert_verify_hash(SSL_TRANSCRIPT *transcript, in SSL_TRANSCRIPT_ssl3_cert_verify_hash()
355 int SSL_TRANSCRIPT_finish_mac(SSL_TRANSCRIPT *transcript, uint8_t *out, in SSL_TRANSCRIPT_finish_mac()