Home
last modified time | relevance | path

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

/system/core/trusty/confirmationui/
DNotSoSecureInput.cpp62 using HMac = teeui::HMac<SecureInputHMacer>; typedef
125 auto signature = HMac::hmac256(kTestKey, kConfirmationUIEventLabel, in handleEvent()
179 hsFinalizeCb_(*HMac::hmac256(kTestKey, kConfirmationUIHandshakeLabel, nCo, nCi_), nCi_); in performDTUPHandshake()
/system/teeui/libteeui/include/teeui/
Dgeneric_operation.h63 using HMacer = HMac<Derived>;
Dutils.h131 template <typename Impl> class HMac {