crypto: ccp - Add a sample library for ioctl use
authorMario Limonciello <mario.limonciello@amd.com>
Fri, 23 Jun 2023 13:49:58 +0000 (08:49 -0500)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 20 Jul 2023 10:14:41 +0000 (22:14 +1200)
commitfebe3ed3222f92672d3e0471893aa8ab23275c28
treee5726511bbcbe63436b194940a3bc408fdc7509e
parente2cfe05e9277b5a7abbbc186fec1ad37348dd956
crypto: ccp - Add a sample library for ioctl use

Add a small shared library that demonstrates the usage of the
IOCTL interface.  This library can be linked to but, is
intended to be loaded and used by higher level languages

Acked-by: Tom Lendacky <thomas.lendacky@amd.com>
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
tools/crypto/ccp/Makefile [new file with mode: 0644]
tools/crypto/ccp/dbc.c [new file with mode: 0644]