OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_sessionKey
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/elftosb/dist/common/
EncoreBootImage.cpp
86
m_sessionKey
.randomize();
186
cipher.blockEncrypt(
m_sessionKey
, sizeof(AESKey<128>::key_t) * 8, wrappedSessionKey);
207
cipher.init(Rijndael::CBC, Rijndael::Encrypt,
m_sessionKey
, Rijndael::Key16Bytes, imageHeader.m_iv);
229
cipher.init(Rijndael::CBC, Rijndael::Encrypt,
m_sessionKey
, Rijndael::Key16Bytes, block);
241
cipher.init(Rijndael::CBC, Rijndael::Encrypt,
m_sessionKey
, Rijndael::Key16Bytes, imageHeader.m_iv);
264
cipher.init(Rijndael::CBC, Rijndael::Encrypt,
m_sessionKey
, Rijndael::Key16Bytes, block);
275
cipher.init(Rijndael::CBC, Rijndael::Encrypt,
m_sessionKey
, Rijndael::Key16Bytes, imageHeader.m_iv);
291
cipher.init(Rijndael::CBC, Rijndael::Encrypt,
m_sessionKey
, Rijndael::Key16Bytes, block);
320
cipher.init(Rijndael::CBC, Rijndael::Encrypt,
m_sessionKey
, Rijndael::Key16Bytes, imageHeader.m_iv);
EncoreBootImage.h
955
AES128Key
m_sessionKey
; //!< Session key we're using.
Completed in 54 milliseconds
Indexes created Fri Aug 14 00:25:39 UTC 2026