Searched refs:HMac (Results 1 – 3 of 3) sorted by relevance
62 using HMac = teeui::HMac<SecureInputHMacer>; typedef125 auto signature = HMac::hmac256(kTestKey, kConfirmationUIEventLabel, in handleEvent()179 hsFinalizeCb_(*HMac::hmac256(kTestKey, kConfirmationUIHandshakeLabel, nCo, nCi_), nCi_); in performDTUPHandshake()
63 using HMacer = HMac<Derived>;
131 template <typename Impl> class HMac {