Searched refs:HuksGenerateKey (Results 1 – 7 of 7) sorted by relevance
/test/xts/acts/security_lite/huks/liteos_a_adapter/ |
D | hks_mac_test.cpp | 145 ret = HuksGenerateKey(&key, &(g_testMacParams[index].keyAliasParams), in BaseTestMac()
|
D | hks_derive_test.cpp | 157 ret = HuksGenerateKey(&keyAlias, &g_testDeriveParams[index].keyAliasParams, in BaseTestDerive()
|
/test/xts/acts/security_lite/huks/common/ |
D | hks_test_cipher.c | 642 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()
|
D | hks_test_common.c | 554 int32_t HuksGenerateKey(struct HksBlob **keyAlias, const struct HksTestBlobParams *keyAliasParams, in HuksGenerateKey() function
|
/test/xts/acts/security_lite/huks/liteos_m_adapter/ |
D | hks_derive_test.c | 210 ret = HuksGenerateKey(&keyAlias, &g_testDeriveParams[index].keyAliasParams, in BaseTestDerive()
|
D | hks_mac_test.c | 317 ret = HuksGenerateKey(&key, &(g_testMacParams[index].keyAliasParams), in BaseTestMac()
|
/test/xts/acts/security_lite/huks/common/include/ |
D | hks_test_common.h | 415 int32_t HuksGenerateKey(struct HksBlob **keyAlias, const struct HksTestBlobParams *keyAliasParams,
|