* Remove hash/hmac restart from crypto backend and make it part of hash/hmac final.
authorMilan Broz <gmazyland@gmail.com>
Mon, 25 Jul 2011 15:24:04 +0000 (15:24 +0000)
committerMilan Broz <gmazyland@gmail.com>
Mon, 25 Jul 2011 15:24:04 +0000 (15:24 +0000)
commit23e144daf4090659305e93decb4e1e496c28a884
tree4dd4dc7b00e8471f80bffb185dac73d2cfb7098e
parent03a8ba4d17ca52681a264ec63824ace3238d3859
* Remove hash/hmac restart from crypto backend and make it part of hash/hmac final.

Some backend implementation did reset context by default, so this
should create backend api consistent.

git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@578 36d66b0a-2a48-0410-832c-cd162a569da5
ChangeLog
lib/crypt_plain.c
lib/crypto_backend/crypto_backend.h
lib/crypto_backend/crypto_gcrypt.c
lib/crypto_backend/crypto_kernel.c
lib/crypto_backend/crypto_nettle.c
lib/crypto_backend/crypto_nss.c
lib/crypto_backend/crypto_openssl.c
lib/luks1/pbkdf.c