> -----Original Message-----
> From: Akhil Goyal <[email protected]>
> Sent: Tuesday 11 April 2023 14:05
> To: [email protected]
> Cc: [email protected]; Power, Ciara <[email protected]>;
> [email protected]; Akhil Goyal <[email protected]>
> Subject: [PATCH] doc: fix invalid auth algo in cryptoperf app
>
> 3des-cbc is not an authentication algorithm, hence need to be removed.
>
> Fixes: c6baca7adc94 ("doc: describe new performance test application")
> Cc: [email protected]
>
> Signed-off-by: Akhil Goyal <[email protected]>
> ---
> doc/guides/tools/cryptoperf.rst | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/doc/guides/tools/cryptoperf.rst b/doc/guides/tools/cryptoperf.rst
> index c77e253417..f30784674d 100644
> --- a/doc/guides/tools/cryptoperf.rst
> +++ b/doc/guides/tools/cryptoperf.rst
> @@ -232,7 +232,6 @@ The following are the application command-line
> options:
> Set authentication algorithm name, where ``name`` is one
> of the following::
>
> - 3des-cbc
> aes-cbc-mac
> aes-cmac
> aes-gmac
> --
> 2.25.1
Acked-by: Ciara Power <[email protected]>