Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
H A Drpc_counter.c74 UINT32 LabelSize; in tcs_wrap_CreateCounter() local
86 if (getData(TCSD_PACKET_TYPE_UINT32, 1, &LabelSize, 0, &data->comm)) in tcs_wrap_CreateCounter()
89 if ((pLabel = calloc(1, LabelSize)) == NULL) { in tcs_wrap_CreateCounter()
90 LogError("malloc of %u bytes failed.", LabelSize); in tcs_wrap_CreateCounter()
94 if (getData(TCSD_PACKET_TYPE_PBYTE, 2, &pLabel, LabelSize, &data->comm)) { in tcs_wrap_CreateCounter()
109 result = TCSP_CreateCounter_Internal(hContext, LabelSize, pLabel, encauth, &auth, in tcs_wrap_CreateCounter()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_counter.c62 UINT32 LabelSize, in TCSP_CreateCounter_Internal() argument
74 if (LabelSize != 4) { in TCSP_CreateCounter_Internal()
86 LabelSize, pLabel, pOwnerAuth))) in TCSP_CreateCounter_Internal()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
H A Drpc_counter.c59 UINT32 LabelSize, /* in (=4) */ in RPC_CreateCounter_TP() argument
74 if (setData(TCSD_PACKET_TYPE_UINT32, 1, &LabelSize, 0, &hte->comm)) in RPC_CreateCounter_TP()
76 if (setData(TCSD_PACKET_TYPE_PBYTE, 2, &pLabel, LabelSize, &hte->comm)) in RPC_CreateCounter_TP()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtcs.h912 UINT32 LabelSize, // in (=4)
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
H A Dtcs_api.c2313 UINT32 LabelSize, /* in (=4) */ in RPC_CreateCounter() argument
2328 result = RPC_CreateCounter_TP(entry, LabelSize, pLabel, CounterAuth, in RPC_CreateCounter()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dtcs_utils.h896 UINT32 LabelSize,