Searched refs:encOwnerAuthSize (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/ |
| H A D | rpc_own.c | 35 UINT32 encOwnerAuthSize; in tcs_wrap_TakeOwnership() local 57 if (getData(TCSD_PACKET_TYPE_UINT32, 2, &encOwnerAuthSize, 0, &data->comm)) in tcs_wrap_TakeOwnership() 59 encOwnerAuth = calloc(1, encOwnerAuthSize); in tcs_wrap_TakeOwnership() 61 LogError("malloc of %d bytes failed.", encOwnerAuthSize); in tcs_wrap_TakeOwnership() 64 if (getData(TCSD_PACKET_TYPE_PBYTE, 3, encOwnerAuth, encOwnerAuthSize, &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_own.c | 31 UINT32 encOwnerAuthSize, /* in */ in RPC_TakeOwnership_TP() argument 51 if (setData(TCSD_PACKET_TYPE_UINT32, 2, &encOwnerAuthSize, 0, &hte->comm)) in RPC_TakeOwnership_TP() 53 if (setData(TCSD_PACKET_TYPE_PBYTE, 3, encOwnerAuth, encOwnerAuthSize, &hte->comm)) in RPC_TakeOwnership_TP()
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/ |
| H A D | tcsi_own.c | 30 UINT32 encOwnerAuthSize, /* in */ in TCSP_TakeOwnership_Internal() argument 62 encOwnerAuthSize, encOwnerAuth, encSrkAuthSize, encSrkAuth, in TCSP_TakeOwnership_Internal()
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/ |
| H A D | tcs.h | 204 UINT32 encOwnerAuthSize, // in
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/ |
| H A D | tcs_api.c | 614 UINT32 encOwnerAuthSize, /* in */ in RPC_TakeOwnership() argument 633 encOwnerAuthSize, encOwnerAuth, in RPC_TakeOwnership()
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/include/ |
| H A D | tcs_utils.h | 442 UINT32 encOwnerAuthSize, /* in */
|