Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_packages_modules_Virtualization
/
815d36869199aaa1690e32faf981650acfcffef6
815d368
[refactoring][bssl] Move check_int_result to util module
by Alice Wang
· 2 years ago
0161bb0
Merge "[rkp] Derive HMAC key from DICE sealing CDI" into main
by Alice Wang
· 2 years ago
de36bbd
[test] Add API test target for libbssl
by Alice Wang
· 2 years ago
709cce9
[bssl] Add digest and hmac modules to libbssl
by Alice Wang
· 2 years ago
4ac8548
[bssl] Remove redundant libcrypto_baremetal in libbssl_avf_nostd
by Alice Wang
· 2 years ago
8285352
Merge "libs: Use Self::capacity() in Fdt::check_full()" into main
by Treehugger Robot
· 2 years ago
881d14e
Merge "[rkp-hal] Add DICE chain to the CSR in service VM" into main
by Treehugger Robot
· 2 years ago
d29036f
Merge "[rkp] Sign the generated CSR with CDI_Leaf_Priv" into main
by Alice Wang
· 2 years ago
02017da
libs: Use Self::capacity() in Fdt::check_full()
by Pierre-Clément Tosi
· 2 years ago
b3fcf63
[bssl] Move ec_key module from rialto to libbssl
by Alice Wang
· 2 years ago
c8f88f5
[bssl] Add no_std compatible BoringSSL wrapper library for AVF
by Alice Wang
· 2 years ago
d7097e4
Make CbbFixed safer (again)
by Alan Stokes
· 2 years ago
4ca86b6
[rkp] Derive HMAC key from DICE sealing CDI
by Alice Wang
· 2 years ago
a2738b7
[rkp-hal] Add DICE chain to the CSR in service VM
by Alice Wang
· 2 years ago
6bc2a70
[rkp] Sign the generated CSR with CDI_Leaf_Priv
by Alice Wang
· 2 years ago
4fc30a2
Merge "Extract a CBB helper" into main
by Treehugger Robot
· 2 years ago
b1f64ee
Extract a CBB helper
by Alan Stokes
· 2 years ago
64bb58b
Merge "Skip changingDebuggability related tests on Non-pVM" into main
by Shikha Panwar
· 2 years ago
2174d41
Skip changingDebuggability related tests on Non-pVM
by Shikha Panwar
· 2 years ago
7b24660
[refactoring] Move service_vm_[comm|manager] to service_vm/
by Alice Wang
· 2 years ago
f7c0f94
[rkp] Implement main steps to generate certificate request
by Alice Wang
· 2 years ago
ff5592d
[rkp] Verify the MAC of the public keys to sign in RKP HAL
by Alice Wang
· 2 years ago
a78d3f0
[rkp] Build MACed public key from boringssl EC_KEY
by Alice Wang
· 2 years ago
7b2ab94
[rkp] Generate EC P-256 key pair for the RKP HAL
by Alice Wang
· 2 years ago
77639bf
[dice] Pass DICE data to process_request API in service VM
by Alice Wang
· 2 years ago
f1ddb9a
Merge "[dice] Map and read the DICE data in service VM" into main
by Alice Wang
· 2 years ago
9f3ca83
[dice] Map and read the DICE data in service VM
by Alice Wang
· 2 years ago
06fd3c7
Merge "Allow preinstalled apps to use the AVF APIs" into main
by Alan Stokes
· 2 years ago
dae36d1
Merge "[fdt] Refactor read_serial_info_from in pvmfw with first_reg()" into main
by Treehugger Robot
· 2 years ago
d09b298
Allow preinstalled apps to use the AVF APIs
by Alan Stokes
· 2 years ago
6ff2d0c
[fdt] Refactor read_serial_info_from in pvmfw with first_reg()
by Alice Wang
· 2 years ago
d80e99e
[rkp] Report request processing error from service VM to host
by Alice Wang
· 2 years ago
bd08dff
Merge "[dice] Retrieve the DICE data range from FDT in service VM" into main
by Alice Wang
· 2 years ago
474c0ee
[dice] Retrieve the DICE data range from FDT in service VM
by Alice Wang
· 2 years ago
a10055e
Merge "Make microdroid_init_debug_policy buildable for AIDEGen" into main
by Treehugger Robot
· 2 years ago
c10ca94
Merge "Pass dt symbol argument for devices to crosvm" into main
by Treehugger Robot
· 2 years ago
7307a89
Pass dt symbol argument for devices to crosvm
by Inseob Kim
· 2 years ago
8f0b375
Merge changes I74366b24,I3f1ed91e into main
by Treehugger Robot
· 2 years ago
dac6cc3
Merge "Add ramdump tests with debug policy back" into main
by Treehugger Robot
· 2 years ago
d225af5
microdroid_manager: Use slice::chunks()
by Pierre-Clément Tosi
· 2 years ago
c0611e7
virtualizationmanager: Use str::split_once()
by Pierre-Clément Tosi
· 2 years ago
44aba64
virtualizationmanager: Run rustfmt on crosvm.rs
by Pierre-Clément Tosi
· 2 years ago
cfb5f9b
Merge "[rkp] Raise exception if the given challenge is too big" into main
by Alice Wang
· 2 years ago
5f7cdb4
Merge "[Refactor] Remove vmclient::connect()" into main
by Seungjae Yoo
· 2 years ago
2628d33
[rkp] Raise exception if the given challenge is too big
by Alice Wang
· 2 years ago
81821f6
[Refactor] Remove vmclient::connect()
by Seungjae Yoo
· 2 years ago
fe66bc9
Merge "Parameterize MicrodroidHostTests for protected and non-protected VM." into main
by Seungjae Yoo
· 2 years ago
69edb45
Merge "Set rollback_index of microdroid_kernel to 1" into main
by Shikha Panwar
· 2 years ago
74f192f
Merge "Add boot time benchmark for Microdroid VM with vendor partition" into main
by Nikita Ioffe
· 2 years ago
2a78866
Set rollback_index of microdroid_kernel to 1
by Shikha Panwar
· 2 years ago
bea3a6e
Add boot time benchmark for Microdroid VM with vendor partition
by Nikita Ioffe
· 2 years ago
8025197
pvmfw: Randomize guest KASLR seed
by Pierre-Clément Tosi
· 2 years, 2 months ago
10b466a
Parameterize MicrodroidHostTests for protected and non-protected VM.
by Seungjae Yoo
· 2 years ago
0f23711
Make microdroid_init_debug_policy buildable for AIDEGen
by Jaewan Kim
· 2 years ago
e9ac2db
Add build time feature flag for pvm remote attestation
by Alice Wang
· 2 years ago
f348260
[rkp] Set up the connection between RKP Hal and RKP VM
by Alice Wang
· 2 years ago
3d3a70a
Move per api sealing derivations to vm_secret.
by Shikha Panwar
· 2 years, 1 month ago
95084df
VmSecret struct: Encapsulate secret mechanisms
by Shikha Panwar
· 2 years, 2 months ago
c98acd5
Merge "[service-vm] Ensure only one service VM is running at any time" into main
by Treehugger Robot
· 2 years ago
1f8bdba
Merge "Stop truncating the BCC" into main
by Alan Stokes
· 2 years ago
19723ca
[service-vm] Ensure only one service VM is running at any time
by Alice Wang
· 2 years ago
9646fb3
[test] Test processing other types of requests in service VM
by Alice Wang
· 2 years ago
fbdc85b
[service-vm] Send shutdown request to exit rialto
by Alice Wang
· 2 years ago
7f27c0d
Stop truncating the BCC
by Alan Stokes
· 2 years ago
75eb9e8
Merge "[rkp] Raise exception if generateEcdsaP256KeyPair is in test mode" into main
by Alice Wang
· 2 years ago
ea32795
Merge "Create full VM DTBO only once under /data/misc/virtualizationservice" into main
by Seungjae Yoo
· 2 years ago
46b9670
Add ramdump tests with debug policy back
by Jaewan Kim
· 2 years ago
9d3c20a
Create full VM DTBO only once under /data/misc/virtualizationservice
by Seungjae Yoo
· 2 years ago
fcaff83
Merge "[test] Refactor rialto_test to check all the service_vm_manager" into main
by Alice Wang
· 2 years ago
e4f9063
Merge "Change the javadoc comment for FEATURE_VENDOR_MODULES" into main
by Nikita Ioffe
· 2 years ago
2c3ec0e
Merge "[service-vm] Print log from the service VM" into main
by Treehugger Robot
· 2 years ago
0523bd4
Merge "Fix typo in comment" into main
by Treehugger Robot
· 2 years ago
2e7d4d7
Change the javadoc comment for FEATURE_VENDOR_MODULES
by Nikita Ioffe
· 2 years ago
a635769
[test] Refactor rialto_test to check all the service_vm_manager
by Alice Wang
· 2 years ago
977b64b
[service-vm] Print log from the service VM
by Alice Wang
· 2 years ago
159d3d6
Fix typo in comment
by Alan Stokes
· 2 years ago
64b1051
Merge changes Iefd12d2c,Icdb16699,Idb9c6bf7,Iba510289 into main
by Alice Wang
· 2 years ago
cd88986
Merge "Configure rustfmt to wrap comments" into main
by Treehugger Robot
· 2 years ago
e910b90
[test] Refactor rialto test to check more request types
by Alice Wang
· 2 years ago
17dc76e
[service-vm] Test service_vm_manager in rialto_test
by Alice Wang
· 2 years ago
734801c
[service-vm] Extract service-vm module in a separate library
by Alice Wang
· 2 years ago
a448659
[attestation] Set up communication channel between host/service VM
by Alice Wang
· 2 years ago
3e5eec1
Configure rustfmt to wrap comments
by Alan Stokes
· 2 years ago
4dbe41c
Merge "Dice Policy Aware authentication: Rust library" into main
by Shikha Panwar
· 2 years ago
092c9b6
Merge "[refactoring] Add VmType enum to service_vm_comm" into main
by Alice Wang
· 2 years ago
71b4f83
Dice Policy Aware authentication: Rust library
by Shikha Panwar
· 2 years, 1 month ago
99f7fdf
Merge "Remove inline attribute" into main
by Treehugger Robot
· 2 years ago
1d9a587
[refactoring] Add VmType enum to service_vm_comm
by Alice Wang
· 2 years ago
7721678
Merge "[rkp] Add request/response for certificate request generation" into main
by Alice Wang
· 2 years ago
762bd07
Remove inline attribute
by Nikita Ioffe
· 2 years ago
9e8577d
Merge "[rkp] Add request/response for ECDSA P256 key pair generation" into main
by Alice Wang
· 2 years ago
a723fe6
[rkp] Raise exception if generateEcdsaP256KeyPair is in test mode
by Alice Wang
· 2 years ago
42d54a2
Merge changes from topic "avf-da-build-flags" into main
by Nikita Ioffe
· 2 years ago
464e473
[rkp] Add request/response for certificate request generation
by Alice Wang
· 2 years ago
33f4cae
[rkp] Add request/response for ECDSA P256 key pair generation
by Alice Wang
· 2 years ago
05ad73e
Merge "[rkp] Add IRemotelyProvisionedComponent skeleton impl in host" into main
by Alice Wang
· 2 years ago
9d042eb
Fail build if DA flag is enabled without vendor modules one
by Nikita Ioffe
· 2 years ago
631717e
Flag guard the code related to the vendor modules feature
by Nikita Ioffe
· 2 years ago
ed036f2
Merge "Add support for checking whether feature is enabled on device" into main
by Nikita Ioffe
· 2 years ago
f7c742a
Add support for checking whether feature is enabled on device
by Nikita Ioffe
· 2 years ago
Next »