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

  /external/boringssl/src/ssl/
d1_clnt.c 213 if (s->bbio != s->wbio) {
214 s->wbio = BIO_push(s->bbio, s->wbio);
454 if (BIO_flush(s->wbio) <= 0) {
ssl_lib.c 531 if (ssl->bbio == ssl->wbio) {
532 ssl->wbio = BIO_pop(ssl->wbio);
538 int free_wbio = ssl->wbio != ssl->rbio;
541 BIO_free_all(ssl->wbio);
576 void SSL_set_bio(SSL *s, BIO *rbio, BIO *wbio) {
579 if (s->wbio == s->bbio) {
580 s->wbio = s->wbio->next_bio;
588 if (s->wbio != wbio && s->rbio != s->wbio)
    [all...]
d1_srvr.c 303 if (BIO_flush(s->wbio) <= 0) {
s3_pkt.c 629 if (s->wbio != NULL) {
631 i = BIO_write(s->wbio, (char *)&(wb->buf[wb->offset]),
    [all...]
d1_pkt.c 889 (void)BIO_flush(s->wbio);
s3_clnt.c 241 if (s->bbio != s->wbio) {
242 s->wbio = BIO_push(s->bbio, s->wbio);
508 if (BIO_flush(s->wbio) <= 0) {
    [all...]
s3_srvr.c 370 if (BIO_flush(s->wbio) <= 0) {
    [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp 9203 BIO* wbio = reinterpret_cast<BIO*>(wbioRef); local
9612 BIO* wbio = SSL_get_wbio(ssl); local
9739 BIO* wbio = reinterpret_cast<BIO*>(static_cast<uintptr_t>(sinkBioRef)); local
9932 BIO* wbio = SSL_get_wbio(ssl); local
10070 BIO* wbio = reinterpret_cast<BIO*>(static_cast<uintptr_t>(sinkBioRef)); local
10346 BIO* wbio = reinterpret_cast<BIO*>(static_cast<uintptr_t>(wbioRef)); local
    [all...]
  /external/boringssl/src/include/openssl/
ssl.h 1308 BIO *wbio; \/* used by SSL_write *\/ member in struct:ssl_st
    [all...]

Completed in 166 milliseconds