Home
last modified time | relevance | path

Searched refs:EncryptStorageData (Results 1 – 2 of 2) sorted by relevance

/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/decision_db/include/
Dlnn_decision_db.h41 int32_t EncryptStorageData(LnnEncryptDataLevel level, uint8_t *dbKey, uint32_t len);
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/decision_db/src/
Dlnn_decision_db.c111 int32_t EncryptStorageData(LnnEncryptDataLevel level, uint8_t *dbKey, uint32_t len) in EncryptStorageData() function
205 if (EncryptStorageData(LNN_ENCRYPT_LEVEL_DE, dbKey, len) != SOFTBUS_OK) { in GetDecisionDbKey()