Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/test/
Dscoped_types.h56 struct OpenSSLFree { struct
132 using ScopedOpenSSLBytes = std::unique_ptr<uint8_t, OpenSSLFree<uint8_t>>;
133 using ScopedOpenSSLString = std::unique_ptr<char, OpenSSLFree<char>>;
/external/libchrome/crypto/
Dscoped_openssl_types.h36 struct OpenSSLFree { struct
58 using ScopedOpenSSLBytes = scoped_ptr<uint8_t, OpenSSLFree>; argument