Searched refs:GetKeyByAlias (Results 1 – 3 of 3) sorted by relevance
77 int32_t GetKeyByAlias(struct HksBlob *keyAlias, const struct HksParamSet *genParamSet);
67 int32_t GetKeyByAlias(struct HksBlob *keyAlias, const struct HksParamSet *genParamSet) in GetKeyByAlias() function115 ret = GetKeyByAlias(&authId, encryParamSet); in WifiEncryption()540 ret = GetKeyByAlias(&keyAlias, hmacParamSet); in WifiGenerateMacRandomizationSecret()
47 EXPECT_TRUE(GetKeyByAlias(&authId, testParamSet) == HKS_SUCCESS);