refactor(fvp): change all occurrences of RSS to RSE

Changes all occurrences of "RSS" and "rss" in the code and build files
to "RSE" and "rse".

Signed-off-by: Tamas Ban <tamas.ban@arm.com>
Change-Id: I36b8e498f3226fc72d21634aae2cc9328d00711d
This commit is contained in:
Tamas Ban 2024-02-22 12:01:07 +01:00
parent a11230ad00
commit a822b8d82c
2 changed files with 2 additions and 2 deletions

View file

@ -98,7 +98,7 @@ static const uint8_t sample_platform_token[] = {
/*
* Get the hardcoded platform attestation token as FVP does not support
* RSS.
* RSE.
*/
int plat_rmmd_get_cca_attest_token(uintptr_t buf, size_t *len,
uintptr_t hash, size_t hash_size)

View file

@ -19,7 +19,7 @@ static const uint8_t sample_delegated_key[] = {
/*
* Get the hardcoded delegated realm attestation key as FVP
* does not support RSS.
* does not support RSE.
*/
int plat_rmmd_get_cca_realm_attest_key(uintptr_t buf, size_t *len,
unsigned int type)