mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
refactor(qemu): 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: I2c6840f6f3f2f8f64595a0e0aa6e12084a37ce6e
This commit is contained in:
parent
a822b8d82c
commit
59549e62cb
2 changed files with 2 additions and 2 deletions
|
@ -98,7 +98,7 @@ static const uint8_t sample_platform_token[] = {
|
|||
|
||||
/*
|
||||
* Get the hardcoded platform attestation token as QEMU 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)
|
||||
|
|
|
@ -19,7 +19,7 @@ static const uint8_t sample_delegated_key[] = {
|
|||
|
||||
/*
|
||||
* Get the hardcoded delegated realm attestation key as QEMU
|
||||
* 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)
|
||||
|
|
Loading…
Add table
Reference in a new issue