Unix and Linux Discussions Tagged with migration |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
30 |
73,345 |
Programming |
|
|
|
1 |
14,408 |
What is on Your Mind? |
|
|
|
19 |
33,339 |
What is on Your Mind? |
|
|
|
28 |
43,130 |
What is on Your Mind? |
|
|
|
30 |
39,941 |
What is on Your Mind? |
|
|
|
1 |
4,742 |
What is on Your Mind? |
|
|
|
2 |
12,536 |
War Stories |
|
|
|
3 |
9,463 |
UNIX and Linux Applications |
|
|
|
5 |
4,939 |
Shell Programming and Scripting |
|
|
|
12 |
8,111 |
AIX |
|
|
|
0 |
3,803 |
AIX |
|
|
|
10 |
7,944 |
AIX |
|
|
|
5 |
12,706 |
HP-UX |
|
|
|
3 |
6,955 |
HP-UX |
|
|
|
1 |
7,240 |
HP-UX |
|
|
|
2 |
3,463 |
Linux |
|
|
|
2 |
5,682 |
Solaris |
|
|
|
2 |
9,054 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
11,157 |
Ubuntu |
|
|
|
5 |
5,839 |
Programming |
|
|
|
2 |
7,660 |
Red Hat |
|
|
|
3 |
10,022 |
AIX |
|
|
|
2 |
5,832 |
Solaris |
|
|
|
2 |
2,557 |
Shell Programming and Scripting |
|
|
|
3 |
5,800 |
AIX |
|
|
|
0 |
1,961 |
OS X Support RSS |
|
|
|
1 |
4,654 |
Shell Programming and Scripting |
|
|
|
1 |
4,062 |
UNIX for Advanced & Expert Users |
|
|
|
0 |
2,563 |
Solaris |
|
|
|
4 |
9,777 |
AIX |
|
|
|
0 |
2,367 |
Oracle Updates (RSS) |
|
|
|
2 |
5,161 |
Filesystems, Disks and Memory |
|
|
|
2 |
6,490 |
UNIX for Advanced & Expert Users |
|
|
|
0 |
1,571 |
UNIX and Linux RSS News |
|
|
|
3 |
4,502 |
Solaris |
|
|
|
0 |
1,422 |
UNIX and Linux RSS News |
|
|
|
2 |
3,108 |
UNIX for Advanced & Expert Users |
|
|
|
6 |
3,413 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
5,062 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
3,704 |
UNIX for Dummies Questions & Answers |
Tspi_TPM_AuthorizeMigrationTicket(3) TCG Software Stack Developer's Reference Tspi_TPM_AuthorizeMigrationTicket(3)
NAME
Tspi_TPM_AuthorizeMigrationTicket- create the migration ticket required for the migration process.
SYNOPSIS
#include <tss/platform.h>
#include <tss/tcpa_defines.h>
#include <tss/tcpa_typedef.h>
#include <tss/tcpa_struct.h>
#include <tss/tss_typedef.h>
#include <tss/tss_structs.h>
#include <tss/tspi.h>
TSS_RESULT Tspi_TPM_AuthorizeMigrationTicket(TSS_HTPM hTPM, TSS_HKEY hMigrationKey,
TSS_MIGRATE_SCHEME migrationScheme, UINT32* pulMigTicketLength,
BYTE** prgbMigTicket);
DESCRIPTION
Tspi_TPM_AuthorizeMigrationTicket is used by the owner to authorize a target public key for migration. This mean sthat when a system is set
up, the owner can decide that all archives should be done on a particular server. Then as keys are created, the user can pick one of these
servers for the target of the migration of their keys, if they wish. This provides one of the two authorizations necessary to migrate a
key.
PARAMETERS
hTPM
Handle of the TPM object
hMigrationKey
Handle of the object representing the migration key.
migrationScheme
Flag indiating the migration scheme to be used.
pulMigTicketLength
Recieves the length (in bytes) of the prgbMigTicket parameter.
prgbMigTicket
Recieves a pointer to thememory block containing the migration ticket blob.
RETURN CODES
Tspi_TPM_AuthorizeMigrationTicket returns TSS_SUCCESS on success, otherwise one of the following values are returned:
TSS_E_INVALID_HANDLE
Either hTPM or hMigrationKey is not a valid handle.
TSS_E_INTERNAL_ERROR
An error occurred internal to the TSS.
CONFORMING TO
Tspi_TPM_AuthorizeMigrationTicket conforms to the Trusted Computing Group Software Specification version 1.1 Golden
SEE ALSO
(none).
TSS 1.1 2004-05-26 Tspi_TPM_AuthorizeMigrationTicket(3)