Searched refs:DlpCipherParam (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/ |
H A D | dlp_crypt_test.cpp | 107 struct DlpCipherParam tagIv = {{16, g_iv}}; 150 struct DlpCipherParam tagIv = {{16, g_iv}}; 171 struct DlpCipherParam tagIv = {{16, g_iv}}; 192 struct DlpCipherParam tagIv = {{16, g_iv}}; 235 struct DlpCipherParam tagIv = {{16, g_iv}}; 256 struct DlpCipherParam tagIv = {{16, g_iv}}; 278 struct DlpCipherParam tagIv = {{16, g_iv}}; 295 struct DlpCipherParam tagIv = {{16, g_iv}}; 332 struct DlpCipherParam tagIv = {{16, g_iv}}; 399 struct DlpCipherParam tagIv = {{16, g_iv}}; [all …]
|
H A D | dlp_file_test.cpp | 65 struct DlpCipherParam param; in initDlpFileCiper() 166 struct DlpCipherParam algParam; 455 struct DlpCipherParam algParam; 491 struct DlpCipherParam algParam; 527 struct DlpCipherParam algParam; 961 struct DlpCipherParam param = { 994 struct DlpCipherParam param = { 1116 struct DlpCipherParam param = { 1144 struct DlpCipherParam param = { 1171 struct DlpCipherParam param = { [all …]
|
H A D | dlp_file_manager_test.cpp | 409 spec.algParam = new (std::nothrow) struct DlpCipherParam; 679 DlpCipherParam* tagIv; 689 tagIv = new (std::nothrow) struct DlpCipherParam;
|
H A D | dlp_zip_test.cpp | 52 struct DlpCipherParam param; in initDlpFileCiper()
|
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/include/ |
H A D | dlp_crypt.h | 67 struct DlpCipherParam { struct 73 struct DlpCipherParam* algParam; argument
|
H A D | dlp_file_manager.h | 60 …void CleanTempBlob(struct DlpBlob& key, struct DlpCipherParam** tagIv, struct DlpBlob& hmacKey) co…
|
H A D | dlp_file.h | 45 struct DlpCipherParam tagIv;
|
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/src/ |
H A D | dlp_file_manager.cpp | 153 void DlpFileManager::CleanTempBlob(struct DlpBlob& key, struct DlpCipherParam** tagIv, struct DlpBl… in CleanTempBlob() 181 struct DlpCipherParam* tagIv = new (std::nothrow) struct DlpCipherParam; in PrepareDlpEncryptParms() 285 struct DlpCipherParam param = {.iv = {.size = policy.GetIvLen(), .data = policy.GetIv()}}; in ParseDlpFileFormat()
|
H A D | dlp_crypt.cpp | 124 struct DlpCipherParam* cipherParam = usageSpec->algParam; in OpensslAesCipherInit() 197 const struct DlpCipherParam* cipherParam, bool isEncrypt) in OpensslAesCipherCryptInitParams() 223 …struct DlpCipherParam* cipherParam = reinterpret_cast<struct DlpCipherParam*>(usageSpec->algParam); in OpensslAesCipherCryptInit()
|
H A D | dlp_file.cpp | 860 spec.algParam = new (std::nothrow) struct DlpCipherParam; in DupUsageSpec()
|