Home
last modified time | relevance | path

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

/external/libchrome/crypto/
Dscoped_openssl_types.h51 using ScopedEC_POINT = ScopedOpenSSL<EC_POINT, EC_POINT_free>; variable
/external/boringssl/src/crypto/test/
Dscoped_types.h107 using ScopedEC_POINT = ScopedOpenSSLType<EC_POINT, EC_POINT_free>; variable