Searched refs:INVALID_AUTH_URI_LEN (Results 1 – 2 of 2) sorted by relevance
28 static constexpr uint32_t INVALID_AUTH_URI_LEN = 100; variable368 uint8_t authUriData[INVALID_AUTH_URI_LEN] = {0}; /* size too small */ in TestBufferTooSmall()369 struct CmBlob authUri = { INVALID_AUTH_URI_LEN, authUriData }; in TestBufferTooSmall()
26 static constexpr uint32_t INVALID_AUTH_URI_LEN = 100; variable350 uint8_t authUriData[INVALID_AUTH_URI_LEN] = {0}; /* size too small */351 struct CmBlob authUri = { INVALID_AUTH_URI_LEN, authUriData };