5 ms·
Thanks for this explanation. Does Android have anything like this?
by rogeryu 11y ago
Thanks for this explanation. Does Android have anything like this?
- interpol_p 11y agoThere are probably Android devices which make use of ARM's TrustZone [1]. Apple's Secure Enclave is a bit more thorough, though, because it actually uses a physically separate co-processor running a custom L4-based microkernel with a secure boot process. It is hardware isolated from the rest of the system, and uses a secure mailbox and hardware interrupts to communicate. Whereas ARM TrustZone appears to be implementable entirely on a single CPU. [1] http://www.arm.com/products/processors/technologies/trustzone/ http://www.arm.com/products/processors/technologies/trustzon...