/external/libese/libese/tests/ |
D | ese_unittests.cpp | 109 EXPECT_EQ(-1, ese_transceive(&ese_, tx, 0, rx, 0)); in TEST_F() 110 EXPECT_EQ(-1, ese_transceive(&ese_, tx+1, 0, rx, 0)); in TEST_F() 111 EXPECT_EQ(-1, ese_transceive(&ese_, tx, 0, rx+1, 0)); in TEST_F() 112 EXPECT_EQ(-1, ese_transceive(&ese_, tx, 0, rx, 100)); in TEST_F() 113 EXPECT_EQ(-1, ese_transceive(&ese_, tx, 220, rx, 100)); in TEST_F() 114 EXPECT_EQ(-1, ese_transceive(&ese_, tx+1, 0, rx+1, 0)); in TEST_F() 130 EXPECT_EQ(-1, ese_transceive(&dummy, NULL, 0, NULL, 0)); in TEST_F()
|
/external/libese/apps/weaver/ |
D | weaver.c | 89 rx_len = ese_transceive(ese, kManageChannelOpen, sizeof(kManageChannelOpen), in ese_weaver_session_open() 160 rx_len = ese_transceive(session->ese, close_channel, sizeof(close_channel), in ese_weaver_session_close() 198 ese_transceive(session->ese, get_num_slots, sizeof(get_num_slots), rx_buf, in ese_weaver_get_num_slots()
|
/external/libese/libese-hw/tests/ |
D | ese_hw_echo_tests.cpp | 48 …EXPECT_EQ(apdu_len, ese_transceive(&ese_, apdu.data(), apdu_len, apdu_reply.data(), apdu_reply.siz… in TEST_F()
|
/external/libese/libese/include/ese/ |
D | ese.h | 74 int ese_transceive(struct EseInterface *ese, const uint8_t *tx_buf, uint32_t tx_len, uint8_t *rx_bu…
|
/external/libese/libese-cpp/include/esecpp/ |
D | EseInterface.h | 47 return ese_transceive(mEse, in transceive()
|
/external/libese/tools/ese_replay/ |
D | main.c | 106 reply.len = (uint32_t)ese_transceive( in main()
|
/external/libese/examples/ |
D | ese_nxp_sample.c | 109 recvd = ese_transceive(&ese, (uint8_t *)apdu->bytes, apdu->length, rx_buf, in main()
|
/external/libese/libese/ |
D | ese.c | 86 ESE_API int ese_transceive(struct EseInterface *ese, const uint8_t *tx_buf, in ese_transceive() function
|
/external/libese/libese-teq1/tests/ |
D | teq1_unittests.cpp | 543 EXPECT_EQ(0, ese_transceive(&ese_, payload, sizeof(payload), reply, sizeof(reply))); in TEST_F() 589 EXPECT_EQ(0, ese_transceive(&ese_, payload, sizeof(payload), reply, sizeof(reply))); in TEST_F() 670 EXPECT_EQ(0, ese_transceive(&ese_, payload, sizeof(payload), reply, sizeof(reply))); in TEST_F() 758 EXPECT_EQ(-1, ese_transceive(&ese_, payload, sizeof(payload), reply, sizeof(reply))); in TEST_F()
|
/external/libese/tools/ese_ls_provision/ |
D | ese_ls_provision.cpp | 64 auto res = ese_transceive(&static_ese, in static_ese_transceive()
|
/external/libese/tools/ese_relay/ |
D | ese_relay.c | 171 rx_len = ese_transceive(&ese, tx_buf, tx_len, rx_buf, sizeof(rx_buf)); in main()
|
/external/libese/ |
D | README.md | 54 ese_transceive(my_ese, ...);
|
/external/libese/apps/boot/ |
D | boot.c | 81 rx_len = ese_transceive(ese, kManageChannelOpen, sizeof(kManageChannelOpen), in ese_boot_session_open() 151 rx_len = ese_transceive(session->ese, close_channel, sizeof(close_channel), in ese_boot_session_close()
|
D | README.md | 271 cooldown time can be requested with a special APDU to `ese_transceive()`:
|