Searched defs:OpenSSLFree (Results 1 – 2 of 2) sorted by relevance
36 struct OpenSSLFree { struct58 using ScopedOpenSSLBytes = scoped_ptr<uint8_t, OpenSSLFree>; argument
56 struct OpenSSLFree { struct57 void operator()(T *buf) { in operator()