Searched refs:StackAllocated (Results 1 – 15 of 15) sorted by relevance
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/ |
D | base.h | 518 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;
|
D | hmac.h | 177 internal::StackAllocated<HMAC_CTX, void, HMAC_CTX_init, HMAC_CTX_cleanup>;
|
D | digest.h | 317 internal::StackAllocated<EVP_MD_CTX, int, EVP_MD_CTX_init,
|
D | aead.h | 447 internal::StackAllocated<EVP_AEAD_CTX, void, EVP_AEAD_CTX_zero,
|
D | bytestring.h | 552 using ScopedCBB = internal::StackAllocated<CBB, void, CBB_zero, CBB_cleanup>;
|
D | cipher.h | 601 internal::StackAllocated<EVP_CIPHER_CTX, int, EVP_CIPHER_CTX_init,
|
D | x509.h | 1261 internal::StackAllocated<X509_STORE_CTX, void, X509_STORE_CTX_zero,
|
/external/boringssl/src/include/openssl/ |
D | base.h | 526 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;
|
D | hmac.h | 177 internal::StackAllocated<HMAC_CTX, void, HMAC_CTX_init, HMAC_CTX_cleanup>;
|
D | digest.h | 327 internal::StackAllocated<EVP_MD_CTX, int, EVP_MD_CTX_init,
|
D | aead.h | 471 internal::StackAllocated<EVP_AEAD_CTX, void, EVP_AEAD_CTX_zero,
|
D | cipher.h | 622 internal::StackAllocated<EVP_CIPHER_CTX, int, EVP_CIPHER_CTX_init,
|
D | bytestring.h | 567 using ScopedCBB = internal::StackAllocated<CBB, void, CBB_zero, CBB_cleanup>;
|
D | x509.h | 1541 internal::StackAllocated<X509_STORE_CTX, void, X509_STORE_CTX_zero,
|
/external/boringssl/src/crypto/hpke/ |
D | internal.h | 238 internal::StackAllocated<EVP_HPKE_CTX, void, EVP_HPKE_CTX_init,
|