Home
last modified time | relevance | path

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

/drivers/peripheral/user_auth/hdi_service/common/inc/
H A Duser_sign_centre.h66 } __attribute__((__packed__)) UserAuthTokenPlain; typedef
68 ResultCode UserAuthTokenSign(UserAuthTokenPlain *tokenPlain, UserAuthTokenHal *authToken);
69 ResultCode UserAuthTokenVerify(UserAuthTokenHal *userAuthToken, UserAuthTokenPlain *tokenPlain);
/drivers/peripheral/user_auth/test/unittest/user_auth_test/
H A Duser_sign_centre_test.cpp32 extern ResultCode DecryptTokenCipher(const UserAuthTokenHal *userAuthToken, UserAuthTokenPlain *tokenPlain,
117 UserAuthTokenPlain userAuthTokenPlain = {}; in HWTEST_F()
128 UserAuthTokenPlain userAuthTokenPlain = {}; in HWTEST_F()
143 UserAuthTokenPlain userAuthTokenPlain = {}; in HWTEST_F()
/drivers/peripheral/user_auth/hdi_service/common/src/
H A Duser_sign_centre.c83 IAM_STATIC ResultCode DecryptTokenCipher(const UserAuthTokenHal *userAuthToken, UserAuthTokenPlain *tokenPlain, in DecryptTokenCipher()
145 ResultCode UserAuthTokenVerify(UserAuthTokenHal *userAuthToken, UserAuthTokenPlain *tokenPlain) in UserAuthTokenVerify()
260 ResultCode UserAuthTokenSign(UserAuthTokenPlain *tokenPlain, UserAuthTokenHal *authToken) in UserAuthTokenSign()
/drivers/peripheral/user_auth/hdi_service/idm/src/
H A Denroll_specification_check.c55 UserAuthTokenPlain tokenPlain = {0}; in CheckIdmOperationToken()
H A Duser_idm_funcs.c263 UserAuthTokenPlain tokenPlain = {}; in GetAuthTokenForPinEnroll()
/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H A Dauth_token_signer.c91 UserAuthTokenPlain tokenPlain = {}; in GetAuthTokenDataAndSign()

Completed in 3 milliseconds