Searched refs:localKeyParams (Results 1 – 5 of 5) sorted by relevance
/test/xts/acts/security_lite/huks/common/include/ |
D | hks_test_common.h | 195 struct HksTestBlobParams localKeyParams; member 207 struct HksTestBlobParams localKeyParams; member 219 struct HksTestBlobParams localKeyParams; member 242 struct HksTestBlobParams localKeyParams; member 419 … GenerateLocalRandomKey(struct HksBlob **keyAlias, const struct HksTestBlobParams *localKeyParams);
|
/test/xts/acts/security_lite/huks/common/ |
D | hks_test_common.c | 594 …t GenerateLocalRandomKey(struct HksBlob **keyAlias, const struct HksTestBlobParams *localKeyParams) in GenerateLocalRandomKey() argument 597 localKeyParams->blobExist, in GenerateLocalRandomKey() 598 localKeyParams->blobSize, in GenerateLocalRandomKey() 599 localKeyParams->blobDataExist, in GenerateLocalRandomKey() 600 localKeyParams->blobDataSize); in GenerateLocalRandomKey()
|
D | hks_test_cipher.c | 640 ret = GenerateLocalRandomKey(&keyAlias, &g_testCipherParams[index].localKeyParams); in BaseTestCipher() 694 ret = GenerateLocalRandomKey(&keyAlias, &g_testEncryptParams[index].localKeyParams); in BaseTestEncrypt() 746 ret = GenerateLocalRandomKey(&keyAlias, &g_testDecryptParams[index].localKeyParams); in BaseTestDecrypt()
|
/test/xts/acts/security_lite/huks/liteos_a_adapter/ |
D | hks_derive_test.cpp | 154 ret = GenerateLocalRandomKey(&keyAlias, &g_testDeriveParams[index].localKeyParams); in BaseTestDerive()
|
/test/xts/acts/security_lite/huks/liteos_m_adapter/ |
D | hks_derive_test.c | 207 ret = GenerateLocalRandomKey(&keyAlias, &g_testDeriveParams[index].localKeyParams); in BaseTestDerive()
|