Crypto++  8.8
Free C++ class library of cryptographic schemes
Functions
Name Namespace Reference

Namespace containing value name definitions. More...

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 * Nonce ()
 ConstByteArrayParameter.
 
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 ()
 ConstByteArrayParameter.
 
const char * Terminator ()
 ConstByteArrayParameter.
 
const char * Uppercase ()
 bool
 
const char * GroupSize ()
 int
 
const char * Pad ()
 bool
 
const char * PaddingByte ()
 byte
 
const char * Log2Base ()
 int
 
const char * EncodingLookupArray ()
 const byte *
 
const char * DecodingLookupArray ()
 const byte *
 
const char * InsertLineBreaks ()
 bool
 
const char * MaxLineLength ()
 int
 
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
 
const char * Personalization ()
 ConstByteArrayParameter.
 
const char * PersonalizationSize ()
 int, in bytes
 
const char * Salt ()
 ConstByteArrayParameter.
 
const char * Tweak ()
 ConstByteArrayParameter.
 
const char * SaltSize ()
 int, in bytes
 
const char * TreeMode ()
 byte
 
const char * FileName ()
 const char *
 
const char * FileTime ()
 int
 
const char * Comment ()
 const char *
 
const char * Identity ()
 ConstByteArrayParameter.
 

Detailed Description

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)