Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
H A Drpc_ps.c267 UINT32 * pcKeySize, /* out */ in RPC_GetRegisteredKeyBlob_TP() argument
287 if (getData(TCSD_PACKET_TYPE_UINT32, 0, pcKeySize, 0, &hte->comm)) { in RPC_GetRegisteredKeyBlob_TP()
291 *prgbKey = malloc(*pcKeySize); in RPC_GetRegisteredKeyBlob_TP()
293 LogError("malloc of %u bytes failed.", *pcKeySize); in RPC_GetRegisteredKeyBlob_TP()
297 if (getData(TCSD_PACKET_TYPE_PBYTE, 1, *prgbKey, *pcKeySize, &hte->comm)) { in RPC_GetRegisteredKeyBlob_TP()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
H A Drpc_ps.c130 UINT32 pcKeySize; in tcs_wrap_GetRegisteredKeyBlob() local
145 result = TCS_GetRegisteredKeyBlob_Internal(hContext, &uuid, &pcKeySize, in tcs_wrap_GetRegisteredKeyBlob()
150 if (setData(TCSD_PACKET_TYPE_UINT32, 0, &pcKeySize, 0, &data->comm)) { in tcs_wrap_GetRegisteredKeyBlob()
154 if (setData(TCSD_PACKET_TYPE_PBYTE, 1, prgbKey, pcKeySize, &data->comm)) { in tcs_wrap_GetRegisteredKeyBlob()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_ps.c471 UINT32 * pcKeySize, /* out */ in TCS_GetRegisteredKeyBlob_Internal() argument
492 *pcKeySize = keySize; in TCS_GetRegisteredKeyBlob_Internal()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtcs.h80 UINT32* pcKeySize, // out
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
H A Dtcs_api.c362 UINT32 * pcKeySize, /* out */ in RPC_GetRegisteredKeyBlob() argument
373 result = RPC_GetRegisteredKeyBlob_TP(entry, KeyUUID, pcKeySize, prgbKey); in RPC_GetRegisteredKeyBlob()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dtcs_utils.h349 UINT32 * pcKeySize, /* out */