Home
last modified time | relevance | path

Searched refs:STEP_ONE (Results 1 – 6 of 6) sorted by relevance

/base/security/device_auth/services/authenticators/inc/account_unrelated/
Ddas_module_defines.h23 #define STEP_ONE 1 macro
/base/security/device_auth/services/key_agree_sdk/inc/
Dkey_agree_session.h70 STEP_ONE = 1, enumerator
/base/security/device_auth/services/authenticators/src/account_unrelated/pake_task/pake_v1_task/pake_v1_protocol_task/
Dpake_v1_server_protocol_task.c191 case STEP_ONE: in Process()
/base/security/device_auth/services/key_agree_sdk/src/
Dkey_agree_session.c673 case STEP_ONE: in ProcessStep()
716 spekeSession->step = STEP_ONE; in ProcessSpekeSession()
729 spekeSession->step = STEP_ONE; in ProcessSpekeSession()
822 spekeSession->step = STEP_ONE; in ProcessProtocolInitial()
/base/security/device_auth/services/authenticators/src/account_unrelated/iso_task/iso_protocol_task/
Diso_server_protocol_task.c220 case STEP_ONE: in Process()
Diso_client_protocol_task.c247 step = STEP_ONE; in Process()