Searched refs:test_bytes_2 (Results 1 – 1 of 1) sorted by relevance
16 static const UINT8 test_bytes_2[] = { 0xff }; variable48 add_bytes_hex(obj, "data", test_bytes_2, sizeof(test_bytes_2)); in test_hex_encode_good()119 assert(out_len == sizeof(test_bytes_2)); in test_hex_decode_good()120 assert(memcmp(bytes, test_bytes_2, out_len) == 0); in test_hex_decode_good()