Home
last modified time | relevance | path

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

/drivers/peripheral/user_auth/test/unittest/user_auth_test/
H A Duser_sign_centre_test.cpp159 EXPECT_EQ(ReuseUnlockTokenSign(nullptr), RESULT_BAD_PARAM); in HWTEST_F()
160 EXPECT_EQ(ReuseUnlockTokenSign(&token), RESULT_SUCCESS); in HWTEST_F()
/drivers/peripheral/user_auth/hdi_service/common/inc/
H A Duser_sign_centre.h70 ResultCode ReuseUnlockTokenSign(UserAuthTokenHal *reuseToken);
/drivers/peripheral/user_auth/hdi_service/common/src/
H A Duser_sign_centre.c300 ResultCode ReuseUnlockTokenSign(UserAuthTokenHal *reuseToken) in ReuseUnlockTokenSign() function
314 LOG_ERROR("ReuseUnlockTokenSign fail"); in ReuseUnlockTokenSign()
/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H A Duser_auth_funcs.c401 ret = ReuseUnlockTokenSign((UserAuthTokenHal *)reuseResult->token); in CheckReuseUnlockResultFunc()

Completed in 3 milliseconds