Home
last modified time | relevance | path

Searched refs:cipherType_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelationaldb_properties.cpp24 cipherType_(), in RelationalDBProperties()
45 cipherType_ = cipherType; in SetCipherArgs()
57 return cipherType_; in GetCipherType()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dkvdb_properties.cpp42 : cipherType_(CipherType::AES_256_GCM) in KvDBProperties()
63 type = cipherType_; in GetPassword()
69 cipherType_ = type; in SetPassword()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Drelationaldb_properties.h50 CipherType cipherType_; variable
H A Dkvdb_properties.h83 CipherType cipherType_;