Skip to content

Commit 752eaed

Browse files
authored
Merge pull request #14550 from LDong-Arm/devicekey_doc
Fix DeviceKey documentation regarding RoT
2 parents 49b018c + 42c3c92 commit 752eaed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/device_key/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The characteristics required by this RoT are:
1717

1818
The DeviceKey feature keeps the RoT key in internal storage, using the KVStore component. Internal storage provides protection from external physical attacks to the device.
1919

20-
The RoT is generated at the first use of DeviceKey if the True Random Number Generator(TRNG) is available in the device. If no TRNG is available, you must pass the injected RoT key to the DeviceKey before you call the key derivation API.
20+
The root of trust must be created before its first use. Otherwise, the key derivation API fails.
2121

2222
### Key derivation API
2323

0 commit comments

Comments
 (0)