Home
last modified time | relevance | path

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

/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp168 typedef UniquePtr<BIO, BIO_Delete> Unique_BIO; typedef
2804 Unique_BIO buffer(BIO_new(BIO_s_mem()));
5380 Unique_BIO bio(BIO_new(&stream_bio_method));
5399 Unique_BIO bio(BIO_new(&stream_bio_method));
5489 Unique_BIO buffer(BIO_new(BIO_s_mem()));
10252 Unique_BIO nullBio(BIO_new_mem_buf(nullptr, 0));
10254 Unique_BIO nullBio(BIO_new(BIO_s_null()));