Home
last modified time | relevance | path

Searched refs:outBufSize (Results 1 - 2 of 2) sorted by relevance

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drd_utils.cpp462 const char *RdUtils::GetEncryptKey(const std::vector<uint8_t> &encryptedKey, char outBuff[], size_t outBufSize) in GetEncryptKey() argument
468 errno_t err = snprintf_s(buffer, outBufSize - i * 2, outBufSize - i * 2, "%02x", encryptedKey[i]); in GetEncryptKey()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drd_utils.h64 static const char *GetEncryptKey(const std::vector<uint8_t> &encryptedKey, char outBuff[], size_t outBufSize);

Completed in 1 milliseconds