commit | 0d69f9032b9a7ec189f771223453e386e2c83421 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Fri Sep 25 12:24:50 2020 +0100 |
committer | David Howells <dhowells@redhat.com> | Wed Nov 25 10:09:25 2020 +0000 |
tree | 83a103b1a7f45f43a869dbaa667c27626b3725f9 | |
parent | cf9120ac463b9d908e33fe6b8fcd1716c6fb07d0 [diff] |
rxrpc: rxgk: Implement the Camellia enctypes from rfc6803 Implement the camellia128-cts-cmac and camellia256-cts-cmac enctypes from rfc6803 for RxGK. Note that the test vectors in rfc6803 for encryption are incomplete, lacking the key usage number needed to derive Ke and Ki, and there are errata for this: https://www.rfc-editor.org/errata_search.php?rfc=6803 Signed-off-by: David Howells <dhowells@redhat.com>