Deactivate whole device TCRYPT tree if context is NULL
authorMilan Broz <gmazyland@gmail.com>
Sun, 17 Mar 2013 18:20:42 +0000 (19:20 +0100)
committerMilan Broz <gmazyland@gmail.com>
Sun, 17 Mar 2013 18:20:42 +0000 (19:20 +0100)
commitf2521889c2315b8f2bd812a92fa37057fc382877
tree665db84f417481818c2ca89ff5de1fb94e811256
parent642d41970d597792b629cb6782b32a5fc5551049
Deactivate whole device TCRYPT tree if context is NULL

API (unfortunately) supports NULL argument for crypt_deactivate,
with new chained TCRYPT devices it must deactivate all
chained devices as well.

Fixes issue#147.
lib/setup.c
tests/api-test.c