Home
last modified time | relevance | path

Searched refs:ii (Results 1 – 25 of 102) sorted by relevance

12345

/base/security/huks/test/reliability/src/
Dapi_pressure_test.cpp468 void DeleteKeyTest(uint32_t ii);
482 void CipherScene(uint32_t ii);
483 void SignScene(uint32_t ii);
484 void AgreeScene(uint32_t ii);
584 void ApiPressureTest::DeleteKeyTest(uint32_t ii) in DeleteKeyTest() argument
590 std::string key = "KeyForThread" + std::to_string(ii); in DeleteKeyTest()
803 void ApiPressureTest::CipherScene(uint32_t ii) in CipherScene() argument
805 std::string key = "KeyForThread" + std::to_string(ii); in CipherScene()
848 void ApiPressureTest::SignScene(uint32_t ii) in SignScene() argument
850 std::string key = "KeyForThread" + std::to_string(ii); in SignScene()
[all …]
Dpressure_test.cpp116 for (uint32_t ii = 0; ii < TEST_FREQUENCY; ii++) { variable
139 for (uint32_t ii = 0; ii < TEST_FREQUENCY; ii++) { variable
158 for (uint32_t ii = 0; ii < TEST_FREQUENCY; ii++) { variable
178 for (uint32_t ii = 0; ii < TEST_FREQUENCY; ii++) { variable
239 for (uint32_t ii = 0; ii < TEST_FREQUENCY; ii++) { variable
282 for (uint32_t ii = 0; ii < TEST_FREQUENCY; ii++) { variable
307 for (uint32_t ii = 0; ii < TEST_FREQUENCY; ii++) { variable
366 for (uint32_t ii = 0; ii < TEST_FREQUENCY; ii++) { variable
417 for (uint32_t ii = 0; ii < TEST_FREQUENCY; ii++) { variable
438 for (uint32_t ii = 0; ii < TEST_FREQUENCY; ii++) { variable
[all …]
/base/security/huks/test/unittest/huks_standard_test/crypto_engine_test/src/
Dhks_crypto_hal_aes_decrypt.cpp327 for (uint32_t ii = 0; ii < keyLen; ii++) { in RunTestCase() local
328 … key.data[ii] = ReadHex((const uint8_t *)&testCaseParams.keyData[HKS_COUNT_OF_HALF * ii]); in RunTestCase()
339 for (uint32_t ii = 0; ii < inLen; ii++) { in RunTestCase() local
340 … message.data[ii] = ReadHex((const uint8_t *)&testCaseParams.hexData[HKS_COUNT_OF_HALF * ii]); in RunTestCase()
461 for (uint32_t ii = 0; ii < keyLen; ii++) { in GcmRunTestCase() local
462 … key.data[ii] = ReadHex((const uint8_t *)&testCaseParamsForGcm.keyData[HKS_COUNT_OF_HALF * ii]); in GcmRunTestCase()
468 for (uint32_t ii = 0; ii < inLen; ii++) { in GcmRunTestCase() local
469 …message.data[ii] = ReadHex((const uint8_t *)&testCaseParamsForGcm.hexData[HKS_COUNT_OF_HALF * ii]); in GcmRunTestCase()
476 for (uint32_t ii = 0; ii < tagDecSize; ii++) { in GcmRunTestCase() local
477 …tagDecBlob.data[ii] = ReadHex((const uint8_t *)&testCaseParamsForGcm.tagDec[HKS_COUNT_OF_HALF * ii in GcmRunTestCase()
Dhks_crypto_hal_rsa_decrypt.cpp478 for (uint32_t ii = 0; ii < keyLen; ii++) { in RunTestCase() local
479 … key.data[ii] = ReadHex((const uint8_t *)&testCaseParams.keyData[HKS_COUNT_OF_HALF * ii]); in RunTestCase()
487 for (uint32_t ii = 0; ii < inLen; ii++) { in RunTestCase() local
488 … message.data[ii] = ReadHex((const uint8_t *)&testCaseParams.hexData[HKS_COUNT_OF_HALF * ii]); in RunTestCase()
Dhks_crypto_hal_rsa_encrypt.cpp465 for (uint32_t ii = 0; ii < keyLen; ii++) { in RunTestCase() local
466 … key.data[ii] = ReadHex((const uint8_t *)&testCaseParams.keyData[HKS_COUNT_OF_HALF * ii]); in RunTestCase()
477 for (uint32_t ii = 0; ii < inLen; ii++) { in RunTestCase() local
478 … message.data[ii] = ReadHex((const uint8_t *)&testCaseParams.hexData[HKS_COUNT_OF_HALF * ii]); in RunTestCase()
Dhks_crypto_hal_dsa_sign.cpp105 for (uint32_t ii = 0; ii < dataLen; ii++) { in RunTestCase() local
106 message.data[ii] = ReadHex((const uint8_t *)&hexData[HKS_COUNT_OF_HALF * ii]); in RunTestCase()
Dhks_crypto_hal_hmac_hmac.cpp122 for (uint32_t ii = 0; ii < dataLen; ii++) { in RunTestCase() local
123 message.data[ii] = ReadHex((const uint8_t *)&hexData[HKS_COUNT_OF_HALF * ii]); in RunTestCase()
Dhks_crypto_hal_aes_encrypt.cpp401 for (uint32_t ii = 0; ii < keyLen; ii++) { in RunTestCase() local
402 … key.data[ii] = ReadHex((const uint8_t *)&testCaseParams.keyData[HKS_COUNT_OF_HALF * ii]); in RunTestCase()
412 for (uint32_t ii = 0; ii < inLen; ii++) { in RunTestCase() local
413 … message.data[ii] = ReadHex((const uint8_t *)&testCaseParams.hexData[HKS_COUNT_OF_HALF * ii]); in RunTestCase()
Dhks_crypto_hal_rsa_oaep_decrypt.cpp1276 for (uint32_t ii = 0; ii < keyLen; ii++) { in RunTestCase() local
1277 … key.data[ii] = ReadHex((const uint8_t *)&testCaseParams.keyData[HKS_COUNT_OF_HALF * ii]); in RunTestCase()
1285 for (uint32_t ii = 0; ii < inLen; ii++) { in RunTestCase() local
1286 … message.data[ii] = ReadHex((const uint8_t *)&testCaseParams.hexData[HKS_COUNT_OF_HALF * ii]); in RunTestCase()
Dhks_crypto_hal_rsa_oaep_encrypt.cpp1152 for (uint32_t ii = 0; ii < keyLen; ii++) { in RunTestCase() local
1153 … key.data[ii] = ReadHex((const uint8_t *)&testCaseParams.keyData[HKS_COUNT_OF_HALF * ii]); in RunTestCase()
1161 for (uint32_t ii = 0; ii < inLen; ii++) { in RunTestCase() local
1162 … message.data[ii] = ReadHex((const uint8_t *)&testCaseParams.hexData[HKS_COUNT_OF_HALF * ii]); in RunTestCase()
Dhks_crypto_hal_aes_cipher.cpp615 for (uint32_t ii = 0; ii < inLen; ii++) { in RunTestCaseThreeStage() local
616 … message.data[ii] = ReadHex((const uint8_t *)&testCaseParams.hexData[HKS_COUNT_OF_HALF * ii]); in RunTestCaseThreeStage()
710 for (uint32_t ii = 0; ii < inLen; ii++) { in RunTestCaseThreeStageGCM() local
711 … message.data[ii] = ReadHex((const uint8_t *)&testCaseParams.hexData[HKS_COUNT_OF_HALF * ii]); in RunTestCaseThreeStageGCM()
757 for (uint32_t ii = 0; ii < inLen; ii++) { in RunTestCase() local
758 … message.data[ii] = ReadHex((const uint8_t *)&testCaseParams.hexData[HKS_COUNT_OF_HALF * ii]); in RunTestCase()
Dhks_crypto_hal_ecdsa_sign.cpp519 for (uint32_t ii = 0; ii < dataLen; ii++) { in RunTestCase() local
520 message.data[ii] = ReadHex((const uint8_t *)&hexData[HKS_COUNT_OF_HALF * ii]); in RunTestCase()
Dhks_crypto_hal_api_mbedtls.cpp582 for (uint32_t ii = 0; ii < dataLen; ii++) { variable
583 message.data[ii] = ReadHex((const uint8_t *)&hexData[HKS_COUNT_OF_HALF * ii]);
Dhks_crypto_hal_rsa_cipher.cpp871 for (uint32_t ii = 0; ii < inLen; ii++) { in RunTestCase() local
872 … message.data[ii] = ReadHex((const uint8_t *)&testCaseParams.hexData[HKS_COUNT_OF_HALF * ii]); in RunTestCase()
Dhks_crypto_hal_rsa_sign.cpp1454 for (uint32_t ii = 0; ii < dataLen; ii++) { in RunTestCase() local
1455 … message.data[ii] = ReadHex((const uint8_t *)&testCaseParams.hexData[HKS_COUNT_OF_HALF * ii]); in RunTestCase()
/base/hiviewdfx/hiview/core/
Devent_server.cpp350 for (int ii = 0; ii < eventCount; ii++) { in Start() local
351 auto it = devs_.find(chkPollEvents[ii].data.fd); in Start()
/base/hiviewdfx/hilog_lite/frameworks/featured/
Dhiview_log.c246 for (ii = 0; ii < txtLen; ++ii) { \
259 for (ii = 0; ii < txtLen; ++ii) { \
284 for (ii = 0; ii < padLen; ++ii) { \
548 int ii = 0; in HiLogSecOutputS() local
1232 for (ii = 0; ii < formatAttr.precision - textLen; ++ii) { in HiLogSecOutputS()
/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/
Doutput_p.inl91 for (ii = 0; ii < txtLen; ++ii) { \
102 for (ii = 0; ii < txtLen; ++ii) { \
123 for (ii = 0; ii < padLen; ++ii) { \
156 int ii = 0; local
413 int ii = 0; local
1126 for (ii = 0; ii < formatAttr.precision - textLen; ++ii) {
/base/sensors/miscdevice/
DLICENSE21 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/base/update/update_app/
DLICENSE21 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/base/update/packaging_tools/
DLICENSE20 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/base/useriam/pin_auth/
DLICENSE21 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/base/security/huks/
DLICENSE21 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/base/powermgr/power_manager/
DLICENSE21 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/base/iothardware/peripheral/
DLICENSE21 otherwise, or (ii) ownership of fifty percent (50%) or more of the

12345