Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dtypes.hpp307 using SecureBufferBase = std::vector<uint8_t, SecureAllocator<uint8_t>>; typedef
309 class SecureBuffer : public SecureBufferBase
312 using SecureBufferBase::vector;
313 SecureBuffer(const SecureBufferBase& other) : SecureBufferBase(other) {}; in SecureBuffer()