From eec19e94a1135030f38ba708ab7e765f1ca3ec0c Mon Sep 17 00:00:00 2001 From: Dariusz Michaluk Date: Tue, 17 May 2016 11:11:18 +0200 Subject: [PATCH] Remove CTR bits param. Only default 128b is supported by openssl at the moment. Change-Id: Id5f70b196940172e567e7e357269babeae714a29 --- api/yaca/types.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/api/yaca/types.h b/api/yaca/types.h index 1b5c1cc..3284ede 100644 --- a/api/yaca/types.h +++ b/api/yaca/types.h @@ -251,9 +251,6 @@ typedef enum { /** * CTR block cipher mode. * 16-byte initialization vector is mandatory. - * Supported parameters: - * - #YACA_PARAM_CTR_CNT = length of counter block in bits - * (optional, only 128b is supported at the moment) */ YACA_BCM_CTR, @@ -315,7 +312,6 @@ typedef enum { YACA_PARAM_PADDING, /**< Padding */ YACA_PARAM_RC2_EFFECTIVE_KEY_BITS, /**< RC2 effective key bits, 1-1024, 1 bit resolution */ - YACA_PARAM_CTR_CNT, /**< CTR Counter bits */ YACA_PARAM_GCM_AAD, /**< GCM Additional Authentication Data */ YACA_PARAM_GCM_TAG, /**< GCM Tag bits */ -- 2.7.4