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 D | auth_code_import.c | 217 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 D | pub_key_exchange.c | 301 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 D | dl_speke_protocol.c | 136 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 D | ec_speke_protocol.c | 109 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()
|