forked from luck/tmp_suning_uos_patched
4119f0dfbd
Unfortunately, (R) and (W) are valid markups for enumerated lists, as described at: https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#enumerated-lists So, we ned to replace them by: (R) -> (Read) (W) -> (Write) As otherwise, (R) will be displayed as R., with is not what it is desired. There's no need to touch (RO) and (RW). Acked-by: Jonathan Corbet <corbet@lwn.net> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Link: https://lore.kernel.org/r/6e81ad8064f3ed4f8dc265086fdf1c618043f935.1604042072.git.mchehab+huawei@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
15 lines
596 B
Plaintext
15 lines
596 B
Plaintext
What: /sys/kernel/debug/turris-mox-rwtm/do_sign
|
|
Date: Jun 2020
|
|
KernelVersion: 5.8
|
|
Contact: Marek Behún <marek.behun@nic.cz>
|
|
Description:
|
|
|
|
======= ===========================================================
|
|
(Write) Message to sign with the ECDSA private key stored in
|
|
device's OTP. The message must be exactly 64 bytes
|
|
(since this is intended for SHA-512 hashes).
|
|
(Read) The resulting signature, 136 bytes. This contains the
|
|
R and S values of the ECDSA signature, both in
|
|
big-endian format.
|
|
======= ===========================================================
|