Home
last modified time | relevance | path

Searched refs:block_send (Results 1 – 3 of 3) sorted by relevance

/hardware/st/secure_element2/secure_element/1.0/esehal/src/
Dtransport.h32 int block_send(struct t1_state *t1, const void *block, size_t n);
Dtransport.c97 block_send(struct t1_state *t1, const void *block, size_t n) in block_send() function
Diso7816_t1.c515 len = block_send(t1, t1->buf, n); in t1_loop()