Home
last modified time | relevance | path

Searched refs:blobDataExist (Results 1 – 21 of 21) 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.cpp89 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()
Dhks_hash_test.cpp90 g_testHashParams[0].srcDataParams.blobDataExist,
97 g_testHashParams[0].hashParams.blobDataExist,
Dhks_agreement_test.cpp121 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, \
Dhks_generate_random_test.cpp74 g_testGenRandomParams[0].randomParams.blobDataExist,
Dhks_delete_test.cpp78 g_testKeyExistParams[0].keyAliasParams.blobDataExist,
Dhks_derive_test.cpp163 g_testDeriveParams[index].masterKeyParams.blobDataExist, in BaseTestDerive()
174 g_testDeriveParams[index].derivedKeyParams.blobDataExist, in BaseTestDerive()
Dhks_exist_test.cpp81 g_testKeyExistParams[0].keyAliasParams.blobDataExist,
Dhks_generate_key_test.cpp88 g_testGenKeyParams[index].keyAliasParams.blobDataExist,
/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.c261 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()
Dhks_hash_test.c125 g_testHashParams[index].srcDataParams.blobDataExist, in ExecHksHashTestCommon()
132 g_testHashParams[index].hashParams.blobDataExist, in ExecHksHashTestCommon()
Dhks_agreement_test.c145 g_testAgreeParams[0].agreedKeyParams.blobDataExist, in ExecHksAgreementTest001()
194 g_testAgreeParams[0].agreedKeyParams.blobDataExist, in ExecHksAgreementTest002()
Dhks_generate_random_test.c99 g_testGenRandomParams[0].randomParams.blobDataExist, in ExecHksGenerateRandomTest001()
Dhks_delete_test.c67 g_testKeyExistParams[0].keyAliasParams.blobDataExist, in ExecHksDeleteTest001()
Dhks_exist_test.c74 g_testKeyExistParams[0].keyAliasParams.blobDataExist, in ExecHksExistTest001()
Dhks_derive_test.c216 g_testDeriveParams[index].masterKeyParams.blobDataExist, in BaseTestDerive()
227 g_testDeriveParams[index].derivedKeyParams.blobDataExist, in BaseTestDerive()
Dhks_generate_key_test.c113 g_testGenKeyParams[index].keyAliasParams.blobDataExist, in ExecHksGenerateKeyTest001()
/test/xts/acts/security_lite/huks/common/
Dhks_test_common.c41 …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 …]
Dhks_test_cipher.c462 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/
Dhks_test_common.h54 bool blobDataExist; /* blob->data null or not */ member
388 bool blobDataExist,
424 bool blobDataExist,