crypto: blake2b - rename tfm context and _setkey callback
authorDavid Sterba <dsterba@suse.com>
Tue, 12 Nov 2019 10:20:30 +0000 (11:20 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 22 Nov 2019 10:48:35 +0000 (18:48 +0800)
commitc433a1a8572eceb7c45dd85d93fec6946b71bb72
tree60faba185965df7cc306da02424577ea2db1e075
parent0b4b5f10ac1ffb7f51db1832d189c33955c0d4c1
crypto: blake2b - rename tfm context and _setkey callback

The TFM context can be renamed to a more appropriate name and the local
varaibles as well, using 'tctx' which seems to be more common than
'mctx'.

The _setkey callback was the last one without the blake2b_ prefix,
rename that too.

Signed-off-by: David Sterba <dsterba@suse.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/blake2b_generic.c