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

/netbsd-current/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) function in class:Rijndael
/netbsd-current/external/bsd/elftosb/dist/sbtool/
H A DEncoreBootImageReader.cpp93 cipher.blockDecrypt((uint8_t *)&digestBlocks, sizeof(digestBlocks) * 8, (uint8_t *)&digestBlocks);
209 cipher.blockDecrypt(entry.m_dek, sizeof(entry.m_dek) * 8, entry.m_dek);
261 cipher.blockDecrypt((uint8_t *)&header, sizeof(header) * 8, (uint8_t *)&header);
335 cipher.blockDecrypt(contents, contentLength * 8, contents);

Completed in 146 milliseconds