Home
last modified time | relevance | path

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

/hardware/interfaces/gatekeeper/aidl/software/
DSharedSecret.cpp112 keymaster::HmacSha256 hmac_impl; in computeSharedSecret() local
113 if (!hmac_impl.Init(hmac_key_.key_material, hmac_key_.key_material_size)) { in computeSharedSecret()
119 if (!hmac_impl.Sign((const uint8_t*)KEY_CHECK_LABEL, strlen(KEY_CHECK_LABEL), in computeSharedSecret()