commit | 3dc8bdded961c577da61135ff38c45900f268c62 | [log] [tgz] |
---|---|---|
author | Rupert Swarbrick <rswarbrick@lowrisc.org> | Mon Apr 11 16:54:20 2022 +0100 |
committer | Rupert Swarbrick <rswarbrick@gmail.com> | Tue Apr 12 11:08:40 2022 +0100 |
tree | 87c0a5ca144c6fab209d172205e7973b41a4ce62 | |
parent | eb0ba4455d65bf54d6481c5cb39923a07af5cce6 [diff] |
[kmac_app_agent] Support hosts that don't spot constant shares This code was originally designed for keymgr, which has a check to make sure that no share is all zeros or all ones. The ROM controller doesn't have such a check, so we need to tweak the agent slightly. Without this change, setting err_rsp_pct to 100 in the config might still result in a KMAC response whose rsp_error field is zero. Signed-off-by: Rupert Swarbrick <rswarbrick@lowrisc.org>
OpenTitan is an open source silicon Root of Trust (RoT) project. OpenTitan will make the silicon RoT design and implementation more transparent, trustworthy, and secure for enterprises, platform providers, and chip manufacturers. OpenTitan is administered by lowRISC CIC as a collaborative project to produce high quality, open IP for instantiation as a full-featured product. See the OpenTitan site and OpenTitan docs for more information about the project.
This repository contains hardware, software and utilities written as part of the OpenTitan project. It is structured as monolithic repository, or “monorepo”, where all components live in one repository. It exists to enable collaboration across partners participating in the OpenTitan project.
The project contains comprehensive documentation of all IPs and tools. You can access it online at docs.opentitan.org.
Have a look at [CONTRIBUTING]({{< relref “CONTRIBUTING.md” >}}) and our documentation on project organization and processes for guidelines on how to contribute code to this repository.
Unless otherwise noted, everything in this repository is covered by the Apache License, Version 2.0 (see LICENSE for full text).