Home
last modified time | relevance | path

Searched refs:bio_ret (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/ssl/
Dhandshake.cc584 int bio_ret = ssl_handle_open_record(ssl, &retry, ret, consumed, alert); in ssl_run_handshake() local
585 if (bio_ret <= 0) { in ssl_run_handshake()
586 return bio_ret; in ssl_run_handshake()
Dd1_both.cc797 int bio_ret = BIO_write(ssl->wbio.get(), packet, packet_len); in send_flight() local
798 if (bio_ret <= 0) { in send_flight()
803 ret = bio_ret; in send_flight()
Dssl_lib.cc1053 int bio_ret = ssl_handle_open_record(ssl, &retry, ret, consumed, alert); in ssl_read_impl() local
1054 if (bio_ret <= 0) { in ssl_read_impl()
1055 return bio_ret; in ssl_read_impl()