]> git.baikalelectronics.ru Git - arm-tf.git/commit
feat(psa): add delegated attestation partition API
authorTamas Ban <tamas.ban@arm.com>
Wed, 31 Aug 2022 12:50:27 +0000 (14:50 +0200)
committerTamas Ban <tamas.ban@arm.com>
Fri, 7 Oct 2022 09:32:48 +0000 (11:32 +0200)
commit4b09ffef49663ebc8c8f5c3da19636208fe2fa06
tree3465ca0d0c48b0495deba4f23e9ae4773b78ce96
parent13a129e8dcea358033f3c83b2d81b25129e02d43
feat(psa): add delegated attestation partition API

Delegated attestation is a service provided by RSS to:
- Derive a delegated attestation key: Realm Attestation Key
- Query the platform attestation token

Signed-off-by: Tamas Ban <tamas.ban@arm.com>
Change-Id: I3edf09fcbef24bca7c8a000ffac8c1ab64dfb812
include/lib/psa/delegated_attestation.h [new file with mode: 0644]
include/lib/psa/psa_manifest/sid.h
lib/psa/delegated_attestation.c [new file with mode: 0644]