Home
last modified time | relevance | path

Searched refs:HuksGenerateKey (Results 1 – 7 of 7) sorted by relevance

/test/xts/acts/security_lite/huks/liteos_a_adapter/
Dhks_mac_test.cpp145 ret = HuksGenerateKey(&key, &(g_testMacParams[index].keyAliasParams), in BaseTestMac()
Dhks_derive_test.cpp157 ret = HuksGenerateKey(&keyAlias, &g_testDeriveParams[index].keyAliasParams, in BaseTestDerive()
/test/xts/acts/security_lite/huks/common/
Dhks_test_cipher.c642 ret = HuksGenerateKey(&keyAlias, &g_testCipherParams[index].keyAliasParams, in BaseTestCipher()
697 ret = HuksGenerateKey(&keyAlias, &g_testEncryptParams[index].keyAliasParams, in BaseTestEncrypt()
749 ret = HuksGenerateKey(&keyAlias, &g_testDecryptParams[index].keyAliasParams, in BaseTestDecrypt()
Dhks_test_common.c554 int32_t HuksGenerateKey(struct HksBlob **keyAlias, const struct HksTestBlobParams *keyAliasParams, in HuksGenerateKey() function
/test/xts/acts/security_lite/huks/liteos_m_adapter/
Dhks_derive_test.c210 ret = HuksGenerateKey(&keyAlias, &g_testDeriveParams[index].keyAliasParams, in BaseTestDerive()
Dhks_mac_test.c317 ret = HuksGenerateKey(&key, &(g_testMacParams[index].keyAliasParams), in BaseTestMac()
/test/xts/acts/security_lite/huks/common/include/
Dhks_test_common.h415 int32_t HuksGenerateKey(struct HksBlob **keyAlias, const struct HksTestBlobParams *keyAliasParams,