Home
last modified time | relevance | path

Searched defs:hmacKey (Results 1 – 12 of 12) sorted by relevance

/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/
Ddlp_file_manager_test.cpp203 struct DlpBlob hmacKey; variable
427 struct DlpBlob hmacKey = { variable
733 DlpBlob hmacKey; variable
Ddlp_file_test.cpp75 struct DlpBlob hmacKey = { in initDlpFileCiper() local
116 struct DlpBlob hmacKey = { in initDlpFileCiper() local
184 struct DlpBlob hmacKey = { variable
480 struct DlpBlob hmacKey = { variable
512 struct DlpBlob hmacKey = { variable
548 struct DlpBlob hmacKey = { variable
583 struct DlpBlob hmacKey = { variable
Ddlp_zip_test.cpp61 struct DlpBlob hmacKey = { in initDlpFileCiper() local
/base/security/dlp_permission_service/frameworks/dlp_permission/src/
Ddlp_policy_parcel.cpp216 const uint8_t* hmacKey = nullptr; in ReadKey() local
/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/src/
Ddlp_file_manager.cpp277 struct DlpBlob hmacKey; in SetDlpFileParams() local
593 struct DlpBlob hmacKey = {.size = policy.GetHmacKeyLen(), .data = policy.GetHmacKey()}; in OpenRawDlpFile() local
633 struct DlpBlob hmacKey = {.size = policy.GetHmacKeyLen(), .data = policy.GetHmacKey()}; in ParseZipDlpFileAndAddNode() local
Ddlp_file.cpp222 …etCipher(const struct DlpBlob& key, const struct DlpUsageSpec& spec, const struct DlpBlob& hmacKey) in SetCipher()
Ddlp_file_operator.cpp278 struct DlpBlob hmacKey = {.size = policy.GetHmacKeyLen(), .data = policy.GetHmacKey()}; in EnterpriseSpaceParseDlpFileFormat() local
/base/security/dlp_permission_service/services/dlp_permission/sa/test/unittest/src/
Ddlp_permission_serializer_test.cpp107 …char hmacKey[HMACKEY_STR_LEN] = "1234567890123456789012345678901234567890123456789012345678901234"; variable
Ddlp_permission_service_test.cpp186 uint8_t* hmacKey = GenerateRandArray(param.hmacKeyLen); in GeneratePolicy() local
/base/security/device_auth/services/protocol/inc/pake_protocol/
Dpake_defs.h62 Uint8Buff hmacKey; member
/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/include/
Ddlp_file.h45 struct DlpBlob hmacKey; member
/base/security/dlp_permission_service/services/dlp_permission/sa/sa_common/
Ddlp_permission_serializer.cpp540 uint8_t* hmacKey = nullptr; in DeserializeFileEncJson() local