Searched refs:hmac_impl (Results 1 – 1 of 1) sorted by relevance
112 keymaster::HmacSha256 hmac_impl; in computeSharedSecret() local113 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()