blob: 0c6b56df5fc0dd270ae8f0cacfbf82a43909ffba [file] [log] [blame]
Alan Stokesbcc2ec22022-10-31 17:02:50 +00001LIBVM_PAYLOAD {
2 global:
Alice Wanga410b642023-10-18 09:05:15 +00003 AVmPayload_notifyPayloadReady; # systemapi introduced=UpsideDownCake
4 AVmPayload_runVsockRpcServer; # systemapi introduced=UpsideDownCake
5 AVmPayload_getVmInstanceSecret; # systemapi introduced=UpsideDownCake
6 AVmPayload_getDiceAttestationChain; # systemapi introduced=UpsideDownCake
7 AVmPayload_getDiceAttestationCdi; # systemapi introduced=UpsideDownCake
8 AVmPayload_getApkContentsPath; # systemapi introduced=UpsideDownCake
9 AVmPayload_getEncryptedStoragePath; # systemapi introduced=UpsideDownCake
10 AVmPayload_requestAttestation; # systemapi introduced=VanillaIceCream
Alice Wange64dd182024-01-17 15:57:55 +000011 AVmPayload_requestAttestationForTesting; # systemapi introduced=VanillaIceCream
Alice Wang4e3015d2023-10-10 09:35:37 +000012 AVmAttestationResult_getPrivateKey; # systemapi introduced=VanillaIceCream
13 AVmAttestationResult_sign; # systemapi introduced=VanillaIceCream
14 AVmAttestationResult_free; # systemapi introduced=VanillaIceCream
Alice Wang1715f372024-02-14 10:51:52 +000015 AVmAttestationStatus_toString; # systemapi introduced=VanillaIceCream
Alice Wang4e3015d2023-10-10 09:35:37 +000016 AVmAttestationResult_getCertificateCount; # systemapi introduced=VanillaIceCream
17 AVmAttestationResult_getCertificateAt; # systemapi introduced=VanillaIceCream
Shikha Panwar0c3a2fa2024-12-06 18:38:06 +000018 AVmPayload_writeRollbackProtectedSecret; # systemapi introduced=36
19 AVmPayload_readRollbackProtectedSecret; # systemapi introduced=36
Alan Stokesbcc2ec22022-10-31 17:02:50 +000020 local:
21 *;
22};