Implement hash selection in RSA OAEP 58/299258/6
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 07:54:03 +0000 (09:54 +0200)
commit5207cea43635018218610180e638054f5a9648a7
treed64c36e0ea311632e02eda19a9e2066113883199
parent655222fc440e9e96fc0dbe97514815bbac95b018
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