Searched refs:snd_buf (Results 1 – 2 of 2) sorted by relevance
/hardware/st/secure_element2/secure_element/1.0/esehal/src/ |
D | iso7816_t1.h | 96 int isot1_transceive(struct t1_state *t1, const void *snd_buf,
|
D | iso7816_t1.c | 700 t1_transceive(struct t1_state *t1, const void *snd_buf, in t1_transceive() argument 707 t1_init_send_window(t1, snd_buf, snd_len); in t1_transceive() 773 isot1_transceive(struct t1_state *t1, const void *snd_buf, in isot1_transceive() argument 776 return t1_transceive(t1, snd_buf, snd_len, rcv_buf, rcv_len); in isot1_transceive()
|