HomeSort by: relevance | last modified time | path
    Searched refs:m_iv (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/elftosb/dist/sbtool/
EncoreBootImageReader.cpp 92 cipher.init(Rijndael::CBC, Rijndael::Decrypt, m_dek, Rijndael::Key16Bytes, m_header.m_iv);
208 cipher.init(Rijndael::CBC, Rijndael::Decrypt, kek, Rijndael::Key16Bytes, m_header.m_iv);
260 cipher.init(Rijndael::CBC, Rijndael::Decrypt, m_dek, Rijndael::Key16Bytes, m_header.m_iv);
334 cipher.init(Rijndael::CBC, Rijndael::Decrypt, m_dek, Rijndael::Key16Bytes, m_header.m_iv);
  /src/external/bsd/elftosb/dist/common/
EncoreBootImage.cpp 184 cipher.init(Rijndael::CBC, Rijndael::Encrypt, *it, Rijndael::Key16Bytes, imageHeader.m_iv);
207 cipher.init(Rijndael::CBC, Rijndael::Encrypt, m_sessionKey, Rijndael::Key16Bytes, imageHeader.m_iv);
241 cipher.init(Rijndael::CBC, Rijndael::Encrypt, m_sessionKey, Rijndael::Key16Bytes, imageHeader.m_iv);
275 cipher.init(Rijndael::CBC, Rijndael::Encrypt, m_sessionKey, Rijndael::Key16Bytes, imageHeader.m_iv);
320 cipher.init(Rijndael::CBC, Rijndael::Encrypt, m_sessionKey, Rijndael::Key16Bytes, imageHeader.m_iv);
EncoreBootImage.h 140 cipher_block_t m_iv; //!< The first 16 bytes of the digest form the initialization vector. member in struct:elftosb::EncoreBootImage::boot_image_header_t::__anon6593::__anon6594
167 //! The m_dek field in each entry is encrypted using the KEK with the m_iv field from
208 //! m_iv for the IV. This allows the ROM to jump to any given section without needing

Completed in 15 milliseconds