Home
last modified time | relevance | path

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

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