Home
last modified time | relevance | path

Searched refs:HmacAlgo (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_utils.cpp308 HmacAlgo hmacEnum = static_cast<HmacAlgo>(hmacAlgo); in HmacAlgoDescription()
310 case HmacAlgo::SHA1: in HmacAlgoDescription()
312 case HmacAlgo::SHA256: in HmacAlgoDescription()
314 case HmacAlgo::SHA512: in HmacAlgoDescription()
/ohos5.0/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/
H A DRdbstoreEncryptionJsunit.test.js55 hmacAlgo: data_relationalStore.HmacAlgo.SHA256,
69 hmacAlgo: data_relationalStore.HmacAlgo.SHA512,
442 hmacAlgo: data_relationalStore.HmacAlgo.SHA512,
472 hmacAlgo: data_relationalStore.HmacAlgo.SHA512,
502 hmacAlgo: data_relationalStore.HmacAlgo.SHA512,
532 hmacAlgo: data_relationalStore.HmacAlgo.SHA512,
656 hmacAlgo: data_relationalStore.HmacAlgo.SHA512,
714 hmacAlgo: data_relationalStore.HmacAlgo.SHA512,
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H A Dnapi_rdb_js_utils.h48 using HmacAlgo = NativeRdb::HmacAlgo; variable
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_const_properties.cpp230 SET_NAPI_PROPERTY(hmacAlgo, "SHA1", int32_t(NativeRdb::HmacAlgo::SHA1)); in ExportHmacAlgo()
231 SET_NAPI_PROPERTY(hmacAlgo, "SHA256", int32_t(NativeRdb::HmacAlgo::SHA256)); in ExportHmacAlgo()
232 SET_NAPI_PROPERTY(hmacAlgo, "SHA512", int32_t(NativeRdb::HmacAlgo::SHA512)); in ExportHmacAlgo()
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/
H A Drdb_store_config.h89 enum HmacAlgo : int32_t { enum
120 int32_t hmacAlgo = HmacAlgo::SHA256;
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_store_config.h164 enum HmacAlgo : int32_t { enum
215 int32_t hmacAlgo = HmacAlgo::SHA256;
/ohos5.0/docs/zh-cn/application-dev/database/
H A Ddata-encryption.md119 hmacAlgo: relationalStore.HmacAlgo.SHA256, // 可选参数,HMAC算法。如不指定,默认值为SHA256。
/ohos5.0/docs/en/application-dev/database/
H A Ddata-encryption.md119 …hmacAlgo: relationalStore.HmacAlgo.SHA256, // (Optional) HMAC algorithm. If this parameter is no…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/
H A Djs-apis-data-relationalStore.md598 | hmacAlgo | [HmacAlgo](#hmacalgo14) | 否 | 指定数据库加解密使用的HMAC算法。如不指定,默认值为SHA256。 |
613 ## HmacAlgo<sup>14+</sup>
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/
H A Djs-apis-data-relationalStore.md593 | hmacAlgo | [HmacAlgo](#hmacalgo14) | No| HMAC algorithm used for database encryption and decrypti…
608 ## HmacAlgo<sup>14+</sup>