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,
173 …g_testAgreeParams[0].agreedKeyParams.blobSize, g_testAgreeParams[0].agreedKeyParams.blobDataExist,…
179 …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_modify_key_test.cpp117 inTextParams->blobSize, in ConstructDataToBlob()
124 outTextParams->blobSize, in ConstructDataToBlob()
176 decryptStruct->cipherParms->decryptedTextParams.blobSize, in DecryptCipher()
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.c115 srcDataParams->blobSize, in ConstructDataToBlob()
122 macDataParams->blobSize, in ConstructDataToBlob()
167 g_testMacParams[index].keyParams.blobSize, in BaseTestMac()
177 g_testMacParams[index].keyParams.blobSize, in BaseTestMac()
Dhks_hash_test.c112 g_testHashParams[0].srcDataParams.blobSize, in ExecHksHashTest001()
119 g_testHashParams[0].hashParams.blobSize, in ExecHksHashTest001()
Dhks_derive_test.c190 g_testDeriveParams[index].masterKeyParams.blobSize, in BaseTestDerive()
201 g_testDeriveParams[index].derivedKeyParams.blobSize, in BaseTestDerive()
Dhks_agreement_test.c145 g_testAgreeParams[0].agreedKeyParams.blobSize, in ExecHksAgreementTest001()
194 g_testAgreeParams[0].agreedKeyParams.blobSize, in ExecHksAgreementTest002()
Dhks_generate_random_test.c98 g_testGenRandomParams[0].randomParams.blobSize, in ExecHksGenerateRandomTest001()
Dhks_delete_test.c64 g_testKeyExistParams[0].keyAliasParams.blobSize, in ExecHksDeleteTest001()
Dhks_modify_key_test.c149 inTextParams->blobSize, in ConstructDataToBlob()
156 outTextParams->blobSize, in ConstructDataToBlob()
208 decryptStruct->cipherParms->decryptedTextParams.blobSize, in DecryptCipher()
Dhks_exist_test.c69 g_testKeyExistParams[0].keyAliasParams.blobSize, in ExecHksExistTest001()
Dhks_generate_key_test.c113 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 GenerateKey()
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.c415 inTextParams->blobSize, in ConstructDataToBlob()
422 outTextParams->blobSize, in ConstructDataToBlob()
486 decryptStruct->cipherParms->decryptedTextParams.blobSize, in DecryptCipher()
656 g_testEncryptParams[index].encryptAliasParams.blobSize, in BaseTestEncrypt()
708 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,