Hi All,

I'm trying to figure out how to integrate my crypto hardware implementation 
with new keymaster&gatekeeper with android M. 
I'm a bit puzzled after looking at software implementation of gatekeeper. 
Class GateKeeper is a kind of interface with pure virtual methods and there 
is a comment saing:

/**
 * Base class for gatekeeper implementations. Provides all functionality 
except
 * the ability to create/access keys and compute signatures. These are left 
up
 * to the platform-specific implementation.
 */

It makes me wonder  - if I want to implement my gatekeeper in the hardware, 
will I need to implement something more than just a "typical" HAL based on 
gatekeeper.h from /hardware directory? 

Kris

-- 
-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

--- 
You received this message because you are subscribed to the Google Groups 
"android-porting" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-porting+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to