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

/system/tpm/trunks/
H A Dtpm_generated.cc14555 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; local
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);
14554 ParseResponse_HMAC(const std::string& response, TPM2B_DIGEST* out_hmac, AuthorizationDelegate* authorization_delegate) argument
14683 HMACSync(const TPMI_DH_OBJECT& handle, const std::string& handle_name, const TPM2B_MAX_BUFFER& buffer, const TPMI_ALG_HASH& hash_alg, TPM2B_DIGEST* out_hmac, AuthorizationDelegate* authorization_delegate) argument
[all...]

Completed in 102 milliseconds