Home
last modified time | relevance | path

Searched refs:ii (Results 1 - 18 of 18) sorted by relevance

/base/security/huks/test/unittest/huks_standard_test/crypto_engine_test/src/
H A Dhks_crypto_hal_sm3_cipher.cpp92 for (uint32_t ii = 0; ii < dataLen; ii++) { in HWTEST_F()
93 message.data[ii] = ReadHex((const uint8_t *)&hexData[HKS_COUNT_OF_HALF * ii]); in HWTEST_F()
114 for (uint32_t ii = 0; ii < dataLen; ii++) { in HWTEST_F()
115 message.data[ii] = ReadHex((const uint8_t *)&hexData[HKS_COUNT_OF_HALF * ii]); in HWTEST_F()
[all...]
H A Dhks_crypto_hal_aes_decrypt.cpp334 for (uint32_t ii = 0; ii < keyLen; ii++) { in RunTestCase()
335 key.data[ii] = ReadHex((const uint8_t *)&testCaseParams.keyData[HKS_COUNT_OF_HALF * ii]); in RunTestCase()
346 for (uint32_t ii = 0; ii < inLen; ii++) { in RunTestCase()
347 message.data[ii] = ReadHex((const uint8_t *)&testCaseParams.hexData[HKS_COUNT_OF_HALF * ii]); in RunTestCase()
[all...]
H A Dhks_crypto_hal_rsa_decrypt.cpp322 for (uint32_t ii = 0; ii < keyLenTest; ii++) { in RunTestCase()
323 key.data[ii] = ReadHex((const uint8_t *)&testCaseParams.keyData[HKS_COUNT_OF_HALF * ii]); in RunTestCase()
331 for (uint32_t ii = 0; ii < inLen; ii++) { in RunTestCase()
332 message.data[ii] = ReadHex((const uint8_t *)&testCaseParams.hexData[HKS_COUNT_OF_HALF * ii]); in RunTestCase()
[all...]
H A Dhks_crypto_hal_rsa_encrypt.cpp311 for (uint32_t ii = 0; ii < keyLen; ii++) { in RunTestCase()
312 key.data[ii] = ReadHex((const uint8_t *)&testCaseParams.keyData[HKS_COUNT_OF_HALF * ii]); in RunTestCase()
323 for (uint32_t ii = 0; ii < inLen; ii++) { in RunTestCase()
324 message.data[ii] = ReadHex((const uint8_t *)&testCaseParams.hexData[HKS_COUNT_OF_HALF * ii]); in RunTestCase()
[all...]
H A Dhks_crypto_hal_dsa_sign.cpp106 for (uint32_t ii = 0; ii < dataLen; ii++) { in RunTestCase()
107 message.data[ii] = ReadHex((const uint8_t *)&hexData[HKS_COUNT_OF_HALF * ii]); in RunTestCase()
H A Dhks_crypto_hal_hmac_hmac.cpp126 for (uint32_t ii = 0; ii < dataLen; ii++) { in RunTestCase()
127 message.data[ii] = ReadHex((const uint8_t *)&hexData[HKS_COUNT_OF_HALF * ii]); in RunTestCase()
H A Dhks_crypto_hal_aes_encrypt.cpp408 for (uint32_t ii = 0; ii < keyLen; ii++) { in RunTestCase()
409 key.data[ii] = ReadHex((const uint8_t *)&testCaseParams.keyData[HKS_COUNT_OF_HALF * ii]); in RunTestCase()
419 for (uint32_t ii = 0; ii < inLen; ii++) { in RunTestCase()
420 message.data[ii] = ReadHex((const uint8_t *)&testCaseParams.hexData[HKS_COUNT_OF_HALF * ii]); in RunTestCase()
[all...]
H A Dhks_crypto_hal_rsa_oaep_decrypt.cpp785 for (uint32_t ii = 0; ii < keyLen; ii++) { in RunTestCase()
786 key.data[ii] = ReadHex((const uint8_t *)&testCaseParams.keyData[HKS_COUNT_OF_HALF * ii]); in RunTestCase()
794 for (uint32_t ii = 0; ii < inLen; ii++) { in RunTestCase()
795 message.data[ii] = ReadHex((const uint8_t *)&testCaseParams.hexData[HKS_COUNT_OF_HALF * ii]); in RunTestCase()
[all...]
H A Dhks_crypto_hal_rsa_oaep_encrypt.cpp659 for (uint32_t ii = 0; ii < keyLen; ii++) { in RunTestCase()
660 key.data[ii] = ReadHex((const uint8_t *)&testCaseParams.keyData[HKS_COUNT_OF_HALF * ii]); in RunTestCase()
668 for (uint32_t ii = 0; ii < inLen; ii++) { in RunTestCase()
669 message.data[ii] = ReadHex((const uint8_t *)&testCaseParams.hexData[HKS_COUNT_OF_HALF * ii]); in RunTestCase()
[all...]
H A Dhks_crypto_hal_aes_cipher.cpp622 for (uint32_t ii = 0; ii < inLen; ii++) { in RunTestCaseThreeStage()
623 message.data[ii] = ReadHex((const uint8_t *)&testCaseParams.hexData[HKS_COUNT_OF_HALF * ii]); in RunTestCaseThreeStage()
717 for (uint32_t ii = 0; ii < inLen; ii++) { in RunTestCaseThreeStageGCM()
718 message.data[ii] = ReadHex((const uint8_t *)&testCaseParams.hexData[HKS_COUNT_OF_HALF * ii]); in RunTestCaseThreeStageGCM()
[all...]
H A Dhks_crypto_hal_api_mbedtls.cpp583 for (uint32_t ii = 0; ii < dataLen; ii++) { in HWTEST_F()
584 message.data[ii] = ReadHex((const uint8_t *)&hexData[HKS_COUNT_OF_HALF * ii]); in HWTEST_F()
H A Dhks_crypto_hal_ecdsa_sign.cpp525 for (uint32_t ii = 0; ii < dataLen; ii++) { in RunTestCase()
526 message.data[ii] = ReadHex((const uint8_t *)&hexData[HKS_COUNT_OF_HALF * ii]); in RunTestCase()
H A Dhks_crypto_hal_rsa_cipher.cpp884 for (uint32_t ii = 0; ii < inLen; ii++) { in RunTestCase()
885 message.data[ii] = ReadHex((const uint8_t *)&testCaseParams.hexData[HKS_COUNT_OF_HALF * ii]); in RunTestCase()
H A Dhks_crypto_hal_rsa_sign.cpp1472 for (uint32_t ii = 0; ii < dataLen; ii++) { in RunTestCase()
1473 message.data[ii] = ReadHex((const uint8_t *)&testCaseParams.hexData[HKS_COUNT_OF_HALF * ii]); in RunTestCase()
/base/security/huks/test/reliability/src/
H A Dapi_pressure_test.cpp477 void DeleteKeyTest(uint32_t ii);
491 void CipherScene(uint32_t ii);
492 void SignScene(uint32_t ii);
493 void AgreeScene(uint32_t ii);
587 void ApiPressureTest::DeleteKeyTest(uint32_t ii) in DeleteKeyTest() argument
593 std::string key = "KeyForThread" + std::to_string(ii); in DeleteKeyTest()
800 void ApiPressureTest::CipherScene(uint32_t ii) in CipherScene() argument
802 std::string key = "KeyForThread" + std::to_string(ii); in CipherScene()
845 void ApiPressureTest::SignScene(uint32_t ii) in SignScene() argument
847 std::string key = "KeyForThread" + std::to_string(ii); in SignScene()
878 AgreeScene(uint32_t ii) AgreeScene() argument
[all...]
H A Dpressure_test.cpp125 for (uint32_t ii = 0; ii < TEST_FREQUENCY; ii++) { in HWTEST_F()
148 for (uint32_t ii = 0; ii < TEST_FREQUENCY; ii++) { in HWTEST_F()
167 for (uint32_t ii = 0; ii < TEST_FREQUENCY; ii++) { in HWTEST_F()
187 for (uint32_t ii in HWTEST_F()
[all...]
/base/hiviewdfx/hilog_lite/frameworks/featured/
H A 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 in HiLogSecOutputS() local
[all...]
/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Devent_server.cpp406 for (int ii = 0; ii < eventCount; ii++) { in Start()
407 auto it = devs_.find(chkPollEvents[ii].data.fd); in Start()

Completed in 18 milliseconds