Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/protocol/src/pake_protocol/pake_v2_protocol/
H A Dpake_v2_protocol_common.c305 Uint8Buff *minId = NULL; in ComputeSid() local
309 minId = &sidPeer; in ComputeSid()
312 minId = &sidSelf; in ComputeSid()
320 …if (memcpy_s(sid->val + maxId->length, sid->length - maxId->length, minId->val, minId->length) != … in ComputeSid()