tls: remove last int16 local variables in pstm code
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 15 Jul 2017 15:19:38 +0000 (17:19 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 15 Jul 2017 15:19:38 +0000 (17:19 +0200)
commit3d7ec48da0eda272e88f3a5391e72a8fcc1c33ac
tree4de49b05c4136ef9d72aadd1117898756150cb47
parent79376ecdbd2fff83795dfcbddf5a0cc5eed3adf9
tls: remove last int16 local variables in pstm code

function                                             old     new   delta
pstm_mul_comba                                       439     447      +8
pstm_sqr_comba                                       475     478      +3
pstm_montgomery_reduce                               399     381     -18
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 2/1 up/down: 11/-18)             Total: -7 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/tls_pstm.c
networking/tls_pstm_montgomery_reduce.c
networking/tls_pstm_mul_comba.c
networking/tls_pstm_sqr_comba.c