Searched defs:shutdown_type_bytes (Results 1 - 1 of 1) sorted by relevance

/system/tpm/trunks/
H A Dtpm_generated.cc8306 std::string shutdown_type_bytes; local
8307 rc = Serialize_TPM_SU(shutdown_type, &shutdown_type_bytes);
8314 hash->Update(shutdown_type_bytes.data(), shutdown_type_bytes.size());
8315 parameter_section_bytes += shutdown_type_bytes;
8316 command_size += shutdown_type_bytes.size();
[all...]

Completed in 139 milliseconds