Searched refs:uint8_t (Results 1 – 1 of 1) sorted by relevance
541 typedef unsigned char uint8_t; typedef1027 ecb_function_ ecb_const uint8_t ecb_bitrev8 (uint8_t x);1028 ecb_function_ ecb_const uint8_t ecb_bitrev8 (uint8_t x) in ecb_bitrev8()1066 ecb_inline ecb_const uint8_t ecb_rotl8 (uint8_t x, unsigned int count);1067 ecb_inline ecb_const uint8_t ecb_rotr8 (uint8_t x, unsigned int count);1075 ecb_inline ecb_const uint8_t ecb_rotl8 (uint8_t x, unsigned int count) { return (x >> ( 8 - coun… in ecb_rotl8()1076 ecb_inline ecb_const uint8_t ecb_rotr8 (uint8_t x, unsigned int count) { return (x << ( 8 - coun… in ecb_rotr8()1152 uint8_t c[4]; in ecb_byteorder_helper()