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

/system/tpm/trunks/
H A Dtpm_generated.cc1186 TPM_RC Serialize_TPM2B_NONCE(const TPM2B_NONCE& value, std::string* buffer) { function in namespace:trunks
4574 result = Serialize_TPM2B_NONCE(value.nonce, buffer);
4625 result = Serialize_TPM2B_NONCE(value.nonce, buffer);
9120 rc = Serialize_TPM2B_NONCE(nonce_caller, &nonce_caller_bytes);
20775 rc = Serialize_TPM2B_NONCE(nonce_tpm, &nonce_tpm_bytes);
20785 rc = Serialize_TPM2B_NONCE(policy_ref, &policy_ref_bytes);
21080 rc = Serialize_TPM2B_NONCE(nonce_tpm, &nonce_tpm_bytes);
21090 rc = Serialize_TPM2B_NONCE(policy_ref, &policy_ref_bytes);
21379 rc = Serialize_TPM2B_NONCE(policy_ref, &policy_ref_bytes);
23864 rc = Serialize_TPM2B_NONCE(policy_re
[all...]

Completed in 107 milliseconds