]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9e75a77f57f5862b80e8c107a97a647939b21dcf
tree60faba185965df7cc306da02424577ea2db1e075
parent15631b7f2d8889fcf7c5f9facaa65684a2cd4c08
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