linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] crypto: ccree: cleanups, fixes and TEE FIPS support
@ 2019-07-02 11:39 Gilad Ben-Yossef
  2019-07-02 11:39 ` [PATCH 1/4] crypto: ccree: drop legacy ivgen support Gilad Ben-Yossef
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Gilad Ben-Yossef @ 2019-07-02 11:39 UTC (permalink / raw)
  To: Herbert Xu, David S. Miller; +Cc: Ofir Drang, linux-crypto, linux-kernel

Clean up unused ivgen support code and add support for notifiying
Trusted Execution Enviornment of FIPS tests failures in FIPS mode.

Gilad Ben-Yossef (4):
  crypto: ccree: drop legacy ivgen support
  crypto: ccree: account for TEE not ready to report
  crypto: fips: add FIPS test failure notification chain
  crypto: ccree: notify TEE on FIPS tests errors

 crypto/fips.c                         |  11 +
 crypto/testmgr.c                      |   4 +-
 drivers/crypto/ccree/Makefile         |   2 +-
 drivers/crypto/ccree/cc_aead.c        |  76 +------
 drivers/crypto/ccree/cc_aead.h        |   3 +-
 drivers/crypto/ccree/cc_driver.c      |  12 +-
 drivers/crypto/ccree/cc_driver.h      |  10 -
 drivers/crypto/ccree/cc_fips.c        |  31 ++-
 drivers/crypto/ccree/cc_ivgen.c       | 276 --------------------------
 drivers/crypto/ccree/cc_ivgen.h       |  55 -----
 drivers/crypto/ccree/cc_pm.c          |   2 -
 drivers/crypto/ccree/cc_request_mgr.c |  47 +----
 include/linux/fips.h                  |   7 +
 13 files changed, 68 insertions(+), 468 deletions(-)
 delete mode 100644 drivers/crypto/ccree/cc_ivgen.c
 delete mode 100644 drivers/crypto/ccree/cc_ivgen.h

-- 
2.21.0


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

end of thread, other threads:[~2019-07-26 12:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-02 11:39 [PATCH 0/4] crypto: ccree: cleanups, fixes and TEE FIPS support Gilad Ben-Yossef
2019-07-02 11:39 ` [PATCH 1/4] crypto: ccree: drop legacy ivgen support Gilad Ben-Yossef
2019-07-02 11:39 ` [PATCH 2/4] crypto: ccree: account for TEE not ready to report Gilad Ben-Yossef
2019-07-02 11:39 ` [PATCH 3/4] crypto: fips: add FIPS test failure notification chain Gilad Ben-Yossef
2019-07-02 11:39 ` [PATCH 4/4] crypto: ccree: notify TEE on FIPS tests errors Gilad Ben-Yossef
2019-07-26 12:29 ` [PATCH 0/4] crypto: ccree: cleanups, fixes and TEE FIPS support Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).