Searched defs:tagIv (Results 1 – 5 of 5) sorted by relevance
/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/ |
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 …]
|
/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/include/ |
D | dlp_file.h | 45 struct DlpCipherParam tagIv; member
|
/base/security/huks/test/reliability/src/ |
D | pressure_test.cpp | 589 struct HksParam tagIv = { .tag = HKS_TAG_IV, .blob = { .size = IV_SIZE, .data = iv } }; variable 645 struct HksParam tagIv = { .tag = HKS_TAG_IV, .blob = { .size = IV_SIZE, .data = iv } }; variable 1054 struct HksParam tagIv = { .tag = HKS_TAG_IV, .blob = { .size = IV_SIZE, .data = iv } }; variable 1114 struct HksParam tagIv = { .tag = HKS_TAG_IV, .blob = { .size = IV_SIZE, .data = iv } }; variable
|
D | api_pressure_test.cpp | 116 struct HksParam tagIv; in AESModeRandForCiper() local 1298 struct HksParam tagIv = { .tag = HKS_TAG_IV, .blob = { .size = IV_SIZE, .data = iv } }; variable 1339 struct HksParam tagIv = { .tag = HKS_TAG_IV, .blob = { .size = IV_SIZE, .data = iv } }; variable
|
/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/src/ |
D | dlp_file_manager.cpp | 122 struct DlpCipherParam* tagIv = new (std::nothrow) struct DlpCipherParam; in PrepareDlpEncryptParms() local
|