tls: AES-GCM: in GMULT, avoid memcpy, use one less variable in bit loop
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 8 Dec 2018 20:24:38 +0000 (21:24 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 8 Dec 2018 20:24:38 +0000 (21:24 +0100)
commit32ec5f170589537ebec40ba334324ecf208009e7
treea467d52be288dcce75c3d7f37c04048ca4db3612
parent6e7c65fca0cb176592000b249f612e037a1dc7fc
tls: AES-GCM: in GMULT, avoid memcpy, use one less variable in bit loop

function                                             old     new   delta
GMULT                                                168     159      -9

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/tls_aesgcm.c