DVD_CHALLENGE_SIZE
#define dvd_copy_challenge(dst, src) memcpy((dst), (src), DVD_CHALLENGE_SIZE)
u_int8_t chal[DVD_CHALLENGE_SIZE];