Home
last modified time | relevance | path

Searched defs:tagIv (Results 1 – 5 of 5) sorted by relevance

/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/
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 …]
/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/include/
Ddlp_file.h45 struct DlpCipherParam tagIv; member
/base/security/huks/test/reliability/src/
Dpressure_test.cpp589 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
Dapi_pressure_test.cpp116 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/
Ddlp_file_manager.cpp122 struct DlpCipherParam* tagIv = new (std::nothrow) struct DlpCipherParam; in PrepareDlpEncryptParms() local