Remove CTR bits param. 08/69908/4
authorDariusz Michaluk <d.michaluk@samsung.com>
Tue, 17 May 2016 09:11:18 +0000 (11:11 +0200)
committerDariusz Michaluk <d.michaluk@samsung.com>
Thu, 19 May 2016 07:14:11 +0000 (09:14 +0200)
Only default 128b is supported by openssl at the moment.

Change-Id: Id5f70b196940172e567e7e357269babeae714a29

api/yaca/types.h

index 1b5c1cc..3284ede 100644 (file)
@@ -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 */