Home
last modified time | relevance | path

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

/external/libchrome/crypto/
Dscoped_openssl_types.h36 struct OpenSSLFree { struct
58 using ScopedOpenSSLBytes = scoped_ptr<uint8_t, OpenSSLFree>; argument
/external/boringssl/src/crypto/test/
Dscoped_types.h56 struct OpenSSLFree { struct
57 void operator()(T *buf) { in operator()