Lines Matching refs:get_bytes_hex
103 UINT8 *bytes = get_bytes_hex(obj, "data", &out_len); in test_hex_decode_good()
117 UINT8 *bytes = get_bytes_hex(obj, "data", &out_len); in test_hex_decode_good()
131 UINT8 *bytes = get_bytes_hex(obj, "data", &out_len); in test_hex_decode_good()
146 UINT8 *bytes = get_bytes_hex(obj, "data", &out_len); in test_hex_decode_good()
160 UINT8 *bytes = get_bytes_hex(obj, "data", &out_len); in test_hex_decode_good()
203 UINT8 *bytes = get_bytes_hex(NULL, "data", &out_len); in test_hex_error_cases()
212 UINT8 *bytes = get_bytes_hex(obj, "data", NULL); in test_hex_error_cases()
221 UINT8 *bytes = get_bytes_hex(obj, "nonexistent", &out_len); in test_hex_error_cases()
231 UINT8 *bytes = get_bytes_hex(obj, "data", &out_len); in test_hex_error_cases()
242 UINT8 *bytes = get_bytes_hex(obj, "data", &out_len); in test_hex_error_cases()
253 UINT8 *bytes = get_bytes_hex(obj, "data", &out_len); in test_hex_error_cases()
263 UINT8 *bytes = get_bytes_hex(obj, "data", &out_len); in test_hex_error_cases()
289 UINT8 *decoded = get_bytes_hex(obj, "roundtrip", &out_len); in test_hex_roundtrip()