-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathlibvm_payload.map.txt
More file actions
25 lines (25 loc) · 1.63 KB
/
Copy pathlibvm_payload.map.txt
File metadata and controls
25 lines (25 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
LIBVM_PAYLOAD {
global:
AVmPayload_notifyPayloadReady; # systemapi introduced=UpsideDownCake
AVmPayload_runVsockRpcServer; # systemapi introduced=UpsideDownCake
AVmPayload_getVmInstanceSecret; # systemapi introduced=UpsideDownCake
AVmPayload_getDiceAttestationChain; # systemapi introduced=UpsideDownCake
AVmPayload_getDiceAttestationCdi; # systemapi introduced=UpsideDownCake
AVmPayload_getApkContentsPath; # systemapi introduced=UpsideDownCake
AVmPayload_getEncryptedStoragePath; # systemapi introduced=UpsideDownCake
AVmPayload_requestAttestation; # systemapi introduced=VanillaIceCream
AVmPayload_requestAttestationForTesting; # systemapi introduced=VanillaIceCream
AVmAttestationResult_getPrivateKey; # systemapi introduced=VanillaIceCream
AVmAttestationResult_sign; # systemapi introduced=VanillaIceCream
AVmAttestationResult_free; # systemapi introduced=VanillaIceCream
AVmAttestationStatus_toString; # systemapi introduced=VanillaIceCream
AVmAttestationResult_getCertificateCount; # systemapi introduced=VanillaIceCream
AVmAttestationResult_getCertificateAt; # systemapi introduced=VanillaIceCream
AVmPayload_writeRollbackProtectedSecret; # systemapi introduced=36
AVmPayload_readRollbackProtectedSecret; # systemapi introduced=36
AVmPayload_isNewInstance; # systemapi introduced=36
AVmPayload_mountEncryptedAssets; # systemapi introduced=37
AVmPayload_runUnixDomainRpcServer; # systemapi introduced=37
local:
*;
};