Searched refs:TCPA_ENCAUTH (Results 1 - 25 of 26) sorted by relevance

12

/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/include/
H A Dspi_utils.h59 UINT16, UINT32, TCPA_ENCAUTH *, TCPA_ENCAUTH *,
146 TCPA_ENCAUTH *, TCPA_ENCAUTH *, BYTE *, TPM_AUTH *);
197 TSS_RESULT RPC_ChangeAuth(TSS_HCONTEXT, TCS_KEY_HANDLE, TCPA_PROTOCOL_ID, TCPA_ENCAUTH *,
200 TSS_RESULT Transport_ChangeAuth(TSS_HCONTEXT, TCS_KEY_HANDLE, TCPA_PROTOCOL_ID, TCPA_ENCAUTH *,
203 TSS_RESULT RPC_ChangeAuthOwner(TSS_HCONTEXT, TCPA_PROTOCOL_ID, TCPA_ENCAUTH *, TCPA_ENTITY_TYPE,
205 TSS_RESULT Transport_ChangeAuthOwner(TSS_HCONTEXT, TCPA_PROTOCOL_ID, TCPA_ENCAUTH *, TCPA_ENTITY_TYPE,
220 TSS_RESULT RPC_CreateWrapKey(TSS_HCONTEXT, TCS_KEY_HANDLE, TCPA_ENCAUTH *, TCPA_ENCAUTH *,
[all...]
H A Dtrousers_types.h16 #define TCPA_ENCAUTH_SIZE sizeof(TCPA_ENCAUTH)
H A Drpc_tcstp_tsp.h75 TSS_RESULT RPC_CreateWrapKey_TP(struct host_table_entry *,TCS_KEY_HANDLE,TCPA_ENCAUTH *,TCPA_ENCAUTH *,UINT32,BYTE *,UINT32 *,BYTE **,TPM_AUTH *);
95 TSS_RESULT RPC_MakeIdentity_TP(struct host_table_entry *,TCPA_ENCAUTH,TCPA_CHOSENID_HASH,UINT32,BYTE *,TPM_AUTH *,TPM_AUTH *,UINT32 *,BYTE **,UINT32 *,BYTE **,UINT32 *,BYTE **,UINT32 *,BYTE **,UINT32 *,BYTE **);
149 TSS_RESULT RPC_ChangeAuth_TP(struct host_table_entry *,TCS_KEY_HANDLE,TCPA_PROTOCOL_ID,TCPA_ENCAUTH *,TCPA_ENTITY_TYPE,UINT32,BYTE *,TPM_AUTH *,TPM_AUTH *,UINT32 *,BYTE **);
150 TSS_RESULT RPC_ChangeAuthOwner_TP(struct host_table_entry *,TCPA_PROTOCOL_ID,TCPA_ENCAUTH *,TCPA_ENTITY_TYPE,TPM_AUTH *);
191 TSS_RESULT RPC_Seal_TP(struct host_table_entry *,TCS_KEY_HANDLE,TCPA_ENCAUTH *,UINT32,BYTE *,UINT32,BYTE *,TPM_AUTH *,UINT32 *,BYTE **);
199 TSS_RESULT RPC_Sealx_TP(struct host_table_entry *,TCS_KEY_HANDLE,TCPA_ENCAUTH *,UINT32,BYTE *,UINT32,BYTE *,TPM_AUTH *,UINT32 *,BYTE **);
344 TSS_RESULT RPC_NV_DefineOrReleaseSpace_TP(struct host_table_entry *hte, UINT32, BYTE *, TCPA_ENCAUTH, TPM_AUTH *);
H A Dtcs_utils.h387 TCPA_ENCAUTH KeyUsageAuth, /* in */
388 TCPA_ENCAUTH KeyMigrationAuth, /* in */
403 TCPA_ENCAUTH identityAuth, /* in */
422 TCPA_ENCAUTH identityAuth, /* in */
475 TCPA_ENCAUTH newAuth, /* in */
487 TCPA_ENCAUTH newAuth, /* in */
596 TCPA_ENCAUTH encAuth, /* in */
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtsp_aik.c73 TCPA_ENCAUTH identityAuth, /* in */
94 dataLen = sizeof(TCPA_ENCAUTH) + sizeof(TCPA_CHOSENID_HASH) + idKeyInfoSize;
101 Trspi_LoadBlob(&offset, sizeof(TCPA_ENCAUTH), data, identityAuth.authdata);
H A Dtsp_changeauth.c369 TCPA_ENCAUTH *newAuth, /* in */
404 dataLen = sizeof(TCPA_PROTOCOL_ID) + sizeof(TCPA_ENCAUTH)
415 Trspi_LoadBlob(&offset, sizeof(TCPA_ENCAUTH), data, newAuth->authdata);
447 TCPA_ENCAUTH *newAuth, /* in */
454 BYTE data[sizeof(TCPA_PROTOCOL_ID) + sizeof(TCPA_ENCAUTH) + sizeof(TCPA_ENTITY_TYPE)];
463 Trspi_LoadBlob(&offset, sizeof(TCPA_ENCAUTH), data, newAuth->authdata);
H A Dtsp_nv.c30 TCPA_ENCAUTH encAuth, /* in */
44 dataLen = sizeof(TCPA_ENCAUTH) + cPubInfoSize;
H A Dtsp_seal.c78 TCPA_ENCAUTH *encAuth, /* in */
140 TCPA_ENCAUTH *encAuth, /* in */
H A Dtsp_auth.c129 TCPA_ENCAUTH * encAuthUsage, TCPA_ENCAUTH * encAuthMig,
383 TCPA_ENCAUTH * encAuthUsage, TCPA_ENCAUTH * encAuthMig,
441 for (i = 0; i < sizeof(TCPA_ENCAUTH); i++)
443 for (i = 0; i < sizeof(TCPA_ENCAUTH); i++)
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
H A Drpc_changeauth.c36 TCPA_ENCAUTH newAuth;
121 TCPA_ENCAUTH newAuth;
H A Drpc.c158 LoadBlob(offset, sizeof(TCPA_ENCAUTH), blob,
159 ((TCPA_ENCAUTH *)data)->authdata);
302 UnloadBlob(&offset, sizeof(TCPA_ENCAUTH), comm->buf,
303 ((TCPA_ENCAUTH *) theData)->authdata);
H A Drpc_key.c300 TCPA_ENCAUTH KeyUsageAuth;
301 TCPA_ENCAUTH KeyMigrationAuth;
H A Drpc_seal.c37 TCPA_ENCAUTH KeyUsageAuth;
H A Drpc_aik.c34 TCPA_ENCAUTH identityAuth;
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
H A Drpc_changeauth.c32 TCPA_ENCAUTH *newAuth, /* in */
104 TCPA_ENCAUTH *newAuth, /* in */
H A Drpc_seal.c32 TCPA_ENCAUTH *encAuth, /* in */
105 TCPA_ENCAUTH *encAuth, /* in */
122 TCPA_ENCAUTH *encAuth, /* in */
H A Drpc.c84 Trspi_LoadBlob(offset, 20, blob, ((TCPA_ENCAUTH *)data)->authdata);
208 Trspi_UnloadBlob(&offset, sizeof(TCPA_ENCAUTH), comm->buf,
209 ((TCPA_ENCAUTH *)theData)->authdata);
H A Drpc_key.c107 TCPA_ENCAUTH *KeyUsageAuth, /* in */
108 TCPA_ENCAUTH *KeyMigrationAuth, /* in */
H A Drpc_nv.c46 TCPA_ENCAUTH encAuth, /* in */
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_seal.c33 TCPA_ENCAUTH encAuth, /* in */
H A Dtcsi_aik.c31 TCPA_ENCAUTH identityAuth, /* in */
179 TCPA_ENCAUTH identityAuth, /* in */
H A Dtcsi_changeauth.c34 TCPA_ENCAUTH newAuth, /* in */
106 TCPA_ENCAUTH newAuth, /* in */
H A Dtcsi_key.c172 TCPA_ENCAUTH KeyUsageAuth, /* in */
173 TCPA_ENCAUTH KeyMigrationAuth, /* in */
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dcompat11b.h37 typedef TPM_ENCAUTH TCPA_ENCAUTH; typedef
/netbsd-6-1-5-RELEASE/crypto/external/cpl/trousers/dist/src/tspi/rpc/
H A Dtcs_api.c461 TCPA_ENCAUTH *KeyUsageAuth, /* in */
462 TCPA_ENCAUTH *KeyMigrationAuth, /* in */
516 TCPA_ENCAUTH identityAuth, /* in */
700 TCPA_ENCAUTH *newAuth, /* in */
732 TCPA_ENCAUTH *newAuth, /* in */
1073 TCPA_ENCAUTH *encAuth, /* in */
1106 TCPA_ENCAUTH *encAuth, /* in */
2600 TCPA_ENCAUTH encAuth, /* in */

Completed in 107 milliseconds

12