Home
last modified time | relevance | path

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 Ddlp_crypt_test.cpp107 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 Ddlp_file_test.cpp65 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 Ddlp_file_manager_test.cpp409 spec.algParam = new (std::nothrow) struct DlpCipherParam;
679 DlpCipherParam* tagIv;
689 tagIv = new (std::nothrow) struct DlpCipherParam;
H A Ddlp_zip_test.cpp52 struct DlpCipherParam param; in initDlpFileCiper()
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/include/
H A Ddlp_crypt.h67 struct DlpCipherParam { struct
73 struct DlpCipherParam* algParam; argument
H A Ddlp_file_manager.h60 …void CleanTempBlob(struct DlpBlob& key, struct DlpCipherParam** tagIv, struct DlpBlob& hmacKey) co…
H A Ddlp_file.h45 struct DlpCipherParam tagIv;
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/src/
H A Ddlp_file_manager.cpp153 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 Ddlp_crypt.cpp124 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 Ddlp_file.cpp860 spec.algParam = new (std::nothrow) struct DlpCipherParam; in DupUsageSpec()