Searched refs:get_le32 (Results 1 – 5 of 5) sorted by relevance
123 #ifndef get_le32124 # define get_le32 get_unaligned_le32 macro
822 static __inline u32 get_le32(const u8 *p) in get_le32() function885 l = get_le32(key); in michael_mic()886 r = get_le32(key + 4); in michael_mic()889 l ^= get_le32(hdr); in michael_mic()891 l ^= get_le32(&hdr[4]); in michael_mic()893 l ^= get_le32(&hdr[8]); in michael_mic()895 l ^= get_le32(&hdr[12]); in michael_mic()906 l ^= get_le32(data); in michael_mic()
70 #define get_le32(ptr) le32toh(*(const uint32_t *)(ptr)) macro
414 != get_le32(s->temp.buf + HEADER_MAGIC_SIZE + 2)) in dec_stream_header()449 if (xz_crc32(s->temp.buf + 4, 6, 0) != get_le32(s->temp.buf)) in dec_stream_footer()457 if ((s->index.size >> 2) != get_le32(s->temp.buf + 4)) in dec_stream_footer()481 != get_le32(s->temp.buf + s->temp.size)) in dec_block_header()
46 # define get_le32(p) le32_to_cpup((const uint32_t *)(p)) macro