| /netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/ |
| H A D | tcsi_delegate.c | 73 TPM_ENCAUTH *encDelAuth, /* in */ in TCSP_Delegate_CreateKeyDelegation_Internal() argument 98 publicInfoSize, publicInfo, encDelAuth, keyAuth))) in TCSP_Delegate_CreateKeyDelegation_Internal() 123 TPM_ENCAUTH *encDelAuth, /* in */ in TCSP_Delegate_CreateOwnerDelegation_Internal() argument 144 increment, publicInfoSize, publicInfo, encDelAuth, ownerAuth))) in TCSP_Delegate_CreateOwnerDelegation_Internal()
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/ |
| H A D | rpc_delegate.c | 126 TPM_ENCAUTH encDelAuth; in tcs_wrap_Delegate_CreateKeyDelegation() local 160 if (getData(TCSD_PACKET_TYPE_ENCAUTH, 4, &encDelAuth, 0, &data->comm)) { in tcs_wrap_Delegate_CreateKeyDelegation() 178 publicInfoSize, publicInfo, &encDelAuth, pAuth, &blobSize, &blob); in tcs_wrap_Delegate_CreateKeyDelegation() 217 TPM_ENCAUTH encDelAuth; in tcs_wrap_Delegate_CreateOwnerDelegation() local 251 if (getData(TCSD_PACKET_TYPE_ENCAUTH, 4, &encDelAuth, 0, &data->comm)) { in tcs_wrap_Delegate_CreateOwnerDelegation() 269 publicInfoSize, publicInfo, &encDelAuth, pAuth, &blobSize, &blob); in tcs_wrap_Delegate_CreateOwnerDelegation()
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/ |
| H A D | rpc_delegate.c | 96 TPM_ENCAUTH *encDelAuth, /* in */ in RPC_Delegate_CreateKeyDelegation_TP() argument 116 if (setData(TCSD_PACKET_TYPE_ENCAUTH, 4, encDelAuth, 0, &hte->comm)) in RPC_Delegate_CreateKeyDelegation_TP() 161 TPM_ENCAUTH *encDelAuth, /* in */ in RPC_Delegate_CreateOwnerDelegation_TP() argument 181 if (setData(TCSD_PACKET_TYPE_ENCAUTH, 4, encDelAuth, 0, &hte->comm)) in RPC_Delegate_CreateOwnerDelegation_TP()
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/ |
| H A D | tsp_delegate.c | 498 TPM_ENCAUTH *encDelAuth, /* in */ in Transport_Delegate_CreateKeyDelegation() argument 536 Trspi_LoadBlob(&offset, sizeof(TPM_ENCAUTH), data, encDelAuth->authdata); in Transport_Delegate_CreateKeyDelegation() 568 TPM_ENCAUTH *encDelAuth, /* in */ in Transport_Delegate_CreateOwnerDelegation() argument 592 Trspi_LoadBlob(&offset, sizeof(TPM_ENCAUTH), data, encDelAuth->authdata); in Transport_Delegate_CreateOwnerDelegation()
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/ |
| H A D | tcs.h | 751 TPM_ENCAUTH encDelAuth, // in 762 TPM_ENCAUTH encDelAuth, // in
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/ |
| H A D | tcs_api.c | 2923 TPM_ENCAUTH *encDelAuth, /* in */ in RPC_Delegate_CreateKeyDelegation() argument 2937 publicInfo, encDelAuth, in RPC_Delegate_CreateKeyDelegation() 2954 TPM_ENCAUTH *encDelAuth, /* in */ in RPC_Delegate_CreateOwnerDelegation() argument 2969 encDelAuth, ownerAuth, in RPC_Delegate_CreateOwnerDelegation()
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/include/ |
| H A D | tcs_utils.h | 1068 TPM_ENCAUTH* encDelAuth, /* in */ 1078 TPM_ENCAUTH* encDelAuth, /* in */
|