Home | History | Annotate | Download | only in trunks

Lines Matching refs:out_hmac

14555                                TPM2B_DIGEST* out_hmac,
14620 rc = Parse_TPM2B_DIGEST(&buffer, out_hmac, &out_hmac_bytes);
14632 rc = Parse_TPM2B_DIGEST(&out_hmac_bytes, out_hmac, nullptr);
14652 TPM2B_DIGEST out_hmac;
14654 Tpm::ParseResponse_HMAC(response, &out_hmac, authorization_delegate);
14659 callback.Run(rc, out_hmac);
14687 TPM2B_DIGEST* out_hmac,
14697 rc = ParseResponse_HMAC(response, out_hmac, authorization_delegate);