Searched defs:ScopedOpenSSL (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/
H A Dopenssl_util.h18 class ScopedOpenSSL { class in namespace:base
20 ScopedOpenSSL() : ptr_(NULL) { } function in class:base::ScopedOpenSSL
21 explicit ScopedOpenSSL(T* ptr) : ptr_(ptr) { } function in class:base::ScopedOpenSSL
22 ~ScopedOpenSSL() {
42 DISALLOW_COPY_AND_ASSIGN(ScopedOpenSSL);
/external/chromium/crypto/
H A Dopenssl_util.h17 class ScopedOpenSSL { class in namespace:crypto
19 ScopedOpenSSL() : ptr_(NULL) { } function in class:crypto::ScopedOpenSSL
20 explicit ScopedOpenSSL(T* ptr) : ptr_(ptr) { } function in class:crypto::ScopedOpenSSL
21 ~ScopedOpenSSL() {
36 DISALLOW_COPY_AND_ASSIGN(ScopedOpenSSL);

Completed in 161 milliseconds