Home
last modified time | relevance | path

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

/hardware/st/secure_element2/secure_element/1.0/esehal/src/
Dchecksum.h37 unsigned crc_ccitt(uint16_t crc, const void *s, size_t n);
Dchecksum.c44 crc_ccitt(uint16_t crc, const void *s, size_t n) in crc_ccitt() function
Diso7816_t1.c122 uint16_t crc = crc_ccitt(0xFFFF, buf, n); in do_chk()
143 uint16_t crc = crc_ccitt(0xFFFF, buf, n); in chk_is_good()