Home | History | Annotate | Download | only in libtomcrypt

Lines Matching full:encrypt

53          parameter you pass to ctr_start(), otherwise it will be LTC compliant (e.g. encrypt then increment)
63 -- Added RSA PKCS #1 v1.5 signature/encrypt tests to rsa_test.c
81 -- two fixes to CCM for corner cases [L+noncelen > 15] and fixing the CTR pad to encrypt the CBC-MAC tag
118 -- lrw_process now checks the return of the cipher ecb encrypt/decrypt calls
170 v1.07 -- Craig Schlenter pointed out the "encrypt" demo doesn't call ctr_start() correctly. That's because as of a few releases ago
185 -- Made the cipher ecb encrypt/decrypt return an int as well, changed ALL dependent code to check for this.
196 -- Added encrypt/decrypt to the DSA side (basically DH with DSA parameters)
437 -- Started a SAFER+ optimizer [does encrypt only] which shaves a good 30 or so cycles/byte on my AMD64
513 v0.97b -- Added PKCS #1 v1.5 RSA encrypt/sign helpers (like rsa_sign_hash, etc...)
525 -- Changed RC4 to store it's output. If you want to encrypt with RC4
579 -- refactored AES, now sports an "encrypt only" descriptor which uses half as much code space.
581 -- updated ECB, OCB and CBC decrypt functions to detect when "encrypt only" descriptor is used.
644 -- Added EAX Encrypt+Authenticate support
671 -- Merge the store/encrypt key part of ecc_encrypt_key() as per dh_encrypt_key() [can you guess what I'm upto?]
776 -- Fixed up demos/encrypt to remove serpent_desc from the list
989 -- Modified test programs hashsum/encrypt to use the new algorithms and error handling syntax
1056 -- The ECB/CBC/OFB/CFB/CTR wrappers now check that the cipher is valid in the encrypt/decrypt calls
1114 -- Simplified the RSA, DH and ECC encrypt() routines where they use CTR to encode the message
1123 -- The padding method for RSA is more clearly documented. Namely if you want to encrypt/sign something of length
1278 encrypt messages any size block at a time.
1472 -- Added ECC packet routines for encrypt/decrypt/sign/verify much akin to