Crypto++ 8.7
Free C++ class library of cryptographic schemes
|
Namespace containing value name definitions. More...
Functions | |
const char * | ValueNames () |
string, a list of value names with a semicolon (';') after each name More... | |
const char * | Version () |
int More... | |
const char * | Seed () |
ConstByteArrayParameter. More... | |
const char * | Key () |
ConstByteArrayParameter. More... | |
const char * | IV () |
ConstByteArrayParameter, also accepts const byte * for backwards compatibility. More... | |
const char * | StolenIV () |
byte * More... | |
const char * | Nonce () |
ConstByteArrayParameter. More... | |
const char * | Rounds () |
int More... | |
const char * | FeedbackSize () |
int More... | |
const char * | WordSize () |
int, in bytes More... | |
const char * | BlockSize () |
int, in bytes More... | |
const char * | EffectiveKeyLength () |
int, in bits More... | |
const char * | KeySize () |
int, in bits More... | |
const char * | ModulusSize () |
int, in bits More... | |
const char * | SubgroupOrderSize () |
int, in bits More... | |
const char * | PrivateExponentSize () |
int, in bits More... | |
const char * | Modulus () |
Integer. More... | |
const char * | PublicExponent () |
Integer. More... | |
const char * | PrivateExponent () |
Integer. More... | |
const char * | PublicElement () |
Integer. More... | |
const char * | SubgroupOrder () |
Integer. More... | |
const char * | Cofactor () |
Integer. More... | |
const char * | SubgroupGenerator () |
Integer, ECP::Point, or EC2N::Point. More... | |
const char * | Curve () |
ECP or EC2N. More... | |
const char * | GroupOID () |
OID. More... | |
const char * | PointerToPrimeSelector () |
const PrimeSelector * More... | |
const char * | Prime1 () |
Integer. More... | |
const char * | Prime2 () |
Integer. More... | |
const char * | ModPrime1PrivateExponent () |
Integer. More... | |
const char * | ModPrime2PrivateExponent () |
Integer. More... | |
const char * | MultiplicativeInverseOfPrime2ModPrime1 () |
Integer. More... | |
const char * | QuadraticResidueModPrime1 () |
Integer. More... | |
const char * | QuadraticResidueModPrime2 () |
Integer. More... | |
const char * | PutMessage () |
bool More... | |
const char * | TruncatedDigestSize () |
int More... | |
const char * | BlockPaddingScheme () |
StreamTransformationFilter::BlockPaddingScheme. More... | |
const char * | HashVerificationFilterFlags () |
word32 More... | |
const char * | AuthenticatedDecryptionFilterFlags () |
word32 More... | |
const char * | SignatureVerificationFilterFlags () |
word32 More... | |
const char * | InputBuffer () |
ConstByteArrayParameter. More... | |
const char * | OutputBuffer () |
ByteArrayParameter. More... | |
const char * | InputFileName () |
const char * More... | |
const char * | InputFileNameWide () |
const wchar_t * More... | |
const char * | InputStreamPointer () |
std::istream * More... | |
const char * | InputBinaryMode () |
bool More... | |
const char * | OutputFileName () |
const char * More... | |
const char * | OutputFileNameWide () |
const wchar_t * More... | |
const char * | OutputStreamPointer () |
std::ostream * More... | |
const char * | OutputBinaryMode () |
bool More... | |
const char * | EncodingParameters () |
ConstByteArrayParameter. More... | |
const char * | KeyDerivationParameters () |
ConstByteArrayParameter. More... | |
const char * | Separator () |
ConstByteArrayParameter. More... | |
const char * | Terminator () |
ConstByteArrayParameter. More... | |
const char * | Uppercase () |
bool More... | |
const char * | GroupSize () |
int More... | |
const char * | Pad () |
bool More... | |
const char * | PaddingByte () |
byte More... | |
const char * | Log2Base () |
int More... | |
const char * | EncodingLookupArray () |
const byte * More... | |
const char * | DecodingLookupArray () |
const byte * More... | |
const char * | InsertLineBreaks () |
bool More... | |
const char * | MaxLineLength () |
int More... | |
const char * | DigestSize () |
int, in bytes More... | |
const char * | L1KeyLength () |
int, in bytes More... | |
const char * | TableSize () |
int, in bytes More... | |
const char * | Blinding () |
bool, timing attack mitigations, ON by default More... | |
const char * | DerivedKey () |
ByteArrayParameter, key derivation, derived key. More... | |
const char * | DerivedKeyLength () |
int, key derivation, derived key length in bytes More... | |
const char * | Personalization () |
ConstByteArrayParameter. More... | |
const char * | PersonalizationSize () |
int, in bytes More... | |
const char * | Salt () |
ConstByteArrayParameter. More... | |
const char * | Tweak () |
ConstByteArrayParameter. More... | |
const char * | SaltSize () |
int, in bytes More... | |
const char * | TreeMode () |
byte More... | |
const char * | FileName () |
const char * More... | |
const char * | FileTime () |
int More... | |
const char * | Comment () |
const char * More... | |
const char * | Identity () |
ConstByteArrayParameter. More... | |
Namespace containing value name definitions.
Name is part of the CryptoPP namespace.
The semantics of value names, types are:
ThisObject:ClassName (ClassName, copy of this object or a subobject) ThisPointer:ClassName (const ClassName *, pointer to this object or a subobject)
|
inline |
string, a list of value names with a semicolon (';') after each name
Definition at line 17 of file argnames.h.
|
inline |
int
Definition at line 18 of file argnames.h.
|
inline |
Definition at line 19 of file argnames.h.
|
inline |
Definition at line 20 of file argnames.h.
|
inline |
ConstByteArrayParameter, also accepts const byte * for backwards compatibility.
Definition at line 21 of file argnames.h.
|
inline |
byte *
Definition at line 22 of file argnames.h.
|
inline |
Definition at line 23 of file argnames.h.
|
inline |
int
Definition at line 24 of file argnames.h.
|
inline |
int
Definition at line 25 of file argnames.h.
|
inline |
int, in bytes
Definition at line 26 of file argnames.h.
|
inline |
int, in bytes
Definition at line 27 of file argnames.h.
|
inline |
int, in bits
Definition at line 28 of file argnames.h.
|
inline |
int, in bits
Definition at line 29 of file argnames.h.
|
inline |
int, in bits
Definition at line 30 of file argnames.h.
|
inline |
int, in bits
Definition at line 31 of file argnames.h.
|
inline |
int, in bits
Definition at line 32 of file argnames.h.
|
inline |
Definition at line 33 of file argnames.h.
|
inline |
Definition at line 34 of file argnames.h.
|
inline |
Definition at line 35 of file argnames.h.
|
inline |
Definition at line 36 of file argnames.h.
|
inline |
Definition at line 37 of file argnames.h.
|
inline |
Definition at line 38 of file argnames.h.
|
inline |
Integer, ECP::Point, or EC2N::Point.
Definition at line 39 of file argnames.h.
|
inline |
Definition at line 40 of file argnames.h.
|
inline |
OID.
Definition at line 41 of file argnames.h.
|
inline |
const PrimeSelector *
Definition at line 42 of file argnames.h.
|
inline |
Definition at line 43 of file argnames.h.
|
inline |
Definition at line 44 of file argnames.h.
|
inline |
Definition at line 45 of file argnames.h.
|
inline |
Definition at line 46 of file argnames.h.
|
inline |
Definition at line 47 of file argnames.h.
|
inline |
Definition at line 48 of file argnames.h.
|
inline |
Definition at line 49 of file argnames.h.
|
inline |
bool
Definition at line 50 of file argnames.h.
|
inline |
int
Definition at line 51 of file argnames.h.
|
inline |
StreamTransformationFilter::BlockPaddingScheme.
Definition at line 52 of file argnames.h.
|
inline |
word32
Definition at line 53 of file argnames.h.
|
inline |
word32
Definition at line 54 of file argnames.h.
|
inline |
word32
Definition at line 55 of file argnames.h.
|
inline |
Definition at line 56 of file argnames.h.
|
inline |
Definition at line 57 of file argnames.h.
|
inline |
const char *
Definition at line 58 of file argnames.h.
|
inline |
const wchar_t *
Definition at line 59 of file argnames.h.
|
inline |
std::istream *
Definition at line 60 of file argnames.h.
|
inline |
bool
Definition at line 61 of file argnames.h.
|
inline |
const char *
Definition at line 62 of file argnames.h.
|
inline |
const wchar_t *
Definition at line 63 of file argnames.h.
|
inline |
std::ostream *
Definition at line 64 of file argnames.h.
|
inline |
bool
Definition at line 65 of file argnames.h.
|
inline |
Definition at line 66 of file argnames.h.
|
inline |
Definition at line 67 of file argnames.h.
|
inline |
Definition at line 68 of file argnames.h.
|
inline |
Definition at line 69 of file argnames.h.
|
inline |
bool
Definition at line 70 of file argnames.h.
|
inline |
int
Definition at line 71 of file argnames.h.
|
inline |
bool
Definition at line 72 of file argnames.h.
|
inline |
byte
Definition at line 73 of file argnames.h.
|
inline |
int
Definition at line 74 of file argnames.h.
|
inline |
const byte *
Definition at line 75 of file argnames.h.
|
inline |
const byte *
Definition at line 76 of file argnames.h.
|
inline |
bool
Definition at line 77 of file argnames.h.
|
inline |
int
Definition at line 78 of file argnames.h.
|
inline |
int, in bytes
Definition at line 79 of file argnames.h.
|
inline |
int, in bytes
Definition at line 80 of file argnames.h.
|
inline |
int, in bytes
Definition at line 81 of file argnames.h.
|
inline |
bool, timing attack mitigations, ON by default
Definition at line 82 of file argnames.h.
|
inline |
ByteArrayParameter, key derivation, derived key.
Definition at line 83 of file argnames.h.
|
inline |
int, key derivation, derived key length in bytes
Definition at line 84 of file argnames.h.
|
inline |
Definition at line 85 of file argnames.h.
|
inline |
int, in bytes
Definition at line 86 of file argnames.h.
|
inline |
Definition at line 87 of file argnames.h.
|
inline |
Definition at line 88 of file argnames.h.
|
inline |
int, in bytes
Definition at line 89 of file argnames.h.
|
inline |
byte
Definition at line 90 of file argnames.h.
|
inline |
const char *
Definition at line 91 of file argnames.h.
|
inline |
int
Definition at line 92 of file argnames.h.
|
inline |
const char *
Definition at line 93 of file argnames.h.
|
inline |
Definition at line 94 of file argnames.h.