Home
last modified time | relevance | path

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

/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/
H A Ddlp_file_manager_test.cpp192 struct DlpBlob hmacKey; variable
400 struct DlpBlob hmacKey = { variable
680 DlpBlob hmacKey; variable
H A Ddlp_zip_test.cpp61 struct DlpBlob hmacKey = { in initDlpFileCiper() local
H A Ddlp_file_test.cpp74 struct DlpBlob hmacKey = { in initDlpFileCiper() local
139 struct DlpBlob hmacKey = { variable
431 struct DlpBlob hmacKey = { variable
463 struct DlpBlob hmacKey = { variable
499 struct DlpBlob hmacKey = { variable
534 struct DlpBlob hmacKey = { variable
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/adaptor/src/
H A Dadaptor_algorithm.c217 const Buffer *hmacKey, const Buffer *data, Buffer *hmac) in IamHmac()
235 int32_t HmacSha256(const Buffer *hmacKey, const Buffer *data, Buffer **hmac) in HmacSha256()
256 int32_t HmacSha512(const Buffer *hmacKey, const Buffer *data, Buffer **hmac) in HmacSha512()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/adaptor/src/
H A Dadaptor_algorithm.c225 IAM_STATIC int32_t IamHmac(const EVP_MD *alg, const Buffer *hmacKey, const Buffer *data, Buffer *hm… in IamHmac()
243 int32_t HmacSha256(const Buffer *hmacKey, const Buffer *data, Buffer **hmac) in HmacSha256()
/ohos5.0/base/security/dlp_permission_service/frameworks/dlp_permission/src/
H A Ddlp_policy_parcel.cpp164 const uint8_t* hmacKey = nullptr; in ReadKey() local
/ohos5.0/drivers/peripheral/user_auth/test/unittest/base_test/src/
H A Dadaptor_algorithm_test.cpp153 Buffer *hmacKey = nullptr; variable
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/src/
H A Ddlp_file_manager.cpp287 struct DlpBlob hmacKey = {.size = policy.GetHmacKeyLen(), .data = policy.GetHmacKey()}; in ParseDlpFileFormat() local
328 struct DlpBlob hmacKey; in SetDlpFileParams() local
H A Ddlp_file.cpp284 …etCipher(const struct DlpBlob& key, const struct DlpUsageSpec& spec, const struct DlpBlob& hmacKey) in SetCipher()
/ohos5.0/base/security/dlp_permission_service/services/dlp_permission/sa/test/unittest/src/
H A Ddlp_permission_serializer_test.cpp105 …char hmacKey[HMACKEY_STR_LEN] = "1234567890123456789012345678901234567890123456789012345678901234"; variable
H A Ddlp_permission_service_test.cpp185 uint8_t* hmacKey = GenerateRandArray(param.hmacKeyLen); in GeneratePolicy() local
/ohos5.0/base/security/device_auth/services/protocol/inc/pake_protocol/
H A Dpake_defs.h62 Uint8Buff hmacKey; member
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/include/
H A Ddlp_file.h47 struct DlpBlob hmacKey; member
/ohos5.0/base/security/dlp_permission_service/services/dlp_permission/sa/sa_common/
H A Ddlp_permission_serializer.cpp445 uint8_t* hmacKey = nullptr; in DeserializeFileEncJson() local