Searched refs:bio_ret (Results 1 – 3 of 3) sorted by relevance
/external/boringssl/src/ssl/ |
D | handshake.cc | 584 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()
|
D | d1_both.cc | 797 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()
|
D | ssl_lib.cc | 1053 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()
|