Home
last modified time | relevance | path

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

/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp10118 Unique_BIO nullBio(BIO_new_mem_buf(NULL, 0)); local
10120 Unique_BIO nullBio(BIO_new(BIO_s_null())); local