Searched refs:crc_func_t (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/net/nfc/ |
D | digital.h | 128 typedef u16 (*crc_func_t)(u16, const u8 *, size_t); typedef 134 void digital_skb_add_crc(struct sk_buff *skb, crc_func_t crc_func, u16 init, 157 int digital_skb_check_crc(struct sk_buff *skb, crc_func_t crc_func,
|
D | digital_core.c | 60 void digital_skb_add_crc(struct sk_buff *skb, crc_func_t crc_func, u16 init, in digital_skb_add_crc() 77 int digital_skb_check_crc(struct sk_buff *skb, crc_func_t crc_func, in digital_skb_check_crc()
|