Searched refs:pcKeySize (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/ |
| H A D | rpc_ps.c | 267 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 D | rpc_ps.c | 130 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 D | tcsi_ps.c | 471 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 D | tcs.h | 80 UINT32* pcKeySize, // out
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/ |
| H A D | tcs_api.c | 362 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 D | tcs_utils.h | 349 UINT32 * pcKeySize, /* out */
|