Home
last modified time | relevance | path

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

/external/libchrome/crypto/
Dscoped_openssl_types.h50 using ScopedEC_KEY = ScopedOpenSSL<EC_KEY, EC_KEY_free>; variable
/external/boringssl/src/crypto/test/
Dscoped_types.h106 using ScopedEC_KEY = ScopedOpenSSLType<EC_KEY, EC_KEY_free>; variable