HomeSort by relevance Sort by last modified time
    Searched defs:rbio (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|
237 * In DTLS, if |rbio| is blocking, it must handle
241 OPENSSL_EXPORT void SSL_set_bio(SSL *ssl, BIO *rbio, BIO *wbio);
3734 BIO *rbio; \/* used by SSL_read *\/ member in struct:ssl_st
    [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp 9335 BIO* rbio = reinterpret_cast<BIO*>(rbioRef); local
9755 BIO* rbio = SSL_get_rbio(ssl); local
9877 BIO* rbio = reinterpret_cast<BIO*>(static_cast<uintptr_t>(sourceBioRef)); local
10064 BIO* rbio = SSL_get_rbio(ssl); local
10469 BIO* rbio = reinterpret_cast<BIO*>(static_cast<uintptr_t>(rbioRef)); local
    [all...]

Completed in 203 milliseconds