Home
last modified time | relevance | path

Searched refs:IGNORE_MSG (Results 1 – 14 of 14) sorted by relevance

/base/security/device_auth/services/authenticators/src/account_unrelated/iso_task/
Diso_server_task.c58 *status = IGNORE_MSG; in CreateNextTask()
70 *status = IGNORE_MSG; in CreateNextTask()
/base/security/device_auth/services/authenticators/src/account_unrelated/pake_task/pake_v1_task/pake_v1_protocol_task/
Dpake_v1_client_protocol_task.c46 *status = IGNORE_MSG; in PakeRequest()
147 *status = IGNORE_MSG; in PakeClientConfirm()
190 *status = IGNORE_MSG; in PakeClientVerifyConfirm()
Dpake_v1_server_protocol_task.c81 *status = IGNORE_MSG; in PakeResponse()
135 *status = IGNORE_MSG; in PakeServerConfirm()
/base/security/device_auth/services/authenticators/src/account_unrelated/pake_task/standard_exchange_task/
Dstandard_client_bind_exchange_task.c38 *status = IGNORE_MSG; in ExchangeRequest()
87 *status = IGNORE_MSG; in ExchangeConfirm()
Dstandard_server_bind_exchange_task.c38 *status = IGNORE_MSG; in ExchangeStart()
76 *status = IGNORE_MSG; in ExchangeResponse()
/base/security/device_auth/services/authenticators/src/account_unrelated/iso_task/iso_protocol_task/
Diso_client_protocol_task.c84 *status = IGNORE_MSG; in IsoClientStart()
162 *status = IGNORE_MSG; in CalculateTokenClient()
211 *status = IGNORE_MSG; in GenerateSessionKey()
Diso_server_protocol_task.c79 *status = IGNORE_MSG; in IsoServerStart()
168 *status = IGNORE_MSG; in CalTokenAndGenSessionKey()
/base/security/device_auth/services/authenticators/src/account_related/auth/iso_auth_task/
Diso_auth_client_task.c138 *status = IGNORE_MSG; in IsoAuthClientBegin()
245 *status = IGNORE_MSG; in IsoAuthClientGetToken()
292 *status = IGNORE_MSG; in IsoAuthClientGetSessionKey()
Diso_auth_server_task.c156 *status = IGNORE_MSG; in IsoAuthServerGetToken()
244 *status = IGNORE_MSG; in IsoAuthServerCalTokenAndSessionKey()
/base/security/device_auth/services/frameworks/inc/
Dcommon_defs.h237 IGNORE_MSG = 1, enumerator
/base/security/device_auth/services/authenticators/src/account_unrelated/iso_task/lite_exchange_task/
Diso_client_bind_exchange_task.c134 *status = IGNORE_MSG; in Process()
Diso_server_bind_exchange_task.c50 *status = IGNORE_MSG; in Process()
/base/security/device_auth/services/session_manager/src/session/v1/compatible_auth_sub_session/
Dcompatible_auth_sub_session_common.c613 case IGNORE_MSG: in HandleAuthTaskStatus()
/base/security/device_auth/services/session_manager/src/session/v1/compatible_bind_sub_session/
Dcompatible_bind_sub_session.c583 if (*status == IGNORE_MSG) { in ProcessBindTaskInner()