Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dt1_reneg.c133 memcpy(p, s->s3->previous_client_finished, in ssl_add_clienthello_renegotiate_ext()
155 if (!CBS_mem_equal(&renegotiated_connection, s->s3->previous_client_finished, in ssl_parse_clienthello_renegotiate_ext()
184 memcpy(p, s->s3->previous_client_finished, in ssl_add_serverhello_renegotiate_ext()
227 if (memcmp(d, s->s3->previous_client_finished, in ssl_parse_serverhello_renegotiate_ext()
Ds3_both.c184 memcpy(s->s3->previous_client_finished, s->s3->tmp.finish_md, n); in ssl3_send_finished()
268 memcpy(s->s3->previous_client_finished, s->s3->tmp.peer_finish_md, finished_len); in ssl3_get_finished()
Dssl_lib.c2933 const uint8_t *finished = ssl->s3->previous_client_finished; in SSL_get_tls_unique()
/external/boringssl/src/include/openssl/
Dssl3.h513 uint8_t previous_client_finished[EVP_MAX_MD_SIZE]; member