OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SoftKeymasterDevice
(Results
1 - 2
of
2
) sorted by null
/system/keymaster/include/keymaster/
soft_keymaster_device.h
48
class
SoftKeymasterDevice
{
50
SoftKeymasterDevice
();
53
SoftKeymasterDevice
(SoftKeymasterContext* context);
56
* Set
SoftKeymasterDevice
to wrap the speicified HW keymaster0 device. Takes ownership of the
62
* Set
SoftKeymasterDevice
to wrap specified HW keymaster1 device. Takes ownership of the
/system/keymaster/
soft_keymaster_device.cpp
33
#define LOG_TAG "
SoftKeymasterDevice
"
85
SoftKeymasterDevice
::DigestMap* map) {
103
SoftKeymasterDevice
::DigestMap* map) {
127
SoftKeymasterDevice
::
SoftKeymasterDevice
()
138
SoftKeymasterDevice
::
SoftKeymasterDevice
(SoftKeymasterContext* context)
148
keymaster_error_t
SoftKeymasterDevice
::SetHardwareDevice(keymaster0_device_t* keymaster0_device) {
150
LOG_D("Reinitializing
SoftKeymasterDevice
to use HW keymaster0", 0);
176
keymaster_error_t
SoftKeymasterDevice
::SetHardwareDevice(keymaster1_device_t* keymaster1_device)
[
all
...]
Completed in 497 milliseconds