Home
last modified time | relevance | path

Searched refs:authIdPeerStr (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/expand_process_lib/
H A Dauth_code_import.c217 const char *authIdPeerStr = isClient ? GetStringFromJson(inputEvent, FIELD_AUTH_ID_SERVER) : in GetAuthIdPeerFromInput() local
219 if (authIdPeerStr == NULL) { in GetAuthIdPeerFromInput()
223 uint32_t authIdPeerStrLen = HcStrlen(authIdPeerStr) / BYTE_TO_HEX_OPER_LENGTH; in GetAuthIdPeerFromInput()
232 …if (HexStringToByte(authIdPeerStr, params->authIdPeer.val, params->authIdPeer.length) != HC_SUCCES… in GetAuthIdPeerFromInput()
H A Dpub_key_exchange.c301 const char *authIdPeerStr = isClient ? GetStringFromJson(inputEvent, FIELD_AUTH_ID_SERVER) : in GetAuthIdPeerFromInput() local
303 if (authIdPeerStr == NULL) { in GetAuthIdPeerFromInput()
307 uint32_t authIdPeerStrLen = HcStrlen(authIdPeerStr) / BYTE_TO_HEX_OPER_LENGTH; in GetAuthIdPeerFromInput()
316 …if (HexStringToByte(authIdPeerStr, params->authIdPeer.val, params->authIdPeer.length) != HC_SUCCES… in GetAuthIdPeerFromInput()
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/auth_sub_session/protocol_lib/
H A Ddl_speke_protocol.c136 const char *authIdPeerStr = isClient ? GetStringFromJson(inputData, FIELD_AUTH_ID_SERVER) : in GetAuthIdPeerFromInput() local
138 if (authIdPeerStr == NULL) { in GetAuthIdPeerFromInput()
142 uint32_t authIdPeerStrLen = HcStrlen(authIdPeerStr) / BYTE_TO_HEX_OPER_LENGTH; in GetAuthIdPeerFromInput()
151 …if (HexStringToByte(authIdPeerStr, params->authIdPeer.val, params->authIdPeer.length) != HC_SUCCES… in GetAuthIdPeerFromInput()
H A Dec_speke_protocol.c109 const char *authIdPeerStr = isClient ? GetStringFromJson(inputEvent, FIELD_AUTH_ID_SERVER) : in GetAuthIdPeerFromInput() local
111 if (authIdPeerStr == NULL) { in GetAuthIdPeerFromInput()
115 uint32_t authIdPeerStrLen = HcStrlen(authIdPeerStr) / BYTE_TO_HEX_OPER_LENGTH; in GetAuthIdPeerFromInput()
124 …if (HexStringToByte(authIdPeerStr, params->authIdPeer.val, params->authIdPeer.length) != HC_SUCCES… in GetAuthIdPeerFromInput()