Remove RC2 effective key bits param. 35/70535/2
authorDariusz Michaluk <d.michaluk@samsung.com>
Thu, 19 May 2016 10:00:18 +0000 (12:00 +0200)
committerDariusz Michaluk <d.michaluk@samsung.com>
Thu, 19 May 2016 12:35:28 +0000 (14:35 +0200)
Only default 128b is supported at the moment.

Change-Id: I5908983614bfda58ed7466980734a110b504eb48

api/yaca/types.h

index b6068a9..f10deb5 100644 (file)
@@ -194,8 +194,7 @@ typedef enum {
         * RC2 encryption.
         * This is a variable key length cipher.
         * - Supported key lengths: 8-1024 bits in steps of 8 bits.
-        * - Additional parameter, effective key bits: #YACA_PARAM_RC2_EFFECTIVE_KEY_BITS,
-        * by default equals to 128
+        * - Effective key bits parameter by default equals to 128.
         * - Supported block cipher modes:
         * #YACA_BCM_CBC,
         * #YACA_BCM_OFB,
@@ -310,8 +309,6 @@ typedef enum {
 typedef enum {
        YACA_PARAM_PADDING,                /**< Padding */
 
-       YACA_PARAM_RC2_EFFECTIVE_KEY_BITS, /**< RC2 effective key bits, 1-1024, 1 bit resolution */
-
        YACA_PARAM_GCM_AAD,                /**< GCM Additional Authentication Data */
        YACA_PARAM_GCM_TAG,                /**< GCM Tag bits */
        YACA_PARAM_GCM_TAG_LEN,            /**< GCM Tag length */