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

  /external/boringssl/src/include/openssl/
ssl.h 233 /* SSL_set_bio configures |ssl| to read from |rbio| and write to |wbio|. |ssl|
234 * takes ownership of the two |BIO|s. If |rbio| and |wbio| are the same, |ssl|
241 OPENSSL_EXPORT void SSL_set_bio(SSL *ssl, BIO *rbio, BIO *wbio);
3735 BIO *wbio; \/* used by SSL_write *\/ member in struct:ssl_st
    [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp 9336 BIO* wbio = reinterpret_cast<BIO*>(wbioRef); local
9756 BIO* wbio = SSL_get_wbio(ssl); local
9878 BIO* wbio = reinterpret_cast<BIO*>(static_cast<uintptr_t>(sinkBioRef)); local
10065 BIO* wbio = SSL_get_wbio(ssl); local
10199 BIO* wbio = reinterpret_cast<BIO*>(static_cast<uintptr_t>(sinkBioRef)); local
10470 BIO* wbio = reinterpret_cast<BIO*>(static_cast<uintptr_t>(wbioRef)); local
    [all...]

Completed in 49 milliseconds