Inherited by keyed algorithms with fixed key length. More...
Static Public Member Functions | |
static size_t | StaticGetValidKeyLength (size_t keylength) |
The default key length for the cipher provided by a static function. | |
Static Public Attributes | |
static const int | KEYLENGTH = N |
The default key length used by the cipher provided as a constant. | |
static const int | MIN_KEYLENGTH = N |
The minimum key length used by the cipher provided as a constant. | |
static const int | MAX_KEYLENGTH = N |
The maximum key length used by the cipher provided as a constant. | |
static const int | DEFAULT_KEYLENGTH = N |
The default key length used by the cipher provided as a constant. | |
static const int | IV_REQUIREMENT = IV_REQ |
The default IV requirements for the cipher provided as a constant. | |
static const int | IV_LENGTH = IV_L |
The default IV length used by the cipher provided as a constant. |
Inherited by keyed algorithms with fixed key length.
N | Default key length, in bytes | |
IV_REQ | The IV requirements. See IV_Requirement in cryptlib.h for allowed values | |
IV_L | Default IV length, in bytes |
Definition at line 113 of file seckey.h.
static size_t FixedKeyLength< N, IV_REQ, IV_L >::StaticGetValidKeyLength | ( | size_t | keylength | ) | [inline, static] |
const int FixedKeyLength< N, IV_REQ, IV_L >::KEYLENGTH = N [static] |
The default key length used by the cipher provided as a constant.
KEYLENGTH is provided in bytes, not bits
Definition at line 118 of file seckey.h.
Referenced by FixedKeyLength< 32, SimpleKeyingInterface::UNIQUE_IV, 24 >::StaticGetValidKeyLength().
const int FixedKeyLength< N, IV_REQ, IV_L >::MIN_KEYLENGTH = N [static] |
const int FixedKeyLength< N, IV_REQ, IV_L >::MAX_KEYLENGTH = N [static] |
const int FixedKeyLength< N, IV_REQ, IV_L >::DEFAULT_KEYLENGTH = N [static] |
const int FixedKeyLength< N, IV_REQ, IV_L >::IV_REQUIREMENT = IV_REQ [static] |
The default IV requirements for the cipher provided as a constant.
The default value is NOT_RESYNCHRONIZABLE. See IV_Requirement in cryptlib.h for allowed values.
const int FixedKeyLength< N, IV_REQ, IV_L >::IV_LENGTH = IV_L [static] |