Home
last modified time | relevance | path

Searched defs:SecureVector (Results 1 – 7 of 7) sorted by relevance

/dports/devel/qca/qca-2.3.4/src/botantools/botan/botan/
H A Dsecmem.h313 SecureVector(const T in[], u32bit n) in SecureVector() function
318 SecureVector(const MemoryRegion<T> &in) in SecureVector() function
323 SecureVector(const MemoryRegion<T> &in1, const MemoryRegion<T> &in2) in SecureVector() function
/dports/security/botan110/Botan-1.10.17/src/alloc/
H A Dsecmem.h358 SecureVector(const T in[], size_t n) in SecureVector() function
370 SecureVector(const MemoryRegion<T>& in) in SecureVector() function
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/base/
H A Dsecmem.h69 template<typename T> using SecureVector = secure_vector<T>; variable
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/base/
H A Dsecmem.h69 template<typename T> using SecureVector = secure_vector<T>; variable
/dports/security/botan2/Botan-2.18.2/src/lib/base/
H A Dsecmem.h69 template<typename T> using SecureVector = secure_vector<T>; variable
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/base/
H A Dsecure_allocator.h311 using SecureVector = SecureHandle<std::vector<T, SecureAllocator<T>>>; member
333 using SecureVector = SecureAllocatorDefaultDomain::SecureVector<T>; variable
H A Dsecure_allocator_test.cpp41 TEST(SecureAllocator, SecureVector) { in TEST() argument