HomeSort by relevance Sort by last modified time
    Searched defs:ese (Results 1 - 19 of 19) sorted by null

  /external/libese/esed/
esed.cpp 48 // Open connection to the eSE
49 EseInterfaceImpl ese; local
52 ese.init();
53 if (ese.open() < 0) {
54 std::string errMsg = "Failed to open connection to eSE";
55 if (ese.error()) {
56 errMsg += " (" + std::to_string(ese.error_code()) + "): " + ese.error_message();
67 LOG(INFO) << "Opened connection to the eSE";
71 ese.close()
    [all...]
  /external/libese/apps/weaver/include/ese/app/
weaver.h 20 #include "../../../../../libese/include/ese/ese.h"
21 #include "../../../../../libese/include/ese/log.h"
22 #include "../../../../../libese-sysdeps/include/ese/sysdeps.h"
24 #include "../../../../include/ese/app/result.h"
39 * res = ese_weaver_session_open(ese, &session);
48 struct EseInterface *ese; member in struct:EseWeaverSession
70 * channel on an already open |ese| object.
74 EseAppResult ese_weaver_session_open(struct EseInterface *ese, struct EseWeaverSession *session);
  /external/libese/tools/ese_replay/
main.c 27 #define LOG_TAG "ese-replay"
28 #include <ese/ese.h>
29 #include <ese/log.h>
79 struct EseInterface ese; local
80 printf("[-] Initializing eSE\n");
82 if (!initialize_hardware(&ese, hw)) {
86 printf("eSE implementation selected: %s\n", ese_name(&ese));
87 if (ese_open(&ese, hw->options))
    [all...]
  /external/libese/apps/boot/include/ese/app/
boot.h 22 #include "../../../../../libese/include/ese/ese.h"
23 #include "../../../../../libese/include/ese/log.h"
24 #include "../../../../../libese-sysdeps/include/ese/sysdeps.h"
26 #include "../../../../include/ese/app/result.h"
41 * res = ese_boot_session_open(ese, &session);
50 struct EseInterface *ese; member in struct:EseBootSession
88 * channel on an already open |ese| object.
92 EseAppResult ese_boot_session_open(struct EseInterface *ese, struct EseBootSession *session);
  /external/libese/examples/
ese_nxp_sample.c 24 #include <ese/ese.h>
84 struct EseInterface ese = ESE_INITIALIZER(ESE_HW_NXP_PN80T_NQ_NCI); local
91 if (ese_open(&ese, ese_hw_open_data) < 0) {
93 if (ese_error(&ese))
94 printf("eSE error (%d): %s\n", ese_error_code(&ese),
95 ese_error_message(&ese));
109 recvd = ese_transceive(&ese, (uint8_t *)apdu->bytes, apdu->length, rx_buf,
111 if (ese_error(&ese)) {
    [all...]
  /external/libese/tools/ese_relay/
ese_relay.c 16 * Hack-y server to forward communication with an eSE during development.
28 #define LOG_TAG "ese-relay"
29 #include <ese/ese.h>
30 #include <ese/log.h>
35 void ese_relay_init(struct EseInterface *ese);
73 struct EseInterface ese; local
74 ese_relay_init(&ese);
100 if (ese_open(&ese, kEseOpenData)) {
102 if (ese_error(&ese))
    [all...]
  /external/libese/apps/boot/
ese_boot_tool.cpp 29 #include <ese/ese.h>
32 #include "include/ese/app/boot.h"
57 #define handle_error(ese, result) ;
59 void handle_error(struct EseInterface *ese, EseAppResult result) {
308 handle_error(session->ese, res);
317 handle_error(session->ese, res);
356 printf("Passing an unlockToken of length %d to the eSE\n", len - 1);
370 handle_error(session->ese, res);
399 handle_error(session->ese, res)
442 struct EseInterface ese = ESE_INITIALIZER(ESE_HW_NXP_PN80T_NQ_NCI); local
    [all...]
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
ant-1.8.0.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.7.0/
ant-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/annotation-tools/asmx/test/lib/
xalan-2.6.0.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 
  /tools/external/gradle/
gradle-api-2.14.1.jar 

Completed in 305 milliseconds