aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/spec/crypto.h
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <deremin-solenikov@cavium.com>2019-05-18 18:41:42 +0300
committerPetri Savolainen <petri.savolainen@nokia.com>2019-05-24 13:53:51 +0300
commit500e4176107db9e9797c6decc249d34c9d906abe (patch)
treec5060764dd9b664272742cfa3e43012b3c0bec91 /include/odp/api/spec/crypto.h
parent619499a4a0bd99989c90260678cc9dbe3948c870 (diff)
api: crypto: correct documentation for ODP_AUTH_ALG_SNOW3G_UIA2
Correct it to reference 128-EIA1 instead of 128-EEA1. Signed-off-by: Dmitry Eremin-Solenikov <deremin-solenikov@cavium.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
Diffstat (limited to 'include/odp/api/spec/crypto.h')
-rw-r--r--include/odp/api/spec/crypto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/odp/api/spec/crypto.h b/include/odp/api/spec/crypto.h
index 7b782868b..e796ddbfb 100644
--- a/include/odp/api/spec/crypto.h
+++ b/include/odp/api/spec/crypto.h
@@ -265,7 +265,7 @@ typedef enum {
*/
ODP_AUTH_ALG_KASUMI_F9,
- /** Integrity UIA2 algorithm (128-EEA1)
+ /** Integrity UIA2 algorithm (128-EIA1)
*
* SNOW 3G-based UIA2 algorithm (also known as 128-EIA1).
*/