Searched refs:maxKeySize (Results 1 – 3 of 3) sorted by relevance
79 const int maxKeySize = 256; in onPropertyUpdate() local80 std::array<char, maxKeySize> cnBuffer{}; in onPropertyUpdate()
492 static const int maxKeySize = 4096; in populateProperties() local493 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()
41 static const size_t maxKeySize = 8; variable275 std::array<uint8_t, maxKeySize> keyBuff; in readPasswdFileData()431 std::array<uint8_t, maxKeySize> keyBuff; in updatePasswdSpecialFile()