Home
last modified time | relevance | path

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

/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dbase.h518 class StackAllocated {
520 StackAllocated() { init(&ctx_); } in StackAllocated() function
521 ~StackAllocated() { cleanup(&ctx_); } in ~StackAllocated()
523 StackAllocated(const StackAllocated<T, CleanupRet, init, cleanup> &) = delete;
524 T& operator=(const StackAllocated<T, CleanupRet, init, cleanup> &) = delete;
Dhmac.h177 internal::StackAllocated<HMAC_CTX, void, HMAC_CTX_init, HMAC_CTX_cleanup>;
Ddigest.h317 internal::StackAllocated<EVP_MD_CTX, int, EVP_MD_CTX_init,
Daead.h447 internal::StackAllocated<EVP_AEAD_CTX, void, EVP_AEAD_CTX_zero,
Dbytestring.h552 using ScopedCBB = internal::StackAllocated<CBB, void, CBB_zero, CBB_cleanup>;
Dcipher.h601 internal::StackAllocated<EVP_CIPHER_CTX, int, EVP_CIPHER_CTX_init,
Dx509.h1261 internal::StackAllocated<X509_STORE_CTX, void, X509_STORE_CTX_zero,
/external/boringssl/src/include/openssl/
Dbase.h526 class StackAllocated {
528 StackAllocated() { init(&ctx_); } in StackAllocated() function
529 ~StackAllocated() { cleanup(&ctx_); } in ~StackAllocated()
531 StackAllocated(const StackAllocated<T, CleanupRet, init, cleanup> &) = delete;
532 T& operator=(const StackAllocated<T, CleanupRet, init, cleanup> &) = delete;
Dhmac.h177 internal::StackAllocated<HMAC_CTX, void, HMAC_CTX_init, HMAC_CTX_cleanup>;
Ddigest.h327 internal::StackAllocated<EVP_MD_CTX, int, EVP_MD_CTX_init,
Daead.h471 internal::StackAllocated<EVP_AEAD_CTX, void, EVP_AEAD_CTX_zero,
Dcipher.h622 internal::StackAllocated<EVP_CIPHER_CTX, int, EVP_CIPHER_CTX_init,
Dbytestring.h567 using ScopedCBB = internal::StackAllocated<CBB, void, CBB_zero, CBB_cleanup>;
Dx509.h1541 internal::StackAllocated<X509_STORE_CTX, void, X509_STORE_CTX_zero,
/external/boringssl/src/crypto/hpke/
Dinternal.h238 internal::StackAllocated<EVP_HPKE_CTX, void, EVP_HPKE_CTX_init,