Searched refs:m_mac (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/bsd/elftosb/dist/common/ |
| H A D | RijndaelCBCMAC.cpp | 22 memcpy(m_mac, iv, sizeof(m_mac)); in RijndaelCBCMAC() 26 memset(m_mac, 0, sizeof(m_mac)); in RijndaelCBCMAC() 56 cipher.init(Rijndael::CBC, Rijndael::Encrypt, m_key, Rijndael::Key16Bytes, m_mac); in updateOneBlock() 57 cipher.blockEncrypt(data, BLOCK_SIZE * 8, m_mac); // size is in bits in updateOneBlock()
|
| H A D | RijndaelCBCMAC.h | 45 const block_t & getMAC() const { return m_mac; } in getMAC() 51 memcpy(m_mac, other.m_mac, sizeof(m_mac)); 57 block_t m_mac; //!< Current message authentication code value. variable
|
| H A D | EncoreBootImage.h | 171 cipher_block_t m_mac; //!< CBC-MAC of the header. member
|
| /netbsd-src/external/bsd/elftosb/dist/sbtool/ |
| H A D | EncoreBootImageReader.cpp | 204 if (memcmp(macResult, entry.m_mac, sizeof(cipher_block_t)) == 0) in readKeyDictionary()
|