Searched defs:Octet16 (Results 1 – 4 of 4) sorted by relevance
26 using Octet16 = std::array<uint8_t, kOctet16Length>; variable
26 typedef std::array<uint8_t, OCTET16_LEN> Octet16; typedef
26 typedef std::array<uint8_t, 16> Octet16; typedef
28 using Octet16 = std::array<uint8_t, OCTET16_LEN>; variable