Home
last modified time | relevance | path

Searched defs:ConstTimeEq (Results 1 – 2 of 2) sorted by relevance

/system/keymint/common/src/keyblob/
Dlegacy.rs223 pub fn deserialize<E: crypto::ConstTimeEq, H: crypto::Hmac>( in deserialize()
/system/keymint/common/src/crypto/
Dtraits.rs77 pub trait ConstTimeEq: Send { interface