Searched refs:AUTH_TOKEN_LEN (Results 1 - 6 of 6) sorted by relevance
/drivers/peripheral/user_auth/hdi_service/idm/inc/ |
H A D | user_idm_funcs.h | 28 uint8_t token[AUTH_TOKEN_LEN]; 36 uint8_t token[AUTH_TOKEN_LEN];
|
/drivers/peripheral/user_auth/hdi_service/common/inc/ |
H A D | user_sign_centre.h | 29 #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 D | user_auth_funcs.h | 58 uint8_t token[AUTH_TOKEN_LEN];
|
/drivers/peripheral/user_auth/hdi_service/service/ |
H A D | user_auth_interface_service.cpp | 868 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 D | executor_message.c | 1011 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 D | user_idm_funcs.c | 371 if (memcpy_s(&token, sizeof(UserAuthTokenHal), param.token, AUTH_TOKEN_LEN) != EOK) { in DeleteCredentialFunc()
|
Completed in 6 milliseconds