commit | c5307d9cc079f379ee0e2bc960abda73046cd4ec | [log] [tgz] |
---|---|---|
author | Andy Polyakov <appro@openssl.org> | Sun May 20 11:54:24 2018 +0200 |
committer | Andy Polyakov <appro@openssl.org> | Sun Jun 03 21:12:52 2018 +0200 |
tree | 966759c3d507b8ff065a8109e9207deeaf102c89 | |
parent | 1e653d0ff7fc2e06a1cb1e05c01feecde84e67d3 [diff] |
evp/e_aes.c: replace calls to one-liners with references in GCM. Even though calls can be viewed as styling improvement, they do come with cost. It's not big cost and shows only on short inputs, but it is measurable, 2-3% on some platforms. Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6312)