Searched refs:get_le32 (Results 1 – 5 of 5) sorted by relevance
105 #ifndef get_le32106 # define get_le32 get_unaligned_le32 macro
747 static __inline u32 get_le32(const u8 *p) in get_le32() function810 l = get_le32(key); in michael_mic()811 r = get_le32(key + 4); in michael_mic()814 l ^= get_le32(hdr); in michael_mic()816 l ^= get_le32(&hdr[4]); in michael_mic()818 l ^= get_le32(&hdr[8]); in michael_mic()820 l ^= get_le32(&hdr[12]); in michael_mic()831 l ^= get_le32(data); in michael_mic()
71 #define get_le32(ptr) le32toh(*(const uint32_t *)(ptr)) macro
393 != get_le32(s->temp.buf + HEADER_MAGIC_SIZE + 2)) in dec_stream_header()427 if (xz_crc32(s->temp.buf + 4, 6, 0) != get_le32(s->temp.buf)) in dec_stream_footer()435 if ((s->index.size >> 2) != get_le32(s->temp.buf + 4)) in dec_stream_footer()459 != get_le32(s->temp.buf + s->temp.size)) in dec_block_header()
43 # define get_le32(p) le32_to_cpup((const uint32_t *)(p)) macro