HomeSort by relevance Sort by last modified time
    Searched refs:bio_ret (Results 1 - 3 of 3) sorted by null

  /external/boringssl/src/ssl/
handshake.cc 537 int bio_ret = ssl_handle_open_record(ssl, &retry, ret, consumed, alert); local
538 if (bio_ret <= 0) {
539 return bio_ret;
d1_both.cc 792 int bio_ret = BIO_write(ssl->wbio, packet, packet_len); local
793 if (bio_ret <= 0) {
798 ret = bio_ret;
ssl_lib.cc 1017 int bio_ret = ssl_handle_open_record(ssl, &retry, ret, consumed, alert); local
1018 if (bio_ret <= 0) {
1019 return bio_ret;
    [all...]

Completed in 182 milliseconds