Home
last modified time | relevance | path

Searched refs:ese_transceive (Results 1 – 14 of 14) sorted by relevance

/external/libese/libese/tests/
Dese_unittests.cpp109 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/
Dweaver.c89 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/
Dese_hw_echo_tests.cpp48 …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/
Dese.h74 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/
DEseInterface.h47 return ese_transceive(mEse, in transceive()
/external/libese/tools/ese_replay/
Dmain.c106 reply.len = (uint32_t)ese_transceive( in main()
/external/libese/examples/
Dese_nxp_sample.c109 recvd = ese_transceive(&ese, (uint8_t *)apdu->bytes, apdu->length, rx_buf, in main()
/external/libese/libese/
Dese.c86 ESE_API int ese_transceive(struct EseInterface *ese, const uint8_t *tx_buf, in ese_transceive() function
/external/libese/libese-teq1/tests/
Dteq1_unittests.cpp543 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/
Dese_ls_provision.cpp64 auto res = ese_transceive(&static_ese, in static_ese_transceive()
/external/libese/tools/ese_relay/
Dese_relay.c171 rx_len = ese_transceive(&ese, tx_buf, tx_len, rx_buf, sizeof(rx_buf)); in main()
/external/libese/
DREADME.md54 ese_transceive(my_ese, ...);
/external/libese/apps/boot/
Dboot.c81 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()
DREADME.md271 cooldown time can be requested with a special APDU to `ese_transceive()`: