Home
last modified time | relevance | path

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

/drivers/peripheral/user_auth/hdi_service/idm/inc/
H A Duser_idm_funcs.h28 uint8_t token[AUTH_TOKEN_LEN];
36 uint8_t token[AUTH_TOKEN_LEN];
/drivers/peripheral/user_auth/hdi_service/common/inc/
H A Duser_sign_centre.h29 #define AUTH_TOKEN_LEN sizeof(UserAuthTokenHal) macro
30 #define AUTH_TOKEN_DATA_LEN (AUTH_TOKEN_LEN - SHA256_DIGEST_SIZE)
/drivers/peripheral/user_auth/hdi_service/user_auth/inc/
H A Duser_auth_funcs.h58 uint8_t token[AUTH_TOKEN_LEN];
/drivers/peripheral/user_auth/hdi_service/service/
H A Duser_auth_interface_service.cpp868 memcpy_s(checkParam.token, AUTH_TOKEN_LEN, &authToken[0], authToken.size()) != EOK) { in BeginEnrollment()
945 info.authToken.resize(AUTH_TOKEN_LEN); in GetUpdateResult()
946 if (memcpy_s(info.authToken.data(), AUTH_TOKEN_LEN, output.authToken->buf, AUTH_TOKEN_LEN) != EOK) { in GetUpdateResult()
1050 if (memcpy_s(param.token, AUTH_TOKEN_LEN, &authToken[0], authToken.size()) != EOK) { in DeleteCredential()
1396 info.token.resize(AUTH_TOKEN_LEN); in CheckReuseUnlockResult()
1397 if (memcpy_s(info.token.data(), info.token.size(), reuseResult.token, AUTH_TOKEN_LEN) != EOK) { in CheckReuseUnlockResult()
/drivers/peripheral/user_auth/hdi_service/coauth/src/
H A Dexecutor_message.c1011 uint8_t tokenData[AUTH_TOKEN_LEN] = {}; in GetAuthResultInfoFromAttribute()
1012 Uint8Array tokenArray = { tokenData, AUTH_TOKEN_LEN }; in GetAuthResultInfoFromAttribute()
/drivers/peripheral/user_auth/hdi_service/idm/src/
H A Duser_idm_funcs.c371 if (memcpy_s(&token, sizeof(UserAuthTokenHal), param.token, AUTH_TOKEN_LEN) != EOK) { in DeleteCredentialFunc()

Completed in 6 milliseconds