Home | History | Annotate | Download | only in trunks

Lines Matching full:auth

63   TPMS_AUTH_COMMAND auth;
64 auth.session_handle = session_handle_;
68 auth.nonce = caller_nonce_;
69 auth.session_attributes = kContinueSession;
72 auth.session_attributes |= kDecryptSession;
75 auth.session_attributes |= kEncryptSession;
81 CHECK_EQ(Serialize_TPMA_SESSION(auth.session_attributes, &attributes_bytes),
99 auth.hmac = Make_TPM2B_DIGEST(digest);
101 TPM_RC serialize_error = Serialize_TPMS_AUTH_COMMAND(auth, authorization);
103 LOG(ERROR) << "Could not serialize command auth.";
125 LOG(ERROR) << "TPM auth hmac was incorrect size.";