Searched refs:algorithms_length (Results 1 – 3 of 3) sorted by relevance
45 return sizeof(uint32_t) + sizeof(uint32_t) * algorithms_length; in NonErrorSerializedSize()49 return append_uint32_array_to_buf(buf, end, algorithms, algorithms_length); in NonErrorSerialize()56 if (!copy_uint32_array_from_buf(buf_ptr, end, &deserialized_algorithms, &algorithms_length)) in NonErrorDeserialize()
89 rsp.algorithms_length = array_length(algorithms); in TEST()92 EXPECT_EQ(array_length(algorithms), deserialized->algorithms_length); in TEST()
56 SupportedAlgorithmsResponse() : algorithms(NULL), algorithms_length(0) {} in SupportedAlgorithmsResponse()64 size_t algorithms_length; member