mirror of
https://github.com/torvalds/linux.git
synced 2024-12-27 05:11:48 +00:00
b37c384843
Change my e-mail address to kabel@kernel.org, and fix my name in non-code parts (add diacritical mark). Link: https://lkml.kernel.org/r/20210325171123.28093-2-kabel@kernel.org Signed-off-by: Marek Behún <kabel@kernel.org> Cc: Bartosz Golaszewski <bgolaszewski@baylibre.com> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Cc: Jassi Brar <jassisinghbrar@gmail.com> Cc: Linus Walleij <linus.walleij@linaro.org> Cc: Pavel Machek <pavel@ucw.cz> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
15 lines
594 B
Plaintext
15 lines
594 B
Plaintext
What: /sys/kernel/debug/turris-mox-rwtm/do_sign
|
|
Date: Jun 2020
|
|
KernelVersion: 5.8
|
|
Contact: Marek Behún <kabel@kernel.org>
|
|
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.
|
|
======= ===========================================================
|