Searched refs:cKeySize (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/ |
H A D | rpc_ps.c | 36 UINT32 cKeySize; in tcs_wrap_RegisterKey() local 54 if (getData(TCSD_PACKET_TYPE_UINT32, 3, &cKeySize, 0, &data->comm)) in tcs_wrap_RegisterKey() 57 rgbKey = calloc(1, cKeySize); in tcs_wrap_RegisterKey() 59 LogError("malloc of %d bytes failed.", cKeySize); in tcs_wrap_RegisterKey() 62 if (getData(TCSD_PACKET_TYPE_PBYTE, 4, rgbKey, cKeySize, &data->comm)) { in tcs_wrap_RegisterKey() 89 cKeySize, rgbKey, cVendorData, in tcs_wrap_RegisterKey()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/ |
H A D | rpc_ps.c | 82 UINT32 cKeySize, /* in */ in RPC_RegisterKey_TP() argument 99 if (setData(TCSD_PACKET_TYPE_UINT32, 3, &cKeySize, 0, &hte->comm)) in RPC_RegisterKey_TP() 101 if (setData(TCSD_PACKET_TYPE_PBYTE, 4, rgbKey, cKeySize, &hte->comm)) in RPC_RegisterKey_TP()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/ |
H A D | tcsi_ps.c | 29 UINT32 cKeySize, /* in */ in TCS_RegisterKey_Internal() argument 55 cKeySize))) { in TCS_RegisterKey_Internal()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/ |
H A D | tcs.h | 42 UINT32 cKeySize, // in
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/ |
H A D | tcs_api.c | 239 UINT32 cKeySize, /* in */ in RPC_RegisterKey() argument 252 result = RPC_RegisterKey_TP(entry, WrappingKeyUUID, KeyUUID, cKeySize, in RPC_RegisterKey()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/ |
H A D | tcs_utils.h | 320 UINT32 cKeySize, /* in */
|