Home
last modified time | relevance | path

Searched defs:checksum (Results 1 – 2 of 2) sorted by relevance

/bootable/libbootloader/libxbc/
Dlibxbc.c33 static uint32_t checksum(const unsigned char* const buffer, uint32_t size) { in checksum() function
/bootable/libbootloader/gbl/libbootconfig/src/
Dlib.rs115 let checksum = self.checksum(); in update_trailer() localVariable
124 fn checksum(&self) -> u32 { in checksum() method