Home
last modified time | relevance | path

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

/system/tpm/trunks/
Dtpm_generated.cc27349 std::string algorithm_set_bytes; in SerializeCommand_SetAlgorithmSet() local
27350 rc = Serialize_UINT32(algorithm_set, &algorithm_set_bytes); in SerializeCommand_SetAlgorithmSet()
27360 hash->Update(algorithm_set_bytes.data(), algorithm_set_bytes.size()); in SerializeCommand_SetAlgorithmSet()
27361 parameter_section_bytes += algorithm_set_bytes; in SerializeCommand_SetAlgorithmSet()
27362 command_size += algorithm_set_bytes.size(); in SerializeCommand_SetAlgorithmSet()