Searched refs:m_sessionKey (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/bsd/elftosb/dist/common/ |
| H A D | EncoreBootImage.cpp | 86 m_sessionKey.randomize(); in writeToStream() 186 cipher.blockEncrypt(m_sessionKey, sizeof(AESKey<128>::key_t) * 8, wrappedSessionKey); in writeToStream() 207 …cipher.init(Rijndael::CBC, Rijndael::Encrypt, m_sessionKey, Rijndael::Key16Bytes, imageHeader.m_iv… in writeToStream() 229 cipher.init(Rijndael::CBC, Rijndael::Encrypt, m_sessionKey, Rijndael::Key16Bytes, block); in writeToStream() 241 …cipher.init(Rijndael::CBC, Rijndael::Encrypt, m_sessionKey, Rijndael::Key16Bytes, imageHeader.m_iv… in writeToStream() 264 cipher.init(Rijndael::CBC, Rijndael::Encrypt, m_sessionKey, Rijndael::Key16Bytes, block); in writeToStream() 275 …cipher.init(Rijndael::CBC, Rijndael::Encrypt, m_sessionKey, Rijndael::Key16Bytes, imageHeader.m_iv… in writeToStream() 291 cipher.init(Rijndael::CBC, Rijndael::Encrypt, m_sessionKey, Rijndael::Key16Bytes, block); in writeToStream() 320 …cipher.init(Rijndael::CBC, Rijndael::Encrypt, m_sessionKey, Rijndael::Key16Bytes, imageHeader.m_iv… in writeToStream()
|
| H A D | EncoreBootImage.h | 955 AES128Key m_sessionKey; //!< Session key we're using. variable
|