瀏覽代碼

qcacld-3.0: Remove unused cds_utils macro IV_SIZE_AES_128

Macro IV_SIZE_AES_128 in cds_utils.c is unused, so remove it.

Change-Id: Ibb757b22168848d959b5fe8974efac45d353fad1
CRs-Fixed: 2366961
Jeff Johnson 6 年之前
父節點
當前提交
73aa097a88
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      core/cds/src/cds_utils.c

+ 0 - 1
core/cds/src/cds_utils.c

@@ -58,7 +58,6 @@
  * Preprocessor Definitions and Constants
  * -------------------------------------------------------------------------*/
 #define AAD_LEN 20
-#define IV_SIZE_AES_128 16
 #define CMAC_IPN_LEN 6
 #define CMAC_TLEN 8             /* CMAC TLen = 64 bits (8 octets) */
 #define GMAC_NONCE_LEN 12