commit | 47d3fd390e899e0403da35733b75832eacfbbc3f | [log] [tgz] |
---|---|---|
author | Tudor-Dan Ambarus <tudor.ambarus@microchip.com> | Tue May 30 17:52:49 2017 +0300 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Sat Jun 10 12:04:36 2017 +0800 |
tree | 978c7091ffb0209330bb560fe5e5cf554ded03a9 | |
parent | 6755fd269d5c100b0eca420db501ae58435efd6e [diff] |
crypto: testmgr - add genkey kpp test The test considers a party that already has a private-public key pair and a party that provides a NULL key. The kernel will generate the private-public key pair for the latter, computes the shared secret on both ends and verifies if it's the same. The explicit private-public key pair was copied from the previous test vector. Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>