Home
last modified time | relevance | path

Searched defs:hmac (Results 1 – 3 of 3) sorted by relevance

/trusty/user/app/confirmationui/src/
Dsecure_input_tracker.cpp98 auto hmac = HMacer::hmac256(key, kConfirmationUIHandshakeLabel, in finalizeHandshake() local
139 auto hmac = HMacer::hmac256(key, kConfirmationUIEventLabel, in processInputEvent() local
/trusty/user/base/lib/keymaster/
Dkeymaster.c243 uint8_t* hmac) { in mint_hmac()
/trusty/user/app/sample/hwcryptohal/server/
Dopaque_key.rs499 let hmac = crypto_provider::HmacImpl; in generate_key_material() localVariable