Searched refs:hmac256 (Results 1 – 3 of 3) sorted by relevance
56 static teeui::optional<teeui::Hmac> hmac256(
98 auto hmac = HMacer::hmac256(key, kConfirmationUIHandshakeLabel, in finalizeHandshake()139 auto hmac = HMacer::hmac256(key, kConfirmationUIEventLabel, in processInputEvent()
47 optional<Hmac> TrustyOperation::hmac256( in hmac256() function in TrustyOperation