Home
last modified time | relevance | path

Searched refs:importId (Results 1 - 2 of 2) sorted by relevance

/base/security/huks/test/reliability/src/
H A Dpressure_test.cpp237 struct HksBlob importId = { strlen(IMPORT_KEY), (uint8_t *)IMPORT_KEY }; in HWTEST_F() local
239 int32_t ret = HksImportKey(&importId, paramInSet, &pubKey); in HWTEST_F()
243 HksDeleteKey(&importId, paramInSet); in HWTEST_F()
H A Dapi_pressure_test.cpp566 struct HksBlob importId = { (uint32_t)strlen(IMPORT_KEY), (uint8_t *)IMPORT_KEY }; in ImportKeyTest() local
567 EXPECT_EQ(HksImportKey(&importId, paramInSet, &pubKey), HKS_SUCCESS); in ImportKeyTest()

Completed in 6 milliseconds