SPI across two Arduino DUE's

Hi, the SPI library only supports master mode:

[...]Since this library supports only master mode[...]

(quote from the library page)
So the Slave due is acting as a master too. Unfortunately I don't know how the spi is implemented in the due, so I can't help more.