/test/xts/acts/security_lite/huks/liteos_a_adapter/ |
D | hks_bn_exp_mod_test.cpp | 111 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,
|
D | hks_mac_test.cpp | 89 srcDataParams->blobDataExist, in ConstructDataToBlob() 96 macDataParams->blobDataExist, in ConstructDataToBlob() 141 g_testMacParams[index].keyParams.blobDataExist, in BaseTestMac() 151 g_testMacParams[index].keyParams.blobDataExist, in BaseTestMac()
|
D | hks_hash_test.cpp | 90 g_testHashParams[0].srcDataParams.blobDataExist, 97 g_testHashParams[0].hashParams.blobDataExist,
|
D | hks_agreement_test.cpp | 121 g_testAgreeParams[0].agreedKeyParams.blobDataExist, 172 …_testAgreeParams[0].agreedKeyParams.blobSize, g_testAgreeParams[0].agreedKeyParams.blobDataExist, \ 178 …_testAgreeParams[0].agreedKeyParams.blobSize, g_testAgreeParams[0].agreedKeyParams.blobDataExist, \
|
D | hks_generate_random_test.cpp | 74 g_testGenRandomParams[0].randomParams.blobDataExist,
|
D | hks_delete_test.cpp | 78 g_testKeyExistParams[0].keyAliasParams.blobDataExist,
|
D | hks_derive_test.cpp | 163 g_testDeriveParams[index].masterKeyParams.blobDataExist, in BaseTestDerive() 174 g_testDeriveParams[index].derivedKeyParams.blobDataExist, in BaseTestDerive()
|
D | hks_exist_test.cpp | 81 g_testKeyExistParams[0].keyAliasParams.blobDataExist,
|
D | hks_generate_key_test.cpp | 88 g_testGenKeyParams[index].keyAliasParams.blobDataExist,
|
/test/xts/acts/security_lite/huks/liteos_m_adapter/ |
D | hks_bn_exp_mod_test.c | 138 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()
|
D | hks_mac_test.c | 261 srcDataParams->blobDataExist, in ConstructDataToBlob() 268 macDataParams->blobDataExist, in ConstructDataToBlob() 313 g_testMacParams[index].keyParams.blobDataExist, in BaseTestMac() 323 g_testMacParams[index].keyParams.blobDataExist, in BaseTestMac()
|
D | hks_hash_test.c | 125 g_testHashParams[index].srcDataParams.blobDataExist, in ExecHksHashTestCommon() 132 g_testHashParams[index].hashParams.blobDataExist, in ExecHksHashTestCommon()
|
D | hks_agreement_test.c | 145 g_testAgreeParams[0].agreedKeyParams.blobDataExist, in ExecHksAgreementTest001() 194 g_testAgreeParams[0].agreedKeyParams.blobDataExist, in ExecHksAgreementTest002()
|
D | hks_generate_random_test.c | 99 g_testGenRandomParams[0].randomParams.blobDataExist, in ExecHksGenerateRandomTest001()
|
D | hks_delete_test.c | 67 g_testKeyExistParams[0].keyAliasParams.blobDataExist, in ExecHksDeleteTest001()
|
D | hks_exist_test.c | 74 g_testKeyExistParams[0].keyAliasParams.blobDataExist, in ExecHksExistTest001()
|
D | hks_derive_test.c | 216 g_testDeriveParams[index].masterKeyParams.blobDataExist, in BaseTestDerive() 227 g_testDeriveParams[index].derivedKeyParams.blobDataExist, in BaseTestDerive()
|
D | hks_generate_key_test.c | 113 g_testGenKeyParams[index].keyAliasParams.blobDataExist, in ExecHksGenerateKeyTest001()
|
/test/xts/acts/security_lite/huks/common/ |
D | hks_test_common.c | 41 …32_t TestConstuctBlob(struct HksBlob **blob, bool blobExist, uint32_t blobSize, bool blobDataExist, in TestConstuctBlob() argument 54 if (blobDataExist) { in TestConstuctBlob() 561 keyAliasParams->blobDataExist, in HuksGenerateKey() 599 localKeyParams->blobDataExist, in GenerateLocalRandomKey() 608 bool blobDataExist, in TestConstructBlobOut() argument 622 if (blobDataExist) { in TestConstructBlobOut() 646 localPrivateKeyParams->blobDataExist, in GenerateLocalX25519Key() 655 localPublicKeyParams->blobDataExist, in GenerateLocalX25519Key() 677 (localPublicKeyParams->blobDataExist) && in GenerateLocalX25519Key() 684 (localPrivateKeyParams->blobDataExist) && in GenerateLocalX25519Key() [all …]
|
D | hks_test_cipher.c | 462 inTextParams->blobDataExist, in ConstructDataToBlob() 469 outTextParams->blobDataExist, in ConstructDataToBlob() 533 decryptStruct->cipherParms->decryptedTextParams.blobDataExist, in DecryptCipher() 703 g_testEncryptParams[index].encryptAliasParams.blobDataExist, in BaseTestEncrypt() 755 g_testDecryptParams[index].decryptAliasParams.blobDataExist, in BaseTestDecrypt()
|
/test/xts/acts/security_lite/huks/common/include/ |
D | hks_test_common.h | 54 bool blobDataExist; /* blob->data null or not */ member 388 bool blobDataExist, 424 bool blobDataExist,
|