Home
last modified time | relevance | path

Searched defs:tagIv (Results 1 – 6 of 6) 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}}; variable
150 struct DlpCipherParam tagIv = {{16, g_iv}}; variable
171 struct DlpCipherParam tagIv = {{16, g_iv}}; variable
192 struct DlpCipherParam tagIv = {{16, g_iv}}; variable
235 struct DlpCipherParam tagIv = {{16, g_iv}}; variable
256 struct DlpCipherParam tagIv = {{16, g_iv}}; variable
278 struct DlpCipherParam tagIv = {{16, g_iv}}; variable
295 struct DlpCipherParam tagIv = {{16, g_iv}}; variable
332 struct DlpCipherParam tagIv = {{16, g_iv}}; variable
399 struct DlpCipherParam tagIv = {{16, g_iv}}; variable
[all …]
H A Ddlp_file_manager_test.cpp679 DlpCipherParam* tagIv; variable
/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() local
/ohos5.0/base/security/huks/test/reliability/src/
H A Dpressure_test.cpp564 struct HksParam tagIv = { .tag = HKS_TAG_IV, .blob = { .size = IV_SIZE, .data = iv } }; variable
621 struct HksParam tagIv = { .tag = HKS_TAG_IV, .blob = { .size = IV_SIZE, .data = iv } }; variable
1032 struct HksParam tagIv = { .tag = HKS_TAG_IV, .blob = { .size = IV_SIZE, .data = iv } }; variable
1092 struct HksParam tagIv = { .tag = HKS_TAG_IV, .blob = { .size = IV_SIZE, .data = iv } }; variable
H A Dapi_pressure_test.cpp125 struct HksParam tagIv; in AESModeRandForCiper() local
1273 struct HksParam tagIv = { .tag = HKS_TAG_IV, .blob = { .size = IV_SIZE, .data = iv } }; variable
1316 struct HksParam tagIv = { .tag = HKS_TAG_IV, .blob = { .size = IV_SIZE, .data = iv } }; variable
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/include/
H A Ddlp_file.h45 struct DlpCipherParam tagIv; member