Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Dhostname_monitor.hpp79 const int maxKeySize = 256; in onPropertyUpdate() local
80 std::array<char, maxKeySize> cnBuffer{}; in onPropertyUpdate()
/openbmc/phosphor-certificate-manager/
H A Dcertificate.cpp492 static const int maxKeySize = 4096; in populateProperties() local
493 char subBuffer[maxKeySize] = {0}; in populateProperties()
498 BIO_read(subBio.get(), subBuffer, maxKeySize); in populateProperties()
501 char issuerBuffer[maxKeySize] = {0}; in populateProperties()
506 BIO_read(issuerBio.get(), issuerBuffer, maxKeySize); in populateProperties()
/openbmc/phosphor-host-ipmid/user_channel/
H A Dpasswd_mgr.cpp41 static const size_t maxKeySize = 8; variable
275 std::array<uint8_t, maxKeySize> keyBuff; in readPasswdFileData()
431 std::array<uint8_t, maxKeySize> keyBuff; in updatePasswdSpecialFile()