Home
last modified time | relevance | path

Searched refs:badcrc (Results 1 – 2 of 2) sorted by relevance

/hardware/st/secure_element2/secure_element/1.0/esehal/src/
Diso7816_t1.c496 } else if (t1->state.badcrc) in t1_loop()
529 t1->state.badcrc = 1; in t1_loop()
536 if (t1->state.badcrc) in t1_loop()
552 if (t1->state.badcrc) in t1_loop()
560 t1->state.badcrc = 0; in t1_loop()
639 t1->state.badcrc = 0; in t1_clear_states()
Diso7816_t1.h36 unsigned badcrc : 1; /* Build a RBLOCK for CRC error */ member