Searched refs:crc_func_t (Results 1 – 2 of 2) sorted by relevance
/linux/net/nfc/ |
H A D | digital.h | 119 typedef u16 (*crc_func_t)(u16, const u8 *, size_t); typedef 125 void digital_skb_add_crc(struct sk_buff *skb, crc_func_t crc_func, u16 init, 148 int digital_skb_check_crc(struct sk_buff *skb, crc_func_t crc_func,
|
H A D | digital_core.c | 55 void digital_skb_add_crc(struct sk_buff *skb, crc_func_t crc_func, u16 init, in digital_skb_add_crc() 72 int digital_skb_check_crc(struct sk_buff *skb, crc_func_t crc_func, in digital_skb_check_crc()
|