Home
last modified time | relevance | path

Searched refs:blockDecrypt (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/sbtool/
H A DEncoreBootImageReader.cpp93 cipher.blockDecrypt((uint8_t *)&digestBlocks, sizeof(digestBlocks) * 8, (uint8_t *)&digestBlocks); in readImageDigest()
209 cipher.blockDecrypt(entry.m_dek, sizeof(entry.m_dek) * 8, entry.m_dek); in readKeyDictionary()
261 cipher.blockDecrypt((uint8_t *)&header, sizeof(header) * 8, (uint8_t *)&header); in readBootTags()
335 cipher.blockDecrypt(contents, contentLength * 8, contents); in readSection()
/netbsd-src/external/bsd/elftosb/dist/common/
H A Drijndael.h146 int blockDecrypt(const uint8_t *input, int inputLen, uint8_t *outBuffer);
H A Drijndael.cpp1185 int Rijndael::blockDecrypt(const uint8_t *input, int inputLen, uint8_t *outBuffer) in blockDecrypt() function in Rijndael