Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/auth_sub_session/protocol_lib/
H A Ddl_speke_protocol.c533 …Uint8Buff *secondProtectedMsg = isVerify ? &(impl->base.protectedMsg.selfMsg) : &(impl->base.prote… in CombineProtectedMsg() local
542 if (IsUint8BuffValid(secondProtectedMsg, PROTECTED_MSG_MAX_LEN)) { in CombineProtectedMsg()
544 secondProtectedMsg->val, secondProtectedMsg->length) != EOK) { in CombineProtectedMsg()
H A Dec_speke_protocol.c510 …Uint8Buff *secondProtectedMsg = isVerify ? &(impl->base.protectedMsg.selfMsg) : &(impl->base.prote… in CombineProtectedMsg() local
519 if (IsUint8BuffValid(secondProtectedMsg, PROTECTED_MSG_MAX_LEN)) { in CombineProtectedMsg()
521 secondProtectedMsg->val, secondProtectedMsg->length) != EOK) { in CombineProtectedMsg()