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 1307 BIO *rbio; \/* used by SSL_read *\/ member in struct:ssl_st
    [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp 9202 BIO* rbio = reinterpret_cast<BIO*>(rbioRef); local
9611 BIO* rbio = SSL_get_rbio(ssl); local
9738 BIO* rbio = reinterpret_cast<BIO*>(static_cast<uintptr_t>(sourceBioRef)); local
9931 BIO* rbio = SSL_get_rbio(ssl); local
10345 BIO* rbio = reinterpret_cast<BIO*>(static_cast<uintptr_t>(rbioRef)); local
    [all...]

Completed in 181 milliseconds