Lines Matching full:trusty
25 #include <trusty/avb.h>
26 #include <trusty/keymaster.h>
27 #include <trusty/rpmb.h>
28 #include <trusty/trusty_dev.h>
29 #include <trusty/trusty_ipc.h>
30 #include <trusty/util.h>
37 static struct trusty_dev _tdev; /* There should only be one trusty device */
47 /* shutdown Trusty IPC device */ in trusty_ipc_shutdown()
50 /* shutdown Trusty device */ in trusty_ipc_shutdown()
56 /* init Trusty device */ in trusty_ipc_init()
57 trusty_info("Initializing Trusty device\n"); in trusty_ipc_init()
60 trusty_error("Initializing Trusty device failed (%d)\n", rc); in trusty_ipc_init()
64 /* create Trusty IPC device */ in trusty_ipc_init()
65 trusty_info("Initializing Trusty IPC device\n"); in trusty_ipc_init()
68 trusty_error("Initializing Trusty IPC device failed (%d)\n", rc); in trusty_ipc_init()
84 trusty_info("Initializing Trusty AVB client\n"); in trusty_ipc_init()
87 trusty_error("Initlializing Trusty AVB client failed (%d)\n", rc); in trusty_ipc_init()
91 trusty_info("Initializing Trusty Keymaster client\n"); in trusty_ipc_init()
94 trusty_error("Initlializing Trusty Keymaster client failed (%d)\n", rc); in trusty_ipc_init()