Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/user_channel/
H A Dpasswd_mgr.cpp148 size_t ivLen, uint8_t* inBytes, in encryptDecryptData() argument
153 if (cipher == NULL || key == NULL || iv == NULL || inBytes == NULL || in encryptDecryptData()
168 if (NULL == HMAC(EVP_sha256(), key, keyLen, inBytes, inBytesLen, in encryptDecryptData()
206 inBytes, inBytesLen))) in encryptDecryptData()
346 uint8_t* inBytes = iv + ivLen; in readPasswdFileData() local
347 uint8_t* mac = inBytes + inBytesLen; in readPasswdFileData()
354 ivLen, inBytes, inBytesLen, mac, &macLen, in readPasswdFileData()
395 SecureString inBytes(inBytesLen, '\0'); in updatePasswdSpecialFile() local
414 &inBytes[0] + bytesWritten, in updatePasswdSpecialFile()
422 bytesWritten += std::snprintf(&inBytes[0] + bytesWritten, in updatePasswdSpecialFile()
[all …]
H A Dpasswd_mgr.hpp123 size_t ivLen, uint8_t* inBytes, size_t inBytesLen,