Home
last modified time | relevance | path

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

/external/libchrome/crypto/
Dopenssl_bio_string_unittest.cc20 ScopedBIO bio(BIO_new_string(&s)); in TEST()
46 ScopedBIO bio(BIO_new_string(&s)); in TEST()
Dscoped_openssl_types.h46 using ScopedBIO = ScopedOpenSSL<BIO, BIO_free_all>; variable