Security Scol plugin
|
Inherited by keyed algorithms with fixed key length. More...
#include <seckey.h>
Public Member Functions | |
CRYPTOPP_CONSTANT (KEYLENGTH=N) | |
The default key length used by the algorithm provided as a constant. | |
CRYPTOPP_CONSTANT (MIN_KEYLENGTH=N) | |
The minimum key length used by the algorithm provided as a constant. | |
CRYPTOPP_CONSTANT (MAX_KEYLENGTH=N) | |
The maximum key length used by the algorithm provided as a constant. | |
CRYPTOPP_CONSTANT (DEFAULT_KEYLENGTH=N) | |
The default key length used by the algorithm provided as a constant. | |
CRYPTOPP_CONSTANT (IV_REQUIREMENT=IV_REQ) | |
The default IV requirements for the algorithm provided as a constant. | |
CRYPTOPP_CONSTANT (IV_LENGTH=IV_L) | |
The default IV length used by the algorithm provided as a constant. | |
CRYPTOPP_STATIC_CONSTEXPR size_t CRYPTOPP_API | StaticGetValidKeyLength (size_t keylength) |
The default key length for the algorithm provided by a static function. | |
Inherited by keyed algorithms with fixed key length.
N | Default key length, in bytes |
IV_REQ | the IV requirements |
IV_L | default IV length, in bytes |
FixedKeyLength< N, IV_REQ, IV_L >::CRYPTOPP_CONSTANT | ( | DEFAULT_KEYLENGTH | = N | ) |
The default key length used by the algorithm provided as a constant.
DEFAULT_KEYLENGTH is provided in bytes, not bits
FixedKeyLength< N, IV_REQ, IV_L >::CRYPTOPP_CONSTANT | ( | IV_LENGTH | = IV_L | ) |
The default IV length used by the algorithm provided as a constant.
IV_LENGTH is provided in bytes, not bits. The default implementation uses 0.
FixedKeyLength< N, IV_REQ, IV_L >::CRYPTOPP_CONSTANT | ( | IV_REQUIREMENT | = IV_REQ | ) |
The default IV requirements for the algorithm provided as a constant.
The default value is NOT_RESYNCHRONIZABLE. See IV_Requirement in cryptlib.h for allowed values.
FixedKeyLength< N, IV_REQ, IV_L >::CRYPTOPP_CONSTANT | ( | KEYLENGTH | = N | ) |
The default key length used by the algorithm provided as a constant.
KEYLENGTH is provided in bytes, not bits
FixedKeyLength< N, IV_REQ, IV_L >::CRYPTOPP_CONSTANT | ( | MAX_KEYLENGTH | = N | ) |
The maximum key length used by the algorithm provided as a constant.
MAX_KEYLENGTH is provided in bytes, not bits
FixedKeyLength< N, IV_REQ, IV_L >::CRYPTOPP_CONSTANT | ( | MIN_KEYLENGTH | = N | ) |
The minimum key length used by the algorithm provided as a constant.
MIN_KEYLENGTH is provided in bytes, not bits
|
inline |