Home
last modified time | relevance | path

Searched refs:encOwnerAuthSize (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
H A Drpc_own.c35 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 Drpc_own.c31 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 Dtcsi_own.c30 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 Dtcs.h204 UINT32 encOwnerAuthSize, // in
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
H A Dtcs_api.c614 UINT32 encOwnerAuthSize, /* in */ in RPC_TakeOwnership() argument
633 encOwnerAuthSize, encOwnerAuth, in RPC_TakeOwnership()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dtcs_utils.h442 UINT32 encOwnerAuthSize, /* in */