Home
last modified time | relevance | path

Searched refs:cVendorData (Results 1 – 5 of 5) sorted by relevance

/dports/security/trousers/trousers-0.3.14_3/src/tcs/rpc/tcstp/
H A Drpc_ps.c38 UINT32 cVendorData; in tcs_wrap_RegisterKey() local
66 if (getData(TCSD_PACKET_TYPE_UINT32, 5, &cVendorData, 0, &data->comm)) { in tcs_wrap_RegisterKey()
71 if (cVendorData == 0) in tcs_wrap_RegisterKey()
74 gbVendorData = calloc(1, cVendorData); in tcs_wrap_RegisterKey()
76 LogError("malloc of %d bytes failed.", cVendorData); in tcs_wrap_RegisterKey()
81 if (getData(TCSD_PACKET_TYPE_PBYTE, 6, gbVendorData, cVendorData, &data->comm)) { in tcs_wrap_RegisterKey()
89 cKeySize, rgbKey, cVendorData, in tcs_wrap_RegisterKey()
/dports/security/trousers/trousers-0.3.14_3/src/tspi/rpc/tcstp/
H A Drpc_ps.c84 UINT32 cVendorData, /* in */ in RPC_RegisterKey_TP() argument
103 if (setData(TCSD_PACKET_TYPE_UINT32, 5, &cVendorData, 0, &hte->comm)) in RPC_RegisterKey_TP()
105 if (setData(TCSD_PACKET_TYPE_PBYTE, 6, gbVendorData, cVendorData, &hte->comm)) in RPC_RegisterKey_TP()
/dports/security/trousers/trousers-0.3.14_3/src/tcs/
H A Dtcsi_ps.c31 UINT32 cVendorData, /* in */ in TCS_RegisterKey_Internal() argument
54 if ((result = ps_write_key(KeyUUID, WrappingKeyUUID, gbVendorData, cVendorData, rgbKey, in TCS_RegisterKey_Internal()
/dports/security/trousers/trousers-0.3.14_3/src/tspi/rpc/
H A Dtcs_api.c241 UINT32 cVendorData, /* in */ in RPC_RegisterKey() argument
253 rgbKey, cVendorData, gbVendorData); in RPC_RegisterKey()
/dports/security/trousers/trousers-0.3.14_3/src/include/
H A Dtcs_utils.h336 UINT32 cVendorData, /* in */