Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/decision_db/include/
H A Dlnn_decision_db.h27 LNN_ENCRYPT_LEVEL_DE = 0, enumerator
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/decision_db/src/
H A Dlnn_decision_db.c115 if (level < LNN_ENCRYPT_LEVEL_DE || level > LNN_ENCRYPT_LEVEL_ECE) { in EncryptStorageData()
154 if (level < LNN_ENCRYPT_LEVEL_DE || level > LNN_ENCRYPT_LEVEL_ECE) { in DecryptStorageData()
205 if (EncryptStorageData(LNN_ENCRYPT_LEVEL_DE, dbKey, len) != SOFTBUS_OK) { in GetDecisionDbKey()
218 if (DecryptStorageData(LNN_ENCRYPT_LEVEL_DE, dbKey, len) != SOFTBUS_OK) { in GetDecisionDbKey()