Home
last modified time | relevance | path

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

/trusty/user/app/confirmationui/src/
Dtrusty_operation.h56 static teeui::optional<teeui::Hmac> hmac256(
Dsecure_input_tracker.cpp98 auto hmac = HMacer::hmac256(key, kConfirmationUIHandshakeLabel, in finalizeHandshake()
139 auto hmac = HMacer::hmac256(key, kConfirmationUIEventLabel, in processInputEvent()
Dtrusty_operation.cpp47 optional<Hmac> TrustyOperation::hmac256( in hmac256() function in TrustyOperation