Searched refs:algorithm_set_bytes (Results 1 – 1 of 1) sorted by relevance
27776 std::string algorithm_set_bytes; in SerializeCommand_SetAlgorithmSet() local27777 rc = Serialize_UINT32(algorithm_set, &algorithm_set_bytes); in SerializeCommand_SetAlgorithmSet()27787 hash->Update(algorithm_set_bytes.data(), algorithm_set_bytes.size()); in SerializeCommand_SetAlgorithmSet()27788 parameter_section_bytes += algorithm_set_bytes; in SerializeCommand_SetAlgorithmSet()27789 command_size += algorithm_set_bytes.size(); in SerializeCommand_SetAlgorithmSet()