Home
last modified time | relevance | path

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

/drivers/peripheral/user_auth/hdi_service/idm/src/
H A Duser_idm_funcs.c275 UserAuthTokenHal authTokenHal = {}; in GetAuthTokenForPinEnroll() local
276 ret = UserAuthTokenSign(&tokenPlain, &authTokenHal); in GetAuthTokenForPinEnroll()
281 Buffer *authToken = CreateBufferByData((uint8_t *)(&authTokenHal), sizeof(UserAuthTokenHal)); in GetAuthTokenForPinEnroll()
/drivers/peripheral/user_auth/hdi_service/service/
H A Duser_auth_interface_service.cpp665 UserAuthTokenHal authTokenHal = {}; in UpdateAuthenticationResultInner() local
669 int32_t ret = RequestAuthResultFunc(contextId, scheduleResultBuffer, &authTokenHal, &authResult); in UpdateAuthenticationResultInner()
675 ret = CopyAuthResult(authResult, authTokenHal, info, enrolledState); in UpdateAuthenticationResultInner()

Completed in 4 milliseconds