Home
last modified time | relevance | path

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

/external/gsc-utils/tpm_generated/
Dtpm_generated.cc27780 std::string algorithm_set_bytes; in SerializeCommand_SetAlgorithmSet() local
27781 rc = Serialize_UINT32(algorithm_set, &algorithm_set_bytes); in SerializeCommand_SetAlgorithmSet()
27791 hash->Update(algorithm_set_bytes.data(), algorithm_set_bytes.size()); in SerializeCommand_SetAlgorithmSet()
27792 parameter_section_bytes += algorithm_set_bytes; in SerializeCommand_SetAlgorithmSet()
27793 command_size += algorithm_set_bytes.size(); in SerializeCommand_SetAlgorithmSet()