Home
last modified time | relevance | path

Searched refs:ScopedOpenSSLContext (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/crypto/test/
Dscoped_types.h76 class ScopedOpenSSLContext {
78 ScopedOpenSSLContext() { in ScopedOpenSSLContext() function
81 ~ScopedOpenSSLContext() { in ~ScopedOpenSSLContext()
118 using ScopedEVP_CIPHER_CTX = ScopedOpenSSLContext<EVP_CIPHER_CTX, int,
121 using ScopedEVP_MD_CTX = ScopedOpenSSLContext<EVP_MD_CTX, int, EVP_MD_CTX_init,
123 using ScopedHMAC_CTX = ScopedOpenSSLContext<HMAC_CTX, void, HMAC_CTX_init,