Handle the common case first (where input size is a multiple of block size).
authorBen Laurie <ben@openssl.org>
Sun, 8 Jul 2001 19:42:10 +0000 (19:42 +0000)
committerBen Laurie <ben@openssl.org>
Sun, 8 Jul 2001 19:42:10 +0000 (19:42 +0000)
commit7b6055d1afaf6eed5e422c342be33f34304430b3
tree0f76ded098e067b61bf02b414f92b218a4f9e153
parentf31b12503e6de9252d552b35df3e6e0f1f217b68
Handle the common case first (where input size is a multiple of block size).
Worth around 5% for encrypt. Slows down decrypt slightly, but I expect to
regain that later.
crypto/evp/evp_enc.c