Home
last modified time | relevance | path

Searched refs:FIELD_AUTH_ID_SERVER (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/
H A Ddev_session_util.c24 #define FIELD_AUTH_ID_SERVER "authIdS" macro
258 if (isClient && GetStringFromJson(authData, FIELD_AUTH_ID_SERVER) != NULL) { in FillPeerAuthIdIfNeeded()
259 …if (AddByteToJson(authData, FIELD_AUTH_ID_SERVER, authIdBuff.val, authIdBuff.length) != HC_SUCCESS… in FillPeerAuthIdIfNeeded()
386 if (GetStringFromJson(authData, FIELD_AUTH_ID_SERVER) != NULL && in ReplaceAuthIdWithRandom()
387 … AddByteToJson(authData, FIELD_AUTH_ID_SERVER, authIdBuff.val, authIdBuff.length) != HC_SUCCESS) { in ReplaceAuthIdWithRandom()
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/expand_process_lib/
H A Dauth_code_import.c31 #define FIELD_AUTH_ID_SERVER "authIdS" macro
217 const char *authIdPeerStr = isClient ? GetStringFromJson(inputEvent, FIELD_AUTH_ID_SERVER) : in GetAuthIdPeerFromInput()
298 if (AddByteToJson(json, FIELD_AUTH_ID_SERVER, params->authIdSelf.val, in ServerSendAuthCodeBuildEvent()
H A Dpub_key_exchange.c29 #define FIELD_AUTH_ID_SERVER "authIdS" macro
301 const char *authIdPeerStr = isClient ? GetStringFromJson(inputEvent, FIELD_AUTH_ID_SERVER) : in GetAuthIdPeerFromInput()
474 if (AddByteToJson(json, FIELD_AUTH_ID_SERVER, params->authIdSelf.val, in ServerSendAuthCodeBuildEvent()
H A Dsave_trusted_info.c36 #define FIELD_AUTH_ID_SERVER "authIdS" macro
532 if (AddStringToJson(json, FIELD_AUTH_ID_SERVER, params->authIdSelf) != HC_SUCCESS) { in ServerSendTrustedInfoBuildEvent()
578 const char *authId = GetStringFromJson(inputEvent, FIELD_AUTH_ID_SERVER); in ClientFinishProcParseEvent()
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/auth_sub_session/protocol_lib/
H A Diso_protocol.c39 #define FIELD_AUTH_ID_SERVER "authIdS" macro
393 if (AddByteToJson(json, FIELD_AUTH_ID_SERVER, params->authIdSelf.val, in ServerGenTokenBuildEvent()
429 const char *authIdSStr = GetStringFromJson(inputEvent, FIELD_AUTH_ID_SERVER); in ClientGenTokenParseEvent()
H A Ddl_speke_protocol.c42 #define FIELD_AUTH_ID_SERVER "authIdS" macro
136 const char *authIdPeerStr = isClient ? GetStringFromJson(inputData, FIELD_AUTH_ID_SERVER) : in GetAuthIdPeerFromInput()
716 if (AddByteToJson(json, FIELD_AUTH_ID_SERVER, params->authIdSelf.val, in DlSpekeServerStartRspBuildEvent()
H A Dec_speke_protocol.c47 #define FIELD_AUTH_ID_SERVER "authIdS" macro
109 const char *authIdPeerStr = isClient ? GetStringFromJson(inputEvent, FIELD_AUTH_ID_SERVER) : in GetAuthIdPeerFromInput()
703 if (AddByteToJson(json, FIELD_AUTH_ID_SERVER, params->authIdSelf.val, in EcSpekeServerStartRspBuildEvent()