Searched refs:ScopedOpenSSLContext (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/crypto/test/ |
D | scoped_types.h | 77 class ScopedOpenSSLContext { 79 ScopedOpenSSLContext() { in ScopedOpenSSLContext() function 82 ~ScopedOpenSSLContext() { in ~ScopedOpenSSLContext() 120 using ScopedCBB = ScopedOpenSSLContext<CBB, void, CBB_zero, CBB_cleanup>; 121 using ScopedEVP_AEAD_CTX = ScopedOpenSSLContext<EVP_AEAD_CTX, void, 124 using ScopedEVP_CIPHER_CTX = ScopedOpenSSLContext<EVP_CIPHER_CTX, int, 127 using ScopedEVP_MD_CTX = ScopedOpenSSLContext<EVP_MD_CTX, int, EVP_MD_CTX_init, 129 using ScopedHMAC_CTX = ScopedOpenSSLContext<HMAC_CTX, void, HMAC_CTX_init,
|