Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/statem/
H A Dextensions_srvr.c60 if (memcmp(data, s->s3.previous_client_finished, in tls_parse_ctos_renegotiate()
1249 || !WPACKET_memcpy(pkt, s->s3.previous_client_finished, in tls_construct_stoc_renegotiate()
H A Dextensions_clnt.c25 || !WPACKET_sub_memcpy_u8(pkt, s->s3.previous_client_finished, in tls_construct_ctos_renegotiate()
1239 || memcmp(data, s->s3.previous_client_finished, in tls_parse_stoc_renegotiate()
H A Dstatem_lib.c630 memcpy(s->s3.previous_client_finished, s->s3.tmp.finish_md, in tls_construct_finished()
841 memcpy(s->s3.previous_client_finished, s->s3.tmp.peer_finish_md, in tls_process_finished()
/freebsd/crypto/openssl/ssl/
H A Dssl_local.h1387 unsigned char previous_client_finished[EVP_MAX_MD_SIZE]; member