Lines Matching refs:swab32
44 mac[0] = swab32(tmp[1]); in aq_ether_addr_to_mac()
45 mac[1] = swab32(tmp[0]); in aq_ether_addr_to_mac()
105 (*key)[0] = swab32(tmp[3]); in aq_rotate_keys()
106 (*key)[1] = swab32(tmp[2]); in aq_rotate_keys()
107 (*key)[2] = swab32(tmp[1]); in aq_rotate_keys()
108 (*key)[3] = swab32(tmp[0]); in aq_rotate_keys()
110 (*key)[0] = swab32(tmp[5]); in aq_rotate_keys()
111 (*key)[1] = swab32(tmp[4]); in aq_rotate_keys()
112 (*key)[2] = swab32(tmp[3]); in aq_rotate_keys()
113 (*key)[3] = swab32(tmp[2]); in aq_rotate_keys()
114 (*key)[4] = swab32(tmp[1]); in aq_rotate_keys()
115 (*key)[5] = swab32(tmp[0]); in aq_rotate_keys()
117 (*key)[0] = swab32(tmp[7]); in aq_rotate_keys()
118 (*key)[1] = swab32(tmp[6]); in aq_rotate_keys()
119 (*key)[2] = swab32(tmp[5]); in aq_rotate_keys()
120 (*key)[3] = swab32(tmp[4]); in aq_rotate_keys()
121 (*key)[4] = swab32(tmp[3]); in aq_rotate_keys()
122 (*key)[5] = swab32(tmp[2]); in aq_rotate_keys()
123 (*key)[6] = swab32(tmp[1]); in aq_rotate_keys()
124 (*key)[7] = swab32(tmp[0]); in aq_rotate_keys()