Home
last modified time | relevance | path

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

/external/openssl/ssl/
Dt1_reneg.c131 memcpy(p, s->s3->previous_client_finished, in ssl_add_clienthello_renegotiate_ext()
178 if(memcmp(d, s->s3->previous_client_finished, in ssl_parse_clienthello_renegotiate_ext()
212 memcpy(p, s->s3->previous_client_finished, in ssl_add_serverhello_renegotiate_ext()
269 if(memcmp(d, s->s3->previous_client_finished, in ssl_parse_serverhello_renegotiate_ext()
Ds3_both.c174 memcpy(s->s3->previous_client_finished, in ssl3_send_finished()
278 memcpy(s->s3->previous_client_finished, in ssl3_get_finished()
Dssl3.h542 unsigned char previous_client_finished[EVP_MAX_MD_SIZE]; member
Dd1_both.c922 memcpy(s->s3->previous_client_finished, in dtls1_send_finished()
/external/openssl/include/openssl/
Dssl3.h542 unsigned char previous_client_finished[EVP_MAX_MD_SIZE]; member