Searched defs:compute_checksum (Results 1 – 10 of 10) sorted by relevance
64 static u32 compute_checksum(const struct dramc_param *dparam) in compute_checksum() function
71 static uint32_t compute_checksum(struct device *dev, uint16_t *checksum) in compute_checksum() function
75 void compute_checksum(icmp_header& header, in compute_checksum() function
101 static unsigned long compute_checksum(void *addr, unsigned long length) in compute_checksum() function
285 static uint8_t compute_checksum(const uint8_t *buf, size_t size) in compute_checksum() function
74 fn compute_checksum<T: AsBytes>(v: &T) -> u8 { in compute_checksum() function
72 fn compute_checksum<T: Copy>(v: &T) -> u8 { in compute_checksum() function
234 def compute_checksum(parent: Packet, field_id: str) -> int: function
758 def compute_checksum(self, pkg_path): member in BasePackageManager
2171 def compute_checksum(input, length=None): function