Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/auth_sub_session/protocol_lib/
H A Diso_protocol.c333 Uint8Buff authIdC = { authIdCVal, authIdCLen }; in ServerGenTokenParseEvent() local
334 if (HexStringToByte(authIdCStr, authIdC.val, authIdC.length) != HC_SUCCESS) { in ServerGenTokenParseEvent()
342 if (DeepCopyUint8Buff(&authIdC, &params->authIdPeer) != HC_SUCCESS) { in ServerGenTokenParseEvent()