Lines Matching full:macro
69 v1.14 -- Renamed the chaining mode macros from XXX to LTC_XXX_MODE. Should help avoid polluting the macro name space.
345 -- [Peter LaDow] fixed a typo w.r.t. XREALLOC macro (spelling counts kids!)
360 -- LTC_NO_ASM is now the official "disable all non-portable stuff" macro. When defined it will make the code endian-neutral,
362 trouble building the library (old GCCs for instance dislike the ROLc macro)
678 -- Added generic HASH_PROCESS macro to mycrypt_hash.h which simplifies the hash "process" functions
873 -- Added XREALLOC macro to provide realloc() functionality.
883 v0.78 -- Made the default ARGCHK macro a function call instead which reduced the code size from 264KB to 239KB.
887 -- Made "aes" an alias for Rijndael via a pre-processor macro. Now you can use "aes_ecb_encrypt", etc... :-)
1018 -- Fixed ARGCHK macro usage when ARGTYPE=1 throughout the code
1324 -- Changed the CONST64 macro for MSVC to use the "unsigned __int64" type, e.g. "ui64" instead of "i64".
1530 v0.05 -- Fixed the ROL/ROR macro to be safe on platforms