Searched refs:test_malformed (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.61.12/tests/ |
| H A D | arm_mte_compress.c | 378 test_malformed(const uint8_t* compressed, uint32_t compressed_size, bool expected, const char* desc… in test_malformed() function 392 test_malformed(buf, 1, false, "underflow only 1 byte output", 0); in simple_malformed() 396 test_malformed(buf, 2, true, "no overflow at edge", 0); in simple_malformed() 400 test_malformed(buf, 3, false, "overflow by 1 nibble", 0); in simple_malformed() 404 test_malformed(buf, 3, false, "overflow at edge", i); in simple_malformed() 415 test_malformed(buf, 8, false, "underflow missing 2 nibbles", 0); in simple_malformed() 417 test_malformed(buf, 8, false, "underflow missing 1 nibble", 0); in simple_malformed() 419 test_malformed(buf, 9, true, "no overflow from mid", 0); in simple_malformed() 423 test_malformed(buf, 9, false, "overflow at mid", i); in simple_malformed()
|