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

/system/tpm/trunks/
H A Dtpm_generated.cc10639 const TPM2B_ID_OBJECT& credential_blob,
10668 rc = Serialize_TPM2B_ID_OBJECT(credential_blob, &credential_blob_bytes);
10857 const TPM2B_ID_OBJECT& credential_blob,
10869 credential_blob, secret, &command, authorization_delegate);
10882 const TPM2B_ID_OBJECT& credential_blob,
10890 credential_blob, secret, &command, authorization_delegate);
11000 TPM2B_ID_OBJECT* credential_blob,
11066 rc = Parse_TPM2B_ID_OBJECT(&buffer, credential_blob, &credential_blob_bytes);
11084 Parse_TPM2B_ID_OBJECT(&credential_blob_bytes, credential_blob, nullptr);
11104 TPM2B_ID_OBJECT credential_blob; local
10634 SerializeCommand_ActivateCredential( const TPMI_DH_OBJECT& activate_handle, const std::string& activate_handle_name, const TPMI_DH_OBJECT& key_handle, const std::string& key_handle_name, const TPM2B_ID_OBJECT& credential_blob, const TPM2B_ENCRYPTED_SECRET& secret, std::string* serialized_command, AuthorizationDelegate* authorization_delegate) argument
10853 ActivateCredential(const TPMI_DH_OBJECT& activate_handle, const std::string& activate_handle_name, const TPMI_DH_OBJECT& key_handle, const std::string& key_handle_name, const TPM2B_ID_OBJECT& credential_blob, const TPM2B_ENCRYPTED_SECRET& secret, AuthorizationDelegate* authorization_delegate, const ActivateCredentialResponse& callback) argument
10877 ActivateCredentialSync( const TPMI_DH_OBJECT& activate_handle, const std::string& activate_handle_name, const TPMI_DH_OBJECT& key_handle, const std::string& key_handle_name, const TPM2B_ID_OBJECT& credential_blob, const TPM2B_ENCRYPTED_SECRET& secret, TPM2B_DIGEST* cert_info, AuthorizationDelegate* authorization_delegate) argument
10998 ParseResponse_MakeCredential( const std::string& response, TPM2B_ID_OBJECT* credential_blob, TPM2B_ENCRYPTED_SECRET* secret, AuthorizationDelegate* authorization_delegate) argument
11137 MakeCredentialSync(const TPMI_DH_OBJECT& handle, const std::string& handle_name, const TPM2B_DIGEST& credential, const TPM2B_NAME& object_name, TPM2B_ID_OBJECT* credential_blob, TPM2B_ENCRYPTED_SECRET* secret, AuthorizationDelegate* authorization_delegate) argument
[all...]

Completed in 143 milliseconds