Searched refs:SetCipher (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/ |
H A D | dlp_zip_test.cpp | 66 testFile.SetCipher(key, spec, hmacKey); in initDlpFileCiper()
|
H A D | dlp_file_test.cpp | 82 testFile.SetCipher(key, spec, hmacKey); in initDlpFileCiper() 436 ASSERT_EQ(DLP_PARSE_ERROR_VALUE_INVALID, testFile.SetCipher(key, spec, hmacKey)); 471 EXPECT_EQ(DLP_PARSE_ERROR_MEMORY_OPERATE_FAIL, testFile.SetCipher(key, spec, hmacKey)); 507 EXPECT_EQ(DLP_PARSE_ERROR_MEMORY_OPERATE_FAIL, testFile.SetCipher(key, spec, hmacKey)); 540 ASSERT_EQ(DLP_OK, testFile.SetCipher(key, spec, hmacKey));
|
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/src/ |
H A D | dlp_file_manager.cpp | 288 result = filePtr->SetCipher(key, usage, hmacKey); in ParseDlpFileFormat() 335 result = filePtr->SetCipher(key, usage, hmacKey); in SetDlpFileParams()
|
H A D | dlp_file.cpp | 284 int32_t DlpFile::SetCipher(const struct DlpBlob& key, const struct DlpUsageSpec& spec, const struct… in SetCipher() function in OHOS::Security::DlpPermission::DlpFile
|
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/include/ |
H A D | dlp_file.h | 149 …int32_t SetCipher(const struct DlpBlob& key, const struct DlpUsageSpec& spec, const struct DlpBlob…
|