Searched refs:GetAeskey (Results 1 – 5 of 5) sorted by relevance
116 uint8_t* GetAeskey() const;
212 uint8_t* PermissionPolicy::GetAeskey() const in GetAeskey() function in OHOS::Security::DlpPermission::PermissionPolicy
98 if (!(out.WriteBuffer(this->policyParams_.GetAeskey(), this->policyParams_.GetAeskeyLen()))) { in MarshallingKey()
284 struct DlpBlob key = {.size = policy.GetAeskeyLen(), .data = policy.GetAeskey()}; in ParseDlpFileFormat()
275 … int32_t res = ByteToHexString(policy.GetAeskey(), policy.GetAeskeyLen(), keyHex.get(), keyHexLen); in SerializeDlpPermission()