Home
last modified time | relevance | path

Searched refs:corrupt_keys (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/security/authgraph/aidl/vts/functional/
Dsink.rs216 let mut corrupt_keys = sink_info.sharedKeys.clone(); in test_corrupt_keys() localVariable
217 let len0 = corrupt_keys[0].arc.len(); in test_corrupt_keys()
218 let len1 = corrupt_keys[1].arc.len(); in test_corrupt_keys()
219 corrupt_keys[0].arc[len0 - 1] ^= 0x01; in test_corrupt_keys()
220 corrupt_keys[1].arc[len1 - 1] ^= 0x01; in test_corrupt_keys()
226 &corrupt_keys, in test_corrupt_keys()