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

Method resetStatus

Core/aes/AESCrypt.cpp:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87void AESCrypt::resetStatus(const AESCryptStatus &status) {
88 m_number = status.m_number;
89 memcpy(m_vector, status.m_vector, AES_IV_LEN);
90}
91
92void AESCrypt::getKey(void *output) const {
93 if (output) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected