Home
last modified time | relevance | path

Searched defs:kdfAlgo (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/
H A DRdbstoreEncryptionJsunit.test.js56 kdfAlgo: data_relationalStore.KdfAlgo.KDF_SHA256, property in STORE_CONFIG_DEFAULT.cryptoParam
70 kdfAlgo: data_relationalStore.KdfAlgo.KDF_SHA512, property in STORE_CONFIG_NON_DEFAULT.cryptoParam
443 kdfAlgo: data_relationalStore.KdfAlgo.KDF_SHA512, property in console.info.cryptoParam
473 kdfAlgo: data_relationalStore.KdfAlgo.KDF_SHA512, property in console.info.cryptoParam
503 kdfAlgo: data_relationalStore.KdfAlgo.KDF_SHA512, property in console.info.cryptoParam
533 kdfAlgo: data_relationalStore.KdfAlgo.KDF_SHA512, property in console.info.cryptoParam
657 kdfAlgo: data_relationalStore.KdfAlgo.KDF_SHA512, property in console.info.cryptoParam
715 kdfAlgo: data_relationalStore.KdfAlgo.KDF_SHA512, property in console.info.cryptoParam
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_const_properties.cpp239 napi_value kdfAlgo = nullptr; in ExportKdfAlgo() local
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_utils.cpp321 const char *SqliteUtils::KdfAlgoDescription(int32_t kdfAlgo) in KdfAlgoDescription()
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_store_config.h216 int32_t kdfAlgo = KdfAlgo::KDF_SHA256; member
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/
H A Drdb_store_config.h121 int32_t kdfAlgo = KdfAlgo::KDF_SHA256; member