Searched refs:ScopedOpenSSLContext (Results 1 – 1 of 1) sorted by relevance
76 class ScopedOpenSSLContext {78 ScopedOpenSSLContext() { in ScopedOpenSSLContext() function81 ~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,