Home
last modified time | relevance | path

Searched defs:decryptedKeyLen (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/base/
H A Dgrd_db_api.cpp66 uint32_t decryptedKeyLen) in GRD_DBRestore()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_utils.cpp156 …tore(const char *dbFile, const char *backupDbFile, uint8_t *decryptedKey, uint32_t decryptedKeyLen) in RdRestore()
H A Drd_single_ver_natural_store.cpp326 uint32_t decryptedKeyLen = (uint32_t)passwd.GetSize(); in Import() local