Home
last modified time | relevance | path

Searched refs:nullBio (Results 1 – 1 of 1) sorted by relevance

/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp10252 Unique_BIO nullBio(BIO_new_mem_buf(nullptr, 0)); local
10254 Unique_BIO nullBio(BIO_new(BIO_s_null())); local
10256 ScopedSslBio sslBio(ssl, nullBio.get(), wbio);