Home
last modified time | relevance | path

Searched refs:ssl3_handshake_mac (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/ssl/
Dssl_transcript.c267 static int ssl3_handshake_mac(SSL_TRANSCRIPT *transcript, in ssl3_handshake_mac() function
336 if (!ssl3_handshake_mac(transcript, session, &transcript->md5, NULL, 0, out, in SSL_TRANSCRIPT_ssl3_cert_verify_hash()
338 !ssl3_handshake_mac(transcript, session, &transcript->hash, NULL, 0, in SSL_TRANSCRIPT_ssl3_cert_verify_hash()
347 return ssl3_handshake_mac(transcript, session, &transcript->hash, NULL, 0, in SSL_TRANSCRIPT_ssl3_cert_verify_hash()
368 if (!ssl3_handshake_mac(transcript, session, &transcript->md5, sender, in SSL_TRANSCRIPT_finish_mac()
370 !ssl3_handshake_mac(transcript, session, &transcript->hash, sender, in SSL_TRANSCRIPT_finish_mac()