/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/ |
H A D | rpc_changeauth.c | 35 TCPA_PROTOCOL_ID protocolID; in tcs_wrap_ChangeAuth() local 58 if (getData(TCSD_PACKET_TYPE_UINT16, 2, &protocolID, 0, &data->comm)) in tcs_wrap_ChangeAuth() 86 result = TCSP_ChangeAuth_Internal(hContext, parentHandle, protocolID, newAuth, entityType, in tcs_wrap_ChangeAuth() 123 TCPA_PROTOCOL_ID protocolID; in tcs_wrap_ChangeAuthOwner() local 138 if (getData(TCSD_PACKET_TYPE_UINT16, 1, &protocolID, 0, &data->comm)) in tcs_wrap_ChangeAuthOwner() 149 result = TCSP_ChangeAuthOwner_Internal(hContext, protocolID, newAuth, entityType, in tcs_wrap_ChangeAuthOwner()
|
H A D | rpc_own.c | 34 UINT16 protocolID; in tcs_wrap_TakeOwnership() local 55 if (getData(TCSD_PACKET_TYPE_UINT16, 1, &protocolID, 0, &data->comm)) in tcs_wrap_TakeOwnership() 111 result = TCSP_TakeOwnership_Internal(hContext, protocolID, encOwnerAuthSize, encOwnerAuth, in tcs_wrap_TakeOwnership()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/ |
H A D | rpc_changeauth.c | 31 TCPA_PROTOCOL_ID protocolID, /* in */ in RPC_ChangeAuth_TP() argument 51 if (setData(TCSD_PACKET_TYPE_UINT16, 2, &protocolID, 0, &hte->comm)) in RPC_ChangeAuth_TP() 103 TCPA_PROTOCOL_ID protocolID, /* in */ in RPC_ChangeAuthOwner_TP() argument 116 if (setData(TCSD_PACKET_TYPE_UINT16, 1, &protocolID, 0, &hte->comm)) in RPC_ChangeAuthOwner_TP()
|
H A D | rpc_own.c | 30 UINT16 protocolID, /* in */ in RPC_TakeOwnership_TP() argument 49 if (setData(TCSD_PACKET_TYPE_UINT16, 1, &protocolID, 0, &hte->comm)) in RPC_TakeOwnership_TP()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/ |
H A D | tcsi_changeauth.c | 33 TCPA_PROTOCOL_ID protocolID, /* in */ in TCSP_ChangeAuth_Internal() argument 63 if ((result = tpm_rqu_build(TPM_ORD_ChangeAuth, &offset, txBlob, keySlot, protocolID, in TCSP_ChangeAuth_Internal() 105 TCPA_PROTOCOL_ID protocolID, /* in */ in TCSP_ChangeAuthOwner_Internal() argument 124 if ((result = tpm_rqu_build(TPM_ORD_ChangeAuthOwner, &offset, txBlob, protocolID, in TCSP_ChangeAuthOwner_Internal()
|
H A D | tcsi_own.c | 29 UINT16 protocolID, /* in */ in TCSP_TakeOwnership_Internal() argument 61 if ((result = tpm_rqu_build(TPM_ORD_TakeOwnership, &offset, txBlob, protocolID, in TCSP_TakeOwnership_Internal()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/ |
H A D | tsp_changeauth.c | 368 TCPA_PROTOCOL_ID protocolID, /* in */ in Transport_ChangeAuth() argument 414 Trspi_LoadBlob_UINT16(&offset, protocolID, data); in Transport_ChangeAuth() 446 TCPA_PROTOCOL_ID protocolID, /* in */ in Transport_ChangeAuthOwner() argument 462 Trspi_LoadBlob_UINT16(&offset, protocolID, data); in Transport_ChangeAuthOwner()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/ |
H A D | tcs.h | 203 UINT16 protocolID, // in 239 TPM_PROTOCOL_ID protocolID, // in 252 TPM_PROTOCOL_ID protocolID, // in
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/ |
H A D | tcs_api.c | 613 UINT16 protocolID, /* in */ in RPC_TakeOwnership() argument 632 result = RPC_TakeOwnership_TP(entry, protocolID, in RPC_TakeOwnership() 699 TCPA_PROTOCOL_ID protocolID, /* in */ in RPC_ChangeAuth() argument 717 result = RPC_ChangeAuth_TP(entry, parentHandle, protocolID, newAuth, in RPC_ChangeAuth() 731 TCPA_PROTOCOL_ID protocolID, /* in */ in RPC_ChangeAuthOwner() argument 744 result = RPC_ChangeAuthOwner_TP(entry, protocolID, newAuth, entityType, in RPC_ChangeAuthOwner()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/ |
H A D | tcs_utils.h | 441 UINT16 protocolID, /* in */ 469 TCPA_PROTOCOL_ID protocolID, /* in */ 481 TCPA_PROTOCOL_ID protocolID, /* in */
|