Searched refs:HKS_ERROR_API_NOT_SUPPORTED (Results 1 – 8 of 8) sorted by relevance
96 return HKS_ERROR_API_NOT_SUPPORTED; in HksRefreshKeyInfo()127 return HKS_ERROR_API_NOT_SUPPORTED; in HksGenerateKey()146 return HKS_ERROR_API_NOT_SUPPORTED; in HksImportKey()168 return HKS_ERROR_API_NOT_SUPPORTED; in HksImportWrappedKey()188 return HKS_ERROR_API_NOT_SUPPORTED; in HksExportPublicKey()203 return HKS_ERROR_API_NOT_SUPPORTED; in HksDeleteKey()223 return HKS_ERROR_API_NOT_SUPPORTED; in HksGetKeyParamSet()238 return HKS_ERROR_API_NOT_SUPPORTED; in HksKeyExist()254 return HKS_ERROR_API_NOT_SUPPORTED; in HksGenerateRandom()279 return HKS_ERROR_API_NOT_SUPPORTED; in HksSign()[all …]
87 TEST_ASSERT_TRUE(ret == HKS_ERROR_API_NOT_SUPPORTED); in LITE_TEST_CASE()98 TEST_ASSERT_TRUE(ret == HKS_ERROR_API_NOT_SUPPORTED); in LITE_TEST_CASE()109 TEST_ASSERT_TRUE(ret == HKS_ERROR_API_NOT_SUPPORTED); in LITE_TEST_CASE()120 TEST_ASSERT_TRUE(ret == HKS_ERROR_API_NOT_SUPPORTED); in LITE_TEST_CASE()
85 ASSERT_TRUE(ret == HKS_ERROR_API_NOT_SUPPORTED);96 ASSERT_TRUE(ret == HKS_ERROR_API_NOT_SUPPORTED);107 ASSERT_TRUE(ret == HKS_ERROR_API_NOT_SUPPORTED);118 ASSERT_TRUE(ret == HKS_ERROR_API_NOT_SUPPORTED);
83 ASSERT_TRUE(ret == HKS_ERROR_API_NOT_SUPPORTED);94 ASSERT_TRUE(ret == HKS_ERROR_API_NOT_SUPPORTED);105 ASSERT_TRUE(ret == HKS_ERROR_API_NOT_SUPPORTED);
120 int32_t ret = HKS_ERROR_API_NOT_SUPPORTED;
173 .innerErrCode = HKS_ERROR_API_NOT_SUPPORTED,
280 HKS_ERROR_API_NOT_SUPPORTED = -45, enumerator
374 AddInt32Property(env, errorCode, "HUKS_ERROR_API_NOT_SUPPORTED", HKS_ERROR_API_NOT_SUPPORTED); in AddHuksErrorCodePart2()