Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: a38fd8748464831584a19438cbb3082b5a2dab15 authored by Linus Torvalds on 06 March 2021, 01:33:41 UTC
Linux 5.12-rc2
Tip revision: a38fd87
debugfs-turris-mox-rwtm
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.
		======= ===========================================================
back to top