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 D | dlp_crypt_test.cpp | 107 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 D | dlp_file_manager_test.cpp | 679 DlpCipherParam* tagIv; variable
|
/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() local
|
/ohos5.0/base/security/huks/test/reliability/src/ |
H A D | pressure_test.cpp | 564 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 D | api_pressure_test.cpp | 125 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 D | dlp_file.h | 45 struct DlpCipherParam tagIv; member
|