Alan Stokes | 6d1f56e | 2022-12-06 17:26:13 +0000 | [diff] [blame] | 1 | void AVmPayload_notifyPayloadReady() {} |
| 2 | void AVmPayload_runVsockRpcServer() {} |
| 3 | void AVmPayload_getVmInstanceSecret() {} |
| 4 | void AVmPayload_getDiceAttestationChain() {} |
| 5 | void AVmPayload_getDiceAttestationCdi() {} |
| 6 | void AVmPayload_getApkContentsPath() {} |
| 7 | void AVmPayload_getEncryptedStoragePath() {} |
Alan Stokes | f5ddcb4 | 2024-03-27 16:30:26 +0000 | [diff] [blame^] | 8 | void AVmPayload_requestAttestation() {} |
| 9 | void AVmPayload_requestAttestationForTesting() {} |
| 10 | void AVmAttestationResult_getPrivateKey() {} |
| 11 | void AVmAttestationResult_sign() {} |
| 12 | void AVmAttestationResult_free() {} |
| 13 | void AVmAttestationStatus_toString() {} |
| 14 | void AVmAttestationResult_getCertificateCount() {} |
| 15 | void AVmAttestationResult_getCertificateAt() {} |