evp/e_aes.c: replace calls to one-liners with references in GCM.
authorAndy Polyakov <appro@openssl.org>
Sun, 20 May 2018 09:54:24 +0000 (11:54 +0200)
committerAndy Polyakov <appro@openssl.org>
Sun, 3 Jun 2018 19:12:52 +0000 (21:12 +0200)
commitc5307d9cc079f379ee0e2bc960abda73046cd4ec
tree966759c3d507b8ff065a8109e9207deeaf102c89
parent1e653d0ff7fc2e06a1cb1e05c01feecde84e67d3
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)
crypto/evp/e_aes.c