From c2b7b20aedfa10de3634877c3e4b7bc9a7d6461e Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Tue, 16 Jun 2015 11:34:16 +0200 Subject: [PATCH] crypto: poly1305 - Pass key as first two message blocks to each desc_ctx The Poly1305 authenticator requires a unique key for each generated tag. This implies that we can't set the key per tfm, as multiple users set individual keys. Instead we pass a desc specific key as the first two blocks of the message to authenticate in update(). Signed-off-by: Martin Willi Signed-off-by: Herbert Xu --- Reading git-format-patch failed