Home
last modified time | relevance | path

Searched refs:MAX_DATA_BUFFER_SIZE (Results 1 - 4 of 4) sorted by relevance

/base/security/device_auth/services/frameworks/inc/
H A Dcommon_defs.h158 #define MAX_DATA_BUFFER_SIZE 4096 macro
/base/security/device_auth/services/legacy/group_manager/src/channel_manager/soft_bus_channel/
H A Dsoft_bus_channel.c160 if ((data == NULL) || (dataLen == 0) || (dataLen > MAX_DATA_BUFFER_SIZE)) { in OnBytesReceivedCb()
/base/security/device_auth/services/
H A Ddevice_auth.c810 if ((data == NULL) || (dataLen == 0) || (dataLen > MAX_DATA_BUFFER_SIZE)) { in ProcessBindData()
1166 if ((data == NULL) || (dataLen > MAX_DATA_BUFFER_SIZE)) { in ProcessData()
1282 if (authParams == NULL || HcStrlen(authParams) > MAX_DATA_BUFFER_SIZE) { in ProcessAuthDevice()
1326 if ((authParams == NULL) || (callback == NULL) || HcStrlen(authParams) > MAX_DATA_BUFFER_SIZE) { in StartAuthDevice()
1374 if (authParams == NULL || HcStrlen(authParams) > MAX_DATA_BUFFER_SIZE) { in CancelAuthRequest()
1531 if ((data == NULL) || (dataLen == 0) || (dataLen > MAX_DATA_BUFFER_SIZE)) { in OnBytesReceivedCb()
/base/security/device_auth/services/legacy/group_manager/src/group_operation/group_operation_common/
H A Dgroup_operation_common.c1019 if (authIdBuff.length > MAX_DATA_BUFFER_SIZE) { in ProcessKeyPair()

Completed in 6 milliseconds