Home | History | Annotate | Download | only in Support

Lines Matching defs:uint8_t

51   uint8_t buffer[64];
56 std::array<uint8_t, 16> Bytes;
58 operator std::array<uint8_t, 16>() const { return Bytes; }
60 const uint8_t &operator[](size_t I) const { return Bytes[I]; }
61 uint8_t &operator[](size_t I) { return Bytes[I]; }
85 void update(ArrayRef<uint8_t> Data);
98 static std::array<uint8_t, 16> hash(ArrayRef<uint8_t> Data);
101 const uint8_t *body(ArrayRef<uint8_t> Data);