Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/common_lib/interfaces/
H A Duint8buff_utils.h35 bool IsUint8BuffValid(const Uint8Buff *buff, uint32_t maxLen);
/ohos5.0/base/security/device_auth/common_lib/impl/src/
H A Duint8buff_utils.c78 bool IsUint8BuffValid(const Uint8Buff *buff, uint32_t maxLen) in IsUint8BuffValid() function
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/auth_sub_session/protocol_lib/
H A Ddl_speke_protocol.c534 if (IsUint8BuffValid(firstProtectedMsg, PROTECTED_MSG_MAX_LEN)) { in CombineProtectedMsg()
542 if (IsUint8BuffValid(secondProtectedMsg, PROTECTED_MSG_MAX_LEN)) { in CombineProtectedMsg()
1046 if ((self == NULL) || !IsUint8BuffValid(selfMsg, PROTECTED_MSG_MAX_LEN)) { in SetDlSpekeSelfProtectedMsg()
1059 if ((self == NULL) || !IsUint8BuffValid(peerMsg, PROTECTED_MSG_MAX_LEN)) { in SetDlSpekePeerProtectedMsg()
1137 if (!IsUint8BuffValid(&params->authId, DL_SPEKE_AUTH_ID_MAX_LEN)) { in CreateDlSpekeProtocol()
H A Dec_speke_protocol.c511 if (IsUint8BuffValid(firstProtectedMsg, PROTECTED_MSG_MAX_LEN)) { in CombineProtectedMsg()
519 if (IsUint8BuffValid(secondProtectedMsg, PROTECTED_MSG_MAX_LEN)) { in CombineProtectedMsg()
1029 if ((self == NULL) || !IsUint8BuffValid(selfMsg, PROTECTED_MSG_MAX_LEN)) { in SetEcSpekeSelfProtectedMsg()
1042 if ((self == NULL) || !IsUint8BuffValid(peerMsg, PROTECTED_MSG_MAX_LEN)) { in SetEcSpekePeerProtectedMsg()
1121 !IsUint8BuffValid(&params->authId, EC_SPEKE_AUTH_ID_MAX_LEN)) { in CreateEcSpekeProtocol()
H A Diso_protocol.c785 if ((self == NULL) || !IsUint8BuffValid(selfMsg, PROTECTED_MSG_MAX_LEN)) { in SetIsoSelfProtectedMsg()
798 if ((self == NULL) || !IsUint8BuffValid(peerMsg, PROTECTED_MSG_MAX_LEN)) { in SetIsoPeerProtectedMsg()
847 !IsUint8BuffValid(&params->authId, ISO_AUTH_ID_MAX_LEN)) { in CreateIsoProtocol()