From: Vanshika Shukla <vanshika.shu...@nxp.com>

This patch initializes the pdcp alg to null.

Signed-off-by: Vanshika Shukla <vanshika.shu...@nxp.com>
---
 drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c 
b/drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c
index f9eba4a7bd..3ceb886ddb 100644
--- a/drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c
+++ b/drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c
@@ -1,7 +1,7 @@
 /* SPDX-License-Identifier: BSD-3-Clause
  *
  *   Copyright (c) 2016 Freescale Semiconductor, Inc. All rights reserved.
- *   Copyright 2016-2022 NXP
+ *   Copyright 2016-2023 NXP
  *
  */
 
@@ -3512,6 +3512,7 @@ dpaa2_sec_set_pdcp_session(struct rte_cryptodev *dev,
                session->auth_key.data = NULL;
                session->auth_key.length = 0;
                session->auth_alg = 0;
+               authdata.algtype = PDCP_AUTH_TYPE_NULL;
        }
        authdata.key = (size_t)session->auth_key.data;
        authdata.keylen = session->auth_key.length;
-- 
2.17.1

Reply via email to