OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:trusty
(Results
1 - 19
of
19
) sorted by null
/system/core/trusty/
trusty-base.mk
18
# This makefile should be included by devices that use
Trusty
TEE
19
# to pull in the baseline set of
Trusty
specific modules.
23
keystore.
trusty
\
24
gatekeeper.
trusty
27
ro.hardware.keystore=
trusty
\
28
ro.hardware.gatekeeper=
trusty
/system/core/trusty/storage/proxy/
rpmb.h
19
#include <
trusty
/interface/storage.h>
ipc.h
19
#include <
trusty
/interface/storage.h>
storage.h
19
#include <
trusty
/interface/storage.h>
ipc.c
25
#include <
trusty
/tipc.h>
/system/nvram/core/tests/
rules.mk
30
app/
trusty
\
31
lib/libc-
trusty
\
/system/gatekeeper/
rules.mk
13
lib/libc-
trusty
\
/system/nvram/core/
rules.mk
19
# A library target that contains the
trusty
NVRAM implementation, without any
33
lib/libc-
trusty
\
34
lib/libstdc++-
trusty
\
/system/core/trusty/gatekeeper/
Android.mk
27
LOCAL_MODULE := gatekeeper.
trusty
trusty_gatekeeper_ipc.c
26
#include <
trusty
/tipc.h>
31
#define TRUSTY_DEVICE_NAME "/dev/
trusty
-ipc-dev0"
/system/core/trusty/keymaster/
Android.mk
29
# runs
Trusty
Keymaster through a basic set of operations with RSA
48
# keystore.
trusty
is the HAL used by keystore on
Trusty
devices.
53
LOCAL_MODULE := keystore.
trusty
trusty_keymaster_ipc.c
27
#include <
trusty
/tipc.h>
32
#define TRUSTY_DEVICE_NAME "/dev/
trusty
-ipc-dev0"
/system/core/trusty/libtrusty/
Android.mk
22
LOCAL_SRC_FILES :=
trusty
.c
32
LOCAL_SRC_FILES :=
trusty
.c
/system/core/trusty/nvram/
Android.mk
19
# nvram.
trusty
is the
Trusty
NVRAM HAL module.
21
LOCAL_MODULE := nvram.
trusty
trusty_nvram_implementation.cpp
27
#include <
trusty
/tipc.h>
34
// Character device to open for
Trusty
IPC connections.
35
const char kTrustyDeviceName[] = "/dev/
trusty
-ipc-dev0";
38
const char kTrustyNvramAppId[] = "com.android.
trusty
.nvram";
63
ALOGE("Failed to connect to
Trusty
NVRAM app: %s\n", strerror(-rc));
/system/core/trusty/storage/lib/include/trusty/lib/
storage.h
20
#include <
trusty
/interface/storage.h>
42
* @device: device node for talking with
Trusty
/system/core/trusty/storage/lib/
storage.c
27
#include <
trusty
/tipc.h>
28
#include <
trusty
/lib/storage.h>
/system/core/trusty/libtrusty/tipc-test/
tipc_test.c
26
#include <
trusty
/tipc.h>
28
#define TIPC_DEFAULT_DEVNAME "/dev/
trusty
-ipc-dev0"
/system/core/trusty/storage/tests/
main.cpp
22
#include <
trusty
/lib/storage.h>
24
#define TRUSTY_DEVICE_NAME "/dev/
trusty
-ipc-dev0"
[
all
...]
Completed in 450 milliseconds