Home
last modified time | relevance | path

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

/hardware/st/secure_element2/secure_element/esehal/src/
Diso7816_t1.c495 } else if (t1->state.badcrc) in t1_loop()
528 t1->state.badcrc = 1; in t1_loop()
535 if (t1->state.badcrc) in t1_loop()
551 if (t1->state.badcrc) in t1_loop()
559 t1->state.badcrc = 0; in t1_loop()
638 t1->state.badcrc = 0; in t1_clear_states()
Diso7816_t1.h36 unsigned badcrc : 1; /* Build a RBLOCK for CRC error */ member