argnames.h File Reference

Standard names for retrieving values by name when working with NameValuePairs. More...

Go to the source code of this file.

Defines

#define CRYPTOPP_DEFINE_NAME_STRING(name)   inline const char *name() {return #name;}

Functions

const char * ValueNames ()
 string, a list of value names with a semicolon (';') after each name
const char * Version ()
 int
const char * Seed ()
 ConstByteArrayParameter.
const char * Key ()
 ConstByteArrayParameter.
const char * IV ()
 ConstByteArrayParameter, also accepts const byte * for backwards compatibility.
const char * StolenIV ()
 byte *
const char * Rounds ()
 int
const char * FeedbackSize ()
 int
const char * WordSize ()
 int, in bytes
const char * BlockSize ()
 int, in bytes
const char * EffectiveKeyLength ()
 int, in bits
const char * KeySize ()
 int, in bits
const char * ModulusSize ()
 int, in bits
const char * SubgroupOrderSize ()
 int, in bits
const char * PrivateExponentSize ()
 int, in bits
const char * Modulus ()
 Integer.
const char * PublicExponent ()
 Integer.
const char * PrivateExponent ()
 Integer.
const char * PublicElement ()
 Integer.
const char * SubgroupOrder ()
 Integer.
const char * Cofactor ()
 Integer.
const char * SubgroupGenerator ()
 Integer, ECP::Point, or EC2N::Point.
const char * Curve ()
 ECP or EC2N.
const char * GroupOID ()
 OID.
const char * PointerToPrimeSelector ()
 const PrimeSelector *
const char * Prime1 ()
 Integer.
const char * Prime2 ()
 Integer.
const char * ModPrime1PrivateExponent ()
 Integer.
const char * ModPrime2PrivateExponent ()
 Integer.
const char * MultiplicativeInverseOfPrime2ModPrime1 ()
 Integer.
const char * QuadraticResidueModPrime1 ()
 Integer.
const char * QuadraticResidueModPrime2 ()
 Integer.
const char * PutMessage ()
 bool
const char * TruncatedDigestSize ()
 int
const char * BlockPaddingScheme ()
 StreamTransformationFilter::BlockPaddingScheme.
const char * HashVerificationFilterFlags ()
 word32
const char * AuthenticatedDecryptionFilterFlags ()
 word32
const char * SignatureVerificationFilterFlags ()
 word32
const char * InputBuffer ()
 ConstByteArrayParameter.
const char * OutputBuffer ()
 ByteArrayParameter.
const char * InputFileName ()
 const char *
const char * InputFileNameWide ()
 const wchar_t *
const char * InputStreamPointer ()
 std::istream *
const char * InputBinaryMode ()
 bool
const char * OutputFileName ()
 const char *
const char * OutputFileNameWide ()
 const wchar_t *
const char * OutputStreamPointer ()
 std::ostream *
const char * OutputBinaryMode ()
 bool
const char * EncodingParameters ()
 ConstByteArrayParameter.
const char * KeyDerivationParameters ()
 ConstByteArrayParameter.
const char * Separator ()
const char * Terminator ()
const char * Uppercase ()
const char * GroupSize ()
const char * Pad ()
const char * PaddingByte ()
const char * Log2Base ()
const char * EncodingLookupArray ()
const char * DecodingLookupArray ()
const char * InsertLineBreaks ()
const char * MaxLineLength ()
const char * DigestSize ()
 int, in bytes
const char * L1KeyLength ()
 int, in bytes
const char * TableSize ()
 int, in bytes
const char * Blinding ()
 bool, timing attack mitigations, ON by default
const char * DerivedKey ()
 ByteArrayParameter, key derivation, derived key.
const char * DerivedKeyLength ()
 int, key derivation, derived key length in bytes

Detailed Description

Standard names for retrieving values by name when working with NameValuePairs.

Definition in file argnames.h.


Generated on 24 Mar 2016 for Crypto++ by  doxygen 1.6.1