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 1308 BIO *wbio; \/* used by SSL_write *\/ member in struct:ssl_st
    [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...]

Completed in 93 milliseconds