Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
H A Drpc_ps.c36 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 Drpc_ps.c82 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 Dtcsi_ps.c29 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 Dtcs.h42 UINT32 cKeySize, // in
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
H A Dtcs_api.c239 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 Dtcs_utils.h320 UINT32 cKeySize, /* in */