Searched refs:IsUint8BuffValid (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/security/device_auth/common_lib/interfaces/ |
H A D | uint8buff_utils.h | 35 bool IsUint8BuffValid(const Uint8Buff *buff, uint32_t maxLen);
|
/ohos5.0/base/security/device_auth/common_lib/impl/src/ |
H A D | uint8buff_utils.c | 78 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 D | dl_speke_protocol.c | 534 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(¶ms->authId, DL_SPEKE_AUTH_ID_MAX_LEN)) { in CreateDlSpekeProtocol()
|
H A D | ec_speke_protocol.c | 511 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(¶ms->authId, EC_SPEKE_AUTH_ID_MAX_LEN)) { in CreateEcSpekeProtocol()
|
H A D | iso_protocol.c | 785 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(¶ms->authId, ISO_AUTH_ID_MAX_LEN)) { in CreateIsoProtocol()
|