On Tue, Jan 25, 2011 at 03:44:47PM +0200, Dmitry Kasatkin wrote: > > What we have done in our system is introduced a new flag which is set to > request. > flags |= CRYPTO_TFM_REQ_USE_FINUP; > ahash_request_set_callback(req, flags, tcrypt_complete, &tresult); We don't need a flag for this, we just need to optimise the user-interface code to actually use finup when MSG_MORE is not set. Cheers, -- Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html