Home
last modified time | relevance | path

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

/test/xts/acts/security_lite/huks/common/
H A Dhks_test_curve25519.c402 int32_t retTwo = HksDeleteKey(&ed25519Alias, NULL); in TestCurve25519SignWrong() local
403 HKS_TEST_ASSERT(retTwo == 0); in TestCurve25519SignWrong()
404 if ((ret != 0) && (retTwo == 0)) { in TestCurve25519SignWrong()
462 int32_t retTwo = HksDeleteKey(&ed25519Alias, NULL); in TestCurve25519verifyWrong() local
463 HKS_TEST_ASSERT(retTwo == 0); in TestCurve25519verifyWrong()
464 if ((ret != 0) && (retTwo == 0)) { in TestCurve25519verifyWrong()

Completed in 2 milliseconds