arm-trusted-firmware/include/lib/psa
laurenw-arm 50316e226f feat(psa): interface with RSS for retrieving ROTPK
Adding the AP/RSS interface for reading the ROTPK.

The read interface implements the psa_call:
psa_call(RSS_CRYPTO_HANDLE, PSA_IPC_CALL,
         in_vec, IOVEC_LEN(in_vec),
         out_vec,  IOVEC_LEN(out_vec));

where the in_vec indicates which of the 3 ROTPKs we want,
and the out_vec stores the ROTPK value we get back from RSS.

Through this service, we will be able to read any of the 3
ROTPKs used on a CCA platform:
- ROTPK for CCA firmware (BL2, BL31, RMM).
- ROTPK for secure firmware.
- ROTPK for non-secure firmware.

Change-Id: I44c615588235cc797fdf38870b74b4c422be0a72
Signed-off-by: Lauren Wehrmeister <lauren.wehrmeister@arm.com>
2023-07-14 14:04:31 -05:00
..
psa feat(lib/psa): add measured boot API 2022-05-11 15:47:02 +02:00
psa_manifest feat(psa): interface with RSS for retrieving ROTPK 2023-07-14 14:04:31 -05:00
delegated_attestation.h feat(psa): add delegated attestation partition API 2022-10-07 11:32:48 +02:00
measured_boot.h fix(measured-boot): don't strip last non-0 char 2023-05-31 16:40:43 +02:00
rss_crypto_defs.h feat(psa): interface with RSS for retrieving ROTPK 2023-07-14 14:04:31 -05:00
rss_platform_api.h feat(psa): interface with RSS for retrieving ROTPK 2023-07-14 14:04:31 -05:00