OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:keystore_module
(Results
1 - 6
of
6
) sorted by null
/system/security/softkeymaster/
module.cpp
23
struct
keystore_module
HAL_MODULE_INFO_SYM __attribute__((visibility("default")))
keymaster_openssl.cpp
778
struct
keystore_module
softkeymaster_module __attribute__((visibility("default"))) = {
/system/security/softkeymaster/include/keymaster/
softkeymaster.h
43
extern struct
keystore_module
softkeymaster_module;
/hardware/libhardware/include/hardware/
keymaster_common.h
63
struct
keystore_module
{
struct
65
* Common methods of the keystore module. This *must* be the first member of
keystore_module
as
66
* users of this structure will cast a hw_module_t to
keystore_module
pointer in contexts where
67
* it's known the hw_module_t references a
keystore_module
.
/system/keymaster/
soft_keymaster_device.cpp
44
struct
keystore_module
soft_keymaster1_device_module = {
59
struct
keystore_module
soft_keymaster2_device_module = {
[
all
...]
/hardware/qcom/keymaster/
keymaster_qcom.cpp
789
struct
keystore_module
HAL_MODULE_INFO_SYM
Completed in 790 milliseconds