Implement hash selection in RSA OAEP 56/299356/1
authorKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Fri, 22 Sep 2023 09:34:00 +0000 (11:34 +0200)
committerKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Tue, 26 Sep 2023 08:38:57 +0000 (10:38 +0200)
commit1318a026f89dbf38cd93a87f31eb18d6745d2a2c
tree0b7ce7ef686a8f92ee2c5ba03d80e988c4a148cb
parent871dc492f609260a515a723b65ebd3ab27c05e80
Implement hash selection in RSA OAEP

SW and TZ backend implementation
Unit-tests included

Change-Id: I6efd8a0477fe3137491c889d0c70eabc0d861097
src/include/ckm/ckm-type.h
src/include/ckmc/ckmc-type.h
src/manager/common/protocols.cpp
src/manager/crypto/sw-backend/internals.cpp
src/manager/crypto/tz-backend/internals.cpp
src/manager/crypto/tz-backend/tz-context.cpp
src/manager/crypto/tz-backend/tz-context.h
unit-tests/test_sw-backend.cpp