commit | c3aa44207f97eedf8d219ea102e4b960e3df53d1 | [log] [tgz] |
---|---|---|
author | David Drysdale <drysdale@google.com> | Mon Dec 18 16:29:18 2023 +0000 |
committer | David Drysdale <drysdale@google.com> | Mon Dec 18 17:31:58 2023 +0000 |
tree | 1bb2a77b607d98457cfd108c838d5141e130ff05 | |
parent | c61a19bc289f6e837829af3ae6837066e01aa9c9 [diff] |
secretkeeper: add fuzzer Move nonsecure implementation code out of main.rs and into a new secretkeeper_nonsecure library, to allow re-use in both the nonsecure service and the new fuzzer. The fuzzer drops the `LocalTa` instance on each input, so adjust the error path to cope with this happening (the channels will fail). Test: build, fuzz Bug: 291228655 Change-Id: Ibe2ca5db9a9c8eed129ac5a90de85b933ab256a0