MCPcopy Create free account
hub / github.com/Tencent/MMKV / statusBeforeDecrypt

Method statusBeforeDecrypt

Core/CodedInputDataCrypt.cpp:161–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159}
160
161inline void CodedInputDataCrypt::statusBeforeDecrypt(size_t rollbackSize, AESCryptStatus &status) {
162 rollbackSize += m_decryptBufferDecryptLength - m_decryptBufferPosition;
163 m_decrypter.statusBeforeDecrypt(m_ptr + m_decryptPosition, m_decryptBuffer + m_decryptBufferDecryptLength,
164 rollbackSize, status);
165}
166
167int8_t CodedInputDataCrypt::readRawByte() {
168 assert(m_position <= m_decryptPosition);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected