Searched refs:t1_state (Results 1 – 5 of 5) sorted by relevance
/hardware/st/secure_element2/secure_element/1.0/esehal/src/ |
D | iso7816_t1.h | 28 struct t1_state { struct 93 void isot1_init(struct t1_state *t1); argument 94 void isot1_release(struct t1_state *t1); 95 void isot1_bind(struct t1_state *t1, int src, int dst); 96 int isot1_transceive(struct t1_state *t1, const void *snd_buf, 98 int isot1_negotiate_ifsd(struct t1_state *t1, int ifsd); 99 int isot1_reset(struct t1_state *t1); 100 int isot1_resync(struct t1_state *t1); 101 int isot1_get_atr(struct t1_state *t1, void *atr, size_t n); 104 typedef struct t1_state t1_state_t;
|
D | iso7816_t1.c | 53 t1_init_recv_window(struct t1_state *t1, void *buf, size_t n) in t1_init_recv_window() 60 t1_recv_window_free_size(struct t1_state *t1) in t1_recv_window_free_size() 66 t1_recv_window_append(struct t1_state *t1, const void *buf, int n) in t1_recv_window_append() 79 t1_recv_window_size(struct t1_state *t1) in t1_recv_window_size() 85 t1_close_recv_window(struct t1_state *t1) in t1_close_recv_window() 92 t1_init_send_window(struct t1_state *t1, const void *buf, size_t n) in t1_init_send_window() 99 t1_send_window_size(struct t1_state *t1) in t1_send_window_size() 105 t1_close_send_window(struct t1_state *t1) in t1_close_send_window() 111 do_chk(struct t1_state *t1, uint8_t *buf) in do_chk() 132 chk_is_good(struct t1_state *t1, const uint8_t *buf) in chk_is_good() [all …]
|
D | transport.h | 28 struct t1_state; 32 int block_send(struct t1_state *t1, const void *block, size_t n); 33 int block_recv(struct t1_state *t1, void *block, size_t n);
|
D | transport.c | 80 crc_length(struct t1_state *t1) in crc_length() 97 block_send(struct t1_state *t1, const void *block, size_t n) in block_send() 106 block_recv(struct t1_state *t1, void *block, size_t n) in block_recv()
|
D | libse-gto-private.h | 51 struct t1_state t1;
|