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 D | dev_session_util.c | 24 #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 D | auth_code_import.c | 31 #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 D | pub_key_exchange.c | 29 #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 D | save_trusted_info.c | 36 #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 D | iso_protocol.c | 39 #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 D | dl_speke_protocol.c | 42 #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 D | ec_speke_protocol.c | 47 #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()
|