All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/16] crypto: atmel - Fixes and cleanup patches
@ 2019-12-05  9:53 ` Tudor.Ambarus
  0 siblings, 0 replies; 38+ messages in thread
From: Tudor.Ambarus @ 2019-12-05  9:53 UTC (permalink / raw)
  To: herbert
  Cc: Nicolas.Ferre, alexandre.belloni, Ludovic.Desroches,
	linux-crypto, linux-arm-kernel, linux-kernel, Tudor.Ambarus

From: Tudor Ambarus <tudor.ambarus@microchip.com>

Fix AES CTR and other cleanup patches.

Tudor Ambarus (16):
  crypto: atmel-tdes: Constify value to write to hw
  crypto: atmel-{sha,tdes} - Change algorithm priorities
  crypto: atmel-tdes - Remove unused header includes
  crypto: atmel-{sha,tdes} - Propagate error from _hw_version_init()
  crypto: atmel-{aes,sha,tdes} - Drop superfluous error message in
    probe()
  crypto: atmel-{aes,sha,tdes} - Rename labels in probe()
  crypto: atmel-tdes - Remove useless write in Control Register
  crypto: atmel-tdes - Map driver data flags to Mode Register
  crypto: atmel-tdes - Drop unnecessary passing of tfm
  crypto: atmel-{aes,tdes} - Do not save IV for ECB mode
  crypto: atmel-aes - Fix counter overflow in CTR mode
  crypto: atmel-aes - Fix saving of IV for CTR mode
  crypto: atmel-{sha,tdes} - Remove unused 'err' member of driver data
  crypto: atmel-sha - Void return type for atmel_sha_update_dma_stop()
  crypto: atmel-aes - Use gcm helper to check authsize
  crypto: atmel-{aes,sha,tdes} - Group common alg type init in dedicated
    methods

 drivers/crypto/atmel-aes.c  | 227 ++++++++++++++-----------------------
 drivers/crypto/atmel-sha.c  | 102 +++++++----------
 drivers/crypto/atmel-tdes.c | 270 ++++++++++++++++++++------------------------
 3 files changed, 247 insertions(+), 352 deletions(-)

-- 
2.14.5


^ permalink raw reply	[flat|nested] 38+ messages in thread

end of thread, other threads:[~2019-12-11  9:46 UTC | newest]

Thread overview: 38+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-05  9:53 [PATCH 00/16] crypto: atmel - Fixes and cleanup patches Tudor.Ambarus
2019-12-05  9:53 ` Tudor.Ambarus
2019-12-05  9:53 ` [PATCH 01/16] crypto: atmel-tdes: Constify value to write to hw Tudor.Ambarus
2019-12-05  9:53   ` Tudor.Ambarus
2019-12-05  9:53 ` [PATCH 02/16] crypto: atmel-{sha,tdes} - Change algorithm priorities Tudor.Ambarus
2019-12-05  9:53   ` Tudor.Ambarus
2019-12-05  9:53 ` [PATCH 03/16] crypto: atmel-tdes - Remove unused header includes Tudor.Ambarus
2019-12-05  9:53   ` Tudor.Ambarus
2019-12-05  9:53 ` [PATCH 04/16] crypto: atmel-{sha,tdes} - Propagate error from _hw_version_init() Tudor.Ambarus
2019-12-05  9:53   ` Tudor.Ambarus
2019-12-05  9:53 ` [PATCH 05/16] crypto: atmel-{aes,sha,tdes} - Drop superfluous error message in probe() Tudor.Ambarus
2019-12-05  9:53   ` Tudor.Ambarus
2019-12-05  9:53 ` [PATCH 06/16] crypto: atmel-{aes,sha,tdes} - Rename labels " Tudor.Ambarus
2019-12-05  9:53   ` [PATCH 06/16] crypto: atmel-{aes, sha, tdes} " Tudor.Ambarus
2019-12-05  9:53 ` [PATCH 07/16] crypto: atmel-tdes - Remove useless write in Control Register Tudor.Ambarus
2019-12-05  9:53   ` Tudor.Ambarus
2019-12-05  9:53 ` [PATCH 08/16] crypto: atmel-tdes - Map driver data flags to Mode Register Tudor.Ambarus
2019-12-05  9:53   ` Tudor.Ambarus
2019-12-05  9:53 ` [PATCH 09/16] crypto: atmel-tdes - Drop unnecessary passing of tfm Tudor.Ambarus
2019-12-05  9:53   ` Tudor.Ambarus
2019-12-05  9:54 ` [PATCH 10/16] crypto: atmel-{aes,tdes} - Do not save IV for ECB mode Tudor.Ambarus
2019-12-05  9:54   ` Tudor.Ambarus
2019-12-05  9:54 ` [PATCH 11/16] crypto: atmel-aes - Fix counter overflow in CTR mode Tudor.Ambarus
2019-12-05  9:54   ` Tudor.Ambarus
2019-12-05  9:54 ` [PATCH 12/16] crypto: atmel-aes - Fix saving of IV for " Tudor.Ambarus
2019-12-05  9:54   ` Tudor.Ambarus
2019-12-05  9:54 ` [PATCH 13/16] crypto: atmel-{sha,tdes} - Remove unused 'err' member of driver data Tudor.Ambarus
2019-12-05  9:54   ` Tudor.Ambarus
2019-12-05  9:54 ` [PATCH 14/16] crypto: atmel-sha - Void return type for atmel_sha_update_dma_stop() Tudor.Ambarus
2019-12-05  9:54   ` Tudor.Ambarus
2019-12-05  9:54 ` [PATCH 15/16] crypto: atmel-aes - Use gcm helper to check authsize Tudor.Ambarus
2019-12-05  9:54   ` Tudor.Ambarus
2019-12-05  9:54 ` [PATCH 16/16] crypto: atmel-{aes,sha,tdes} - Group common alg type init in dedicated methods Tudor.Ambarus
2019-12-05  9:54   ` Tudor.Ambarus
2019-12-05 13:48   ` [PATCH v2 " Tudor.Ambarus
2019-12-05 13:48     ` [PATCH v2 16/16] crypto: atmel-{aes, sha, tdes} " Tudor.Ambarus
2019-12-11  9:45 ` [PATCH 00/16] crypto: atmel - Fixes and cleanup patches Herbert Xu
2019-12-11  9:45   ` Herbert Xu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.