Home
last modified time | relevance | path

Searched refs:algorithm_set_bytes (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/gsc-utils/tpm_generated/
H A Dtpm_generated.cc27776 std::string algorithm_set_bytes; in SerializeCommand_SetAlgorithmSet() local
27777 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()