Searched defs:TweakableBlockCipherKey (Results 1 – 2 of 2) sorted by relevance
72 pub trait TweakableBlockCipherKey: Sized { interface
61 K: XtsKey + TweakableBlockCipherKey, in run_test_cases()