Searched defs:byte_array (Results 1 – 4 of 4) sorted by relevance
41 ByteArray<N> byte_array(data); in simple_constructor_test() local49 const ByteArray<N> byte_array(data); in simple_const_constructor_test() local60 ByteArray<N> byte_array(array_of_bytes); in simple_array_constructor_test() local68 auto byte_array = ByteArray<N>::FromString(byte_string); in simple_from_string_test() local78 const ByteArray<N> byte_array(data); in simple_to_string_test() local85 auto byte_array = ByteArray<N>::FromLegacyConfigString(byte_string); in simple_from_legacy_string_test() local95 const ByteArray<N> byte_array(data); in simple_to_legacy_string_test() local
86 ByteArray<kLength> byte_array = {}; in FromString() local
60 common::ByteArray<23> byte_array(peerid); in SetLeData() local78 common::ByteArray<28> byte_array(penc_keys); in SetLeData() local93 common::ByteArray<21> byte_array(psrk_keys); in SetLeData() local
573 std::array<uint8_t, byte_array_size> byte_array; in TEST() local