Searched refs:SSL3_MT_FINISHED (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/crypto/openssl/ssl/
H A Ds3_both.c197 ssl_set_handshake_header(s, SSL3_MT_FINISHED, l);
249 n = s->method->ssl_get_message(s, a, b, SSL3_MT_FINISHED, 64, &ok);
457 if (*s->init_buf->data == SSL3_MT_FINISHED)
H A Dssl3.h752 # define SSL3_MT_FINISHED 20 macro
H A Dt1_trce.c139 {SSL3_MT_FINISHED, "Finished"},
1155 case SSL3_MT_FINISHED:
H A Dd1_both.c835 (s->d1->handshake_read_seq == 0 && msg_hdr->type == SSL3_MT_FINISHED))
H A Dd1_pkt.c1407 if (msg_hdr.type == SSL3_MT_FINISHED) {
H A Ds3_clnt.c3733 if (s->s3->tmp.message_type == SSL3_MT_FINISHED)

Completed in 94 milliseconds