HomeSort by relevance Sort by last modified time
    Searched refs:SSL_TRANSCRIPT (Results 1 - 2 of 2) sorted by null

  /external/boringssl/src/ssl/
ssl_transcript.cc 153 int SSL_TRANSCRIPT_init(SSL_TRANSCRIPT *transcript) {
170 int SSL_TRANSCRIPT_init_hash(SSL_TRANSCRIPT *transcript, uint16_t version,
192 void SSL_TRANSCRIPT_cleanup(SSL_TRANSCRIPT *transcript) {
198 void SSL_TRANSCRIPT_free_buffer(SSL_TRANSCRIPT *transcript) {
203 size_t SSL_TRANSCRIPT_digest_len(const SSL_TRANSCRIPT *transcript) {
207 const EVP_MD *SSL_TRANSCRIPT_md(const SSL_TRANSCRIPT *transcript) {
214 int SSL_TRANSCRIPT_update(SSL_TRANSCRIPT *transcript, const uint8_t *in,
240 int SSL_TRANSCRIPT_get_hash(const SSL_TRANSCRIPT *transcript, uint8_t *out,
267 static int ssl3_handshake_mac(SSL_TRANSCRIPT *transcript,
325 int SSL_TRANSCRIPT_ssl3_cert_verify_hash(SSL_TRANSCRIPT *transcript
    [all...]
internal.h 315 /* SSL_TRANSCRIPT maintains the handshake transcript as a combination of a
326 } SSL_TRANSCRIPT;
331 int SSL_TRANSCRIPT_init(SSL_TRANSCRIPT *transcript);
338 int SSL_TRANSCRIPT_init_hash(SSL_TRANSCRIPT *transcript, uint16_t version,
342 void SSL_TRANSCRIPT_cleanup(SSL_TRANSCRIPT *transcript);
346 void SSL_TRANSCRIPT_free_buffer(SSL_TRANSCRIPT *transcript);
349 size_t SSL_TRANSCRIPT_digest_len(const SSL_TRANSCRIPT *transcript);
353 const EVP_MD *SSL_TRANSCRIPT_md(const SSL_TRANSCRIPT *transcript);
357 int SSL_TRANSCRIPT_update(SSL_TRANSCRIPT *transcript, const uint8_t *in,
364 int SSL_TRANSCRIPT_get_hash(const SSL_TRANSCRIPT *transcript, uint8_t *out
    [all...]

Completed in 392 milliseconds