tls: speed up prf_hmac_sha256()
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 26 Nov 2018 14:55:41 +0000 (15:55 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 26 Nov 2018 14:55:41 +0000 (15:55 +0100)
commitd9f6c3b091cc1a2a824520e22764ea1538957f3d
treef78ceec6de89fb7a8ae489c588f88a282fae362f
parentf69f207490dd25b89380c21e816b1f6644a7529f
tls: speed up prf_hmac_sha256()

function                                             old     new   delta
hmac_sha_precomputed                                   -      58     +58
prf_hmac_sha256                                      181     222     +41
hmac_sha256                                           68       -     -68
------------------------------------------------------------------------------
(add/remove: 1/1 grow/shrink: 1/0 up/down: 99/-68)             Total: 31 bytes

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