Searched refs:peer_finished (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/lib/libssl/
H A Dtls12_lib.c88 s->s3->hs.peer_finished, sizeof(s->s3->hs.peer_finished),
92 s->s3->hs.peer_finished, sizeof(s->s3->hs.peer_finished),
H A Dtls13_server.c1070 if (!CBS_write_bytes(cbs, ctx->hs->peer_finished,
1071 sizeof(ctx->hs->peer_finished),
H A Dtls13_client.c756 if (!CBS_write_bytes(cbs, ctx->hs->peer_finished,
757 sizeof(ctx->hs->peer_finished),
H A Dssl_local.h610 uint8_t peer_finished[EVP_MAX_MD_SIZE]; member in struct:ssl_handshake_st
H A Dssl_clnt.c2436 if (!CBS_mem_equal(&cbs, s->s3->hs.peer_finished, CBS_len(&cbs))) {
2445 s->s3->hs.peer_finished, md_len);
H A Dssl_srvr.c2436 if (!CBS_mem_equal(&cbs, s->s3->hs.peer_finished, CBS_len(&cbs))) {
2445 s->s3->hs.peer_finished, md_len);
H A Dssl_lib.c779 memcpy(buf, s->s3->hs.peer_finished, count);

Completed in 191 milliseconds