Lines Matching full:cleaned
156 -- cleaned up ciphers definitions to remove cbc/cfb/ofb/ctr/etc from the namespace when not used.
167 -- cleaned up tomcrypt_custom.h to make customizable PK easier (and also cleaned up the error traps so they're correctly reported)
183 -- Cleaned up rsa_export() since "zero" was handled with a SHORT_INTEGER
184 -- Cleaned up the LIBTEST_S definitions in both GNU makefiles. A few minor touchups as well.
224 -- Cleaned up LTC_FAST in CBC mode a bit
227 -- Cleaned up a few stray CLEAN_STACKs that should have been LTC_CLEAN_STACK
267 -- Cleaned up warnings in testprof
324 Cleaned up PSS code too
401 -- Cleaned up makefiles to ensure all headers are correctly installed
404 -- Cleaned up detection of x86-64 so it works for ROL/ROR macros
434 -- Cleaned up quite a few functions [ciphers, pk, etc] to make the parameters naming style consistent
482 -- Cleaned up Noekeon to remove unrolling [wasn't required, was messy and actually slower with GCC/ICC]
489 -- Added RSA/ECC/DH speed tests to x86_prof and cleaned it up to build with zero warnings
564 -- Cleaned up the indentation and added comments to rsa_make_key(), rsa_exptmod() and
606 -- cleaned up the makefiles to organize the objects logically
619 -- Various small changes (added missing ARGCHKs and cleaned up indentation)
640 -- Fix to NOEKEON to match published test vectors as well as cleaned up the code a bit
815 -- Cleaned up the DES code and simplified the core desfunc routine.
899 -- Cleaned up some of the ciphers and hashes (coding style, cosmetic changes)
1049 -- cleaned up all the PK code, changed a bit of the API around [not source compatible with v0.66]
1052 -- Added an additional check for memory errors in is_prime() and cleaned up prime.c a bit
1108 -- Cleaned up a little in the makefile
1133 v0.56 -- Cleaned up the comments in the Blowfish code.
1173 -- cleaned up the SAFER+ key schedule to be a bit easier to read.
1181 -- cleaned up the hash done routines to make more sense
1187 -- Cleaned up the support for HMAC's
1188 -- Cleaned up the test vector routines to make the test vector data const. This means on some platforms it will be
1193 stacks cleaned and the rest of the code is getting much more straightforward.
1288 -- Cleaned up the other hash functions to use the LOAD and STORE macros...
1339 v0.28 -- Cleaned up some code so that it doesn't assume "char == 8bits". Mainly SAFER+ has been
1415 -- cleaned up ecc_export()
1416 -- Cleaned up dh_import() and ecc_import() which also perform more
1484 -- Cleaned up the DH code to not export the symbol "sets[]"