Searched refs:crc_16_ccitt1 (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Nfc/jni/
H A Dcom_android_nfc_NativeNfcTag.cpp657 crc_16_ccitt1( uint8_t* msg, size_t len, uint16_t init ) function in namespace:android
675 crc = crc_16_ccitt1( msg, len, 0x6363 );
685 crc = crc_16_ccitt1( msg, len, 0x6363 );

Completed in 31 milliseconds