Searched refs:GenerateLocalRandomKey (Results 1 – 7 of 7) sorted by relevance
66 int32_t GenerateLocalRandomKey(struct HksBlob **keyAlias, const struct HksTestBlobParams *localKeyP…
358 int32_t GenerateLocalRandomKey(struct HksBlob **keyAlias, const struct HksTestBlobParams *localKeyP…
202 ret = GenerateLocalRandomKey(&keyAlias, &g_testCipherParams[index].localKeyParams); in BaseTestCipher()260 ret = GenerateLocalRandomKey(&keyAlias, &g_testEncryptParams[index].localKeyParams); in BaseTestEncrypt()312 ret = GenerateLocalRandomKey(&keyAlias, &g_testDecryptParams[index].localKeyParams); in BaseTestDecrypt()
574 int32_t GenerateLocalRandomKey(struct HksBlob **keyAlias, const struct HksTestBlobParams *localKeyP… in GenerateLocalRandomKey() function
89 ret = GenerateLocalRandomKey(&keyAlias, &g_testDeriveParams[index].localKeyParams); in BaseTestDerive()
91 ret = GenerateLocalRandomKey(&keyAlias, in BaseTestDerive()
91 ret = GenerateLocalRandomKey(&keyAliasTest, &g_testDeriveParams[index].localKeyParams); in BaseTestDerive()