OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:keymaster_device
(Results
1 - 7
of
7
) sorted by null
/system/keymaster/include/keymaster/
soft_keymaster_device.h
44
* and
keymaster_device
. This means it must remain a standard layout class (no virtual functions and
74
keymaster1_device_t*
keymaster_device
();
105
*
keymaster_device
.
/hardware/libhardware/include/hardware/
gatekeeper.h
44
* member of
keymaster_device
.
keymaster1.h
31
*
keymaster_device
as users of this structure will cast a hw_device_t to
32
*
keymaster_device
pointer in contexts where it's known the hw_device_t references a
33
*
keymaster_device
.
keymaster2.h
31
*
keymaster_device
as users of this structure will cast a hw_device_t to
32
*
keymaster_device
pointer in contexts where it's known the hw_device_t references a
33
*
keymaster_device
.
/system/keymaster/
android_keymaster_test_utils.cpp
708
keymaster1_device_t*
keymaster_device
() { return &device_; }
function in class:keymaster::test::Sha256OnlyWrapper
[
all
...]
android_keymaster_test.cpp
186
(new SoftKeymasterDevice(new TestKeymasterContext("PseudoHW")))->
keymaster_device
());
188
// device doesn't leak; it's cleaned up by device->
keymaster_device
()->common.close().
[
all
...]
soft_keymaster_device.cpp
299
keymaster1_device_t* SoftKeymasterDevice::
keymaster_device
() {
function in class:keymaster::SoftKeymasterDevice
[
all
...]
Completed in 366 milliseconds