• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/

Lines Matching defs:function

117 		//! invalid function argument
218 passing, use the MakeParameters() function.
392 /*! If this function returns true, and no IV is passed to SetKey() and CanUseStructuredIVs()==true, an IV of all 0's will be assumed. */
481 /*! This function is useful for passing a temporary StreamTransformation object to a
482 function that takes a non-const reference. */
502 /*! For now the only use of this function is for CBC-CTS mode. */
544 /*! This function is useful for passing a temporary HashTransformation object to a
545 function that takes a non-const reference. */
570 //! block size of underlying compression function, or 0 if not block based
641 //! this indicates that a member function was called in the wrong state, for example trying to encrypt a message before having set the key or IV
646 explicit BadState(const std::string &name, const char *function, const char *state) : Exception(OTHER_ERROR, name + ": " + function + " was called before " + state) {}
655 //! if this function returns true, SpecifyDataLengths() must be called before attempting to input data
658 //! this function only needs to be called if NeedsPrespecifiedDataLengths() returns true
791 /*! This function is useful for passing a temporary BufferedTransformation object to a
792 function that takes a non-const reference. */
1059 /*! \note This function can be used to create a public key from a private key. */
1065 1 - this object will probably function (encrypt, sign, etc.) correctly (but may not check for weak keys and such)
1066 2 - make sure this object will function correctly, and do reasonable security checks
1123 //! calls the above function with a NameValuePairs object that just specifies "KeySize"
1211 /*! \note This function returns 0 if ciphertextLength is not valid (too long or too short). */
1215 /*! \note This function returns 0 if plaintextLength is not valid (too long). */
1301 //! invalid key exception, may be thrown by any function in this class if the private or public key has a length that can't be used
1308 //! key too short exception, may be thrown by any function in this class if the private or public key is too short to sign or verify anything
1336 //! if this function returns true, during verification you must input the signature before the message, otherwise you can input it at anytime */
1569 //! exception thrown when a function is called unexpectedly