HomeSort by relevance Sort by last modified time
    Searched refs:StackAllocated (Results 1 - 6 of 6) sorted by null

  /external/boringssl/src/include/openssl/
base.h 400 class StackAllocated {
402 StackAllocated() { init(&ctx_); }
403 ~StackAllocated() { cleanup(&ctx_); }
405 StackAllocated(const StackAllocated<T, CleanupRet, init, cleanup> &) = delete;
406 T& operator=(const StackAllocated<T, CleanupRet, init, cleanup> &) = delete;
hmac.h 165 internal::StackAllocated<HMAC_CTX, void, HMAC_CTX_init, HMAC_CTX_cleanup>;
digest.h 275 internal::StackAllocated<EVP_MD_CTX, int, EVP_MD_CTX_init,
aead.h 402 internal::StackAllocated<EVP_AEAD_CTX, void, EVP_AEAD_CTX_zero,
bytestring.h 445 using ScopedCBB = internal::StackAllocated<CBB, void, CBB_zero, CBB_cleanup>;
cipher.h 554 internal::StackAllocated<EVP_CIPHER_CTX, int, EVP_CIPHER_CTX_init,

Completed in 328 milliseconds