From: Dariusz Michaluk Date: Tue, 17 May 2016 09:11:18 +0000 (+0200) Subject: Remove CTR bits param. X-Git-Tag: accepted/tizen/common/20160810.161523~141 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eec19e94a1135030f38ba708ab7e765f1ca3ec0c;p=platform%2Fcore%2Fsecurity%2Fyaca.git Remove CTR bits param. Only default 128b is supported by openssl at the moment. Change-Id: Id5f70b196940172e567e7e357269babeae714a29 --- 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 */