Searched refs:newAuth (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
H A Drpc_changeauth.c36 TCPA_ENCAUTH newAuth; local
60 if (getData(TCSD_PACKET_TYPE_ENCAUTH, 3, &newAuth, 0, &data->comm))
86 result = TCSP_ChangeAuth_Internal(hContext, parentHandle, protocolID, newAuth, entityType,
124 TCPA_ENCAUTH newAuth; local
140 if (getData(TCSD_PACKET_TYPE_ENCAUTH, 2, &newAuth, 0, &data->comm))
149 result = TCSP_ChangeAuthOwner_Internal(hContext, protocolID, newAuth, entityType,
/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
H A Drpc_changeauth.c32 TCPA_ENCAUTH *newAuth, /* in */
53 if (setData(TCSD_PACKET_TYPE_ENCAUTH, 3, newAuth, 0, &hte->comm))
104 TCPA_ENCAUTH *newAuth, /* in */
118 if (setData(TCSD_PACKET_TYPE_ENCAUTH, 2, newAuth, 0, &hte->comm))
29 RPC_ChangeAuth_TP(struct host_table_entry *hte, TCS_KEY_HANDLE parentHandle, TCPA_PROTOCOL_ID protocolID, TCPA_ENCAUTH *newAuth, TCPA_ENTITY_TYPE entityType, UINT32 encDataSize, BYTE * encData, TPM_AUTH * ownerAuth, TPM_AUTH * entityAuth, UINT32 * outDataSize, BYTE ** outData) argument
102 RPC_ChangeAuthOwner_TP(struct host_table_entry *hte, TCPA_PROTOCOL_ID protocolID, TCPA_ENCAUTH *newAuth, TCPA_ENTITY_TYPE entityType, TPM_AUTH * ownerAuth ) argument
/netbsd-current/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_changeauth.c34 TCPA_ENCAUTH newAuth, /* in */
64 newAuth.authdata, entityType, encDataSize, encData, ownerAuth,
106 TCPA_ENCAUTH newAuth, /* in */
125 newAuth.authdata, entityType, ownerAuth)))
31 TCSP_ChangeAuth_Internal(TCS_CONTEXT_HANDLE contextHandle, TCS_KEY_HANDLE parentHandle, TCPA_PROTOCOL_ID protocolID, TCPA_ENCAUTH newAuth, TCPA_ENTITY_TYPE entityType, UINT32 encDataSize, BYTE *encData, TPM_AUTH *ownerAuth, TPM_AUTH *entityAuth, UINT32 *outDataSize, BYTE **outData ) argument
104 TCSP_ChangeAuthOwner_Internal(TCS_CONTEXT_HANDLE hContext, TCPA_PROTOCOL_ID protocolID, TCPA_ENCAUTH newAuth, TCPA_ENTITY_TYPE entityType, TPM_AUTH * ownerAuth ) argument
/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtsp_changeauth.c369 TCPA_ENCAUTH *newAuth, /* in */
415 Trspi_LoadBlob(&offset, sizeof(TCPA_ENCAUTH), data, newAuth->authdata);
447 TCPA_ENCAUTH *newAuth, /* in */
463 Trspi_LoadBlob(&offset, sizeof(TCPA_ENCAUTH), data, newAuth->authdata);
366 Transport_ChangeAuth(TSS_HCONTEXT tspContext, TCS_KEY_HANDLE parentHandle, TCPA_PROTOCOL_ID protocolID, TCPA_ENCAUTH *newAuth, TCPA_ENTITY_TYPE entityType, UINT32 encDataSize, BYTE * encData, TPM_AUTH * ownerAuth, TPM_AUTH * entityAuth, UINT32 * outDataSize, BYTE ** outData) argument
445 Transport_ChangeAuthOwner(TSS_HCONTEXT tspContext, TCPA_PROTOCOL_ID protocolID, TCPA_ENCAUTH *newAuth, TCPA_ENTITY_TYPE entityType, TPM_AUTH * ownerAuth) argument
/netbsd-current/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtcs.h240 TPM_ENCAUTH newAuth, // in
253 TPM_ENCAUTH newAuth, // in
/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/rpc/
H A Dtcs_api.c700 TCPA_ENCAUTH *newAuth, /* in */
717 result = RPC_ChangeAuth_TP(entry, parentHandle, protocolID, newAuth,
732 TCPA_ENCAUTH *newAuth, /* in */
744 result = RPC_ChangeAuthOwner_TP(entry, protocolID, newAuth, entityType,
697 RPC_ChangeAuth(TSS_HCONTEXT tspContext, TCS_KEY_HANDLE parentHandle, TCPA_PROTOCOL_ID protocolID, TCPA_ENCAUTH *newAuth, TCPA_ENTITY_TYPE entityType, UINT32 encDataSize, BYTE * encData, TPM_AUTH * ownerAuth, TPM_AUTH * entityAuth, UINT32 * outDataSize, BYTE ** outData) argument
730 RPC_ChangeAuthOwner(TSS_HCONTEXT tspContext, TCPA_PROTOCOL_ID protocolID, TCPA_ENCAUTH *newAuth, TCPA_ENTITY_TYPE entityType, TPM_AUTH * ownerAuth) argument
/netbsd-current/crypto/external/cpl/trousers/dist/src/include/
H A Dtcs_utils.h470 TCPA_ENCAUTH newAuth, /* in */
482 TCPA_ENCAUTH newAuth, /* in */

Completed in 298 milliseconds