Searched refs:byteswap16 (Results 1 – 2 of 2) sorted by relevance
114 byteswap16(unsigned char *buf) in byteswap16() function173 byteswap16(pkey); in br_poly1305_i15_run()199 byteswap16(pkey + 16); in br_poly1305_i15_run()213 byteswap16(tag); in br_poly1305_i15_run()
69 # define byteswap16(num) __builtin_bswap16(num) macro77 # define byteswap16(num) bswap_16(num) macro90 # define byteswap16(num) swap16(num) macro94 # define byteswap16(num) bswap16(num) macro103 # define byteswap16(num) BSWAP_16(num) macro131 #ifndef byteswap16132 # define byteswap16(n) (uint16_t)( \ macro172 # define conv16le(num) byteswap16(num)182 # define conv16be(num) byteswap16(num)