diff options
| author | Srujana Challa <[email protected]> | 2021-01-15 19:22:27 +0530 |
|---|---|---|
| committer | Herbert Xu <[email protected]> | 2021-01-22 14:58:03 +1100 |
| commit | 6f03f0e8b6c8a82d8e740ff3a87ed407ad423243 (patch) | |
| tree | 4fa9bc61fd8b8af630f81f803ca5a40369ff79a0 /tools/perf/scripts/python | |
| parent | 8ec8015a316816b07538635fe9c04c35ad63acfc (diff) | |
crypto: octeontx2 - register with linux crypto framework
CPT offload module utilises the linux crypto framework to offload
crypto processing. This patch registers supported algorithms by
calling registration functions provided by the kernel crypto API.
The module currently supports:
- AES block cipher in CBC,ECB and XTS mode.
- 3DES block cipher in CBC and ECB mode.
- AEAD algorithms.
authenc(hmac(sha1),cbc(aes)),
authenc(hmac(sha256),cbc(aes)),
authenc(hmac(sha384),cbc(aes)),
authenc(hmac(sha512),cbc(aes)),
authenc(hmac(sha1),ecb(cipher_null)),
authenc(hmac(sha256),ecb(cipher_null)),
authenc(hmac(sha384),ecb(cipher_null)),
authenc(hmac(sha512),ecb(cipher_null)),
rfc4106(gcm(aes)).
Signed-off-by: Suheil Chandran <[email protected]>
Signed-off-by: Lukasz Bartosik <[email protected]>
Signed-off-by: Srujana Challa <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions