summaryrefslogtreecommitdiff
path: root/crypto.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-04keypair: Add routines to generate and verify a keypairDaniel Borkmann1-0/+1
2013-06-04crypto: add crypto header with includes and definesDaniel Borkmann1-0/+19
Ingo Molnar <mingo@kernel.org>2016-06-27 12:49:20 +0200 committerIngo Molnar <mingo@kernel.org>2016-07-08 15:21:37 +0200 commit7fb2b43c3252c9177825a0a49138cd16144b6b5e (patch) tree1ac0da82ea6e3dfed5a5aca87b2bed2915da4747 parentb684e9bc750b6349ff59f1b1ab4397cae255765f (diff)
efi: Reorganize the GUID table to make it easier to read
Re-organize the GUID table so that every GUID takes a single line. This makes each line super long, but if you have a large enough terminal (or zoom out of a small terminal) then you can see the structure at a glance - which is more readable than it was the case with the multi-line layout. Acked-by: Matt Fleming <matt@codeblueprint.co.uk> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Cc: Joe Perches <joe@perches.com> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Peter Jones <pjones@redhat.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: linux-efi@vger.kernel.org Link: http://lkml.kernel.org/r/20160627104920.GA9099@gmail.com Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat