Home
last modified time | relevance | path

Searched refs:blobSize (Results 1 – 23 of 23) sorted by relevance

/test/xts/acts/security_lite/huks/liteos_a_adapter/
Dhks_bn_exp_mod_test.cpp111 g_testBnExpModParams[0].xParams.blobSize, g_testBnExpModParams[0].xParams.blobDataExist,
116 … g_testBnExpModParams[0].aParams.blobSize, g_testBnExpModParams[0].aParams.blobDataExist,
121 g_testBnExpModParams[0].eParams.blobSize, g_testBnExpModParams[0].eParams.blobDataExist,
126 g_testBnExpModParams[0].nParams.blobSize, g_testBnExpModParams[0].nParams.blobDataExist,
Dhks_mac_test.cpp88 srcDataParams->blobSize, in ConstructDataToBlob()
95 macDataParams->blobSize, in ConstructDataToBlob()
140 g_testMacParams[index].keyParams.blobSize, in BaseTestMac()
150 g_testMacParams[index].keyParams.blobSize, in BaseTestMac()
Dhks_hash_test.cpp89 g_testHashParams[0].srcDataParams.blobSize,
96 g_testHashParams[0].hashParams.blobSize,
Dhks_agreement_test.cpp120 g_testAgreeParams[0].agreedKeyParams.blobSize,
172 …g_testAgreeParams[0].agreedKeyParams.blobSize, g_testAgreeParams[0].agreedKeyParams.blobDataExist,…
178 …g_testAgreeParams[0].agreedKeyParams.blobSize, g_testAgreeParams[0].agreedKeyParams.blobDataExist,…
Dhks_generate_random_test.cpp73 g_testGenRandomParams[0].randomParams.blobSize,
Dhks_delete_test.cpp77 g_testKeyExistParams[0].keyAliasParams.blobSize,
Dhks_derive_test.cpp162 g_testDeriveParams[index].masterKeyParams.blobSize, in BaseTestDerive()
173 g_testDeriveParams[index].derivedKeyParams.blobSize, in BaseTestDerive()
Dhks_exist_test.cpp80 g_testKeyExistParams[0].keyAliasParams.blobSize,
Dhks_generate_key_test.cpp87 g_testGenKeyParams[index].keyAliasParams.blobSize,
/test/xts/acts/security_lite/huks/liteos_m_adapter/
Dhks_bn_exp_mod_test.c138 g_testBnExpModParams[0].xParams.blobSize, g_testBnExpModParams[0].xParams.blobDataExist, in LITE_TEST_CASE()
143 … g_testBnExpModParams[0].aParams.blobSize, g_testBnExpModParams[0].aParams.blobDataExist, in LITE_TEST_CASE()
148 g_testBnExpModParams[0].eParams.blobSize, g_testBnExpModParams[0].eParams.blobDataExist, in LITE_TEST_CASE()
153 g_testBnExpModParams[0].nParams.blobSize, g_testBnExpModParams[0].nParams.blobDataExist, in LITE_TEST_CASE()
Dhks_mac_test.c260 srcDataParams->blobSize, in ConstructDataToBlob()
267 macDataParams->blobSize, in ConstructDataToBlob()
312 g_testMacParams[index].keyParams.blobSize, in BaseTestMac()
322 g_testMacParams[index].keyParams.blobSize, in BaseTestMac()
Dhks_hash_test.c124 g_testHashParams[index].srcDataParams.blobSize, in ExecHksHashTestCommon()
131 g_testHashParams[index].hashParams.blobSize, in ExecHksHashTestCommon()
Dhks_agreement_test.c144 g_testAgreeParams[0].agreedKeyParams.blobSize, in ExecHksAgreementTest001()
193 g_testAgreeParams[0].agreedKeyParams.blobSize, in ExecHksAgreementTest002()
Dhks_generate_random_test.c98 g_testGenRandomParams[0].randomParams.blobSize, in ExecHksGenerateRandomTest001()
Dhks_delete_test.c66 g_testKeyExistParams[0].keyAliasParams.blobSize, in ExecHksDeleteTest001()
Dhks_exist_test.c73 g_testKeyExistParams[0].keyAliasParams.blobSize, in ExecHksExistTest001()
Dhks_derive_test.c215 g_testDeriveParams[index].masterKeyParams.blobSize, in BaseTestDerive()
226 g_testDeriveParams[index].derivedKeyParams.blobSize, in BaseTestDerive()
Dhks_generate_key_test.c112 g_testGenKeyParams[index].keyAliasParams.blobSize, in ExecHksGenerateKeyTest001()
/test/xts/acts/security_lite/huks/common/
Dhks_test_common.c41 int32_t TestConstuctBlob(struct HksBlob **blob, bool blobExist, uint32_t blobSize, bool blobDataExi… in TestConstuctBlob() argument
91 (*blob)->size = blobSize; in TestConstuctBlob()
560 keyAliasParams->blobSize, in HuksGenerateKey()
598 localKeyParams->blobSize, in GenerateLocalRandomKey()
607 uint32_t blobSize, in TestConstructBlobOut() argument
634 (*blob)->size = blobSize; in TestConstructBlobOut()
645 localPrivateKeyParams->blobSize, in GenerateLocalX25519Key()
654 localPublicKeyParams->blobSize, in GenerateLocalX25519Key()
712 genKeyParam.keyAliasParams.blobSize, in TestGenDefaultKeyAndGetAlias()
Dhks_test_cipher.c461 inTextParams->blobSize, in ConstructDataToBlob()
468 outTextParams->blobSize, in ConstructDataToBlob()
532 decryptStruct->cipherParms->decryptedTextParams.blobSize, in DecryptCipher()
702 g_testEncryptParams[index].encryptAliasParams.blobSize, in BaseTestEncrypt()
754 g_testDecryptParams[index].decryptAliasParams.blobSize, in BaseTestDecrypt()
/test/xts/acts/security_lite/huks/common/include/
Dhks_test_common.h53 uint32_t blobSize; /* blob->size value */ member
387 uint32_t blobSize,
423 uint32_t blobSize,
/test/xts/acts/security/huks_napi_BasicTest/include/
Dhuks_three_stage_test_common.h73 const uint32_t blobSize);
/test/xts/acts/security/huks_napi_BasicTest/src/
Dhuks_three_stage_test_common.cpp312 const uint32_t blobSize) in MallocAndCheckBlobData() argument
317 blob->data = (uint8_t *)HksMalloc(blobSize); in MallocAndCheckBlobData()