Home
last modified time | relevance | path

Searched refs:pLabel (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
H A Drpc_counter.c75 BYTE *pLabel = NULL; in tcs_wrap_CreateCounter() local
89 if ((pLabel = calloc(1, LabelSize)) == NULL) { in tcs_wrap_CreateCounter()
94 if (getData(TCSD_PACKET_TYPE_PBYTE, 2, &pLabel, LabelSize, &data->comm)) { in tcs_wrap_CreateCounter()
95 free(pLabel); in tcs_wrap_CreateCounter()
99 free(pLabel); in tcs_wrap_CreateCounter()
103 free(pLabel); in tcs_wrap_CreateCounter()
109 result = TCSP_CreateCounter_Internal(hContext, LabelSize, pLabel, encauth, &auth, in tcs_wrap_CreateCounter()
114 free(pLabel); in tcs_wrap_CreateCounter()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_counter.c63 BYTE* pLabel, in TCSP_CreateCounter_Internal() argument
86 LabelSize, pLabel, pOwnerAuth))) in TCSP_CreateCounter_Internal()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
H A Drpc_counter.c60 BYTE* pLabel, /* in */ in RPC_CreateCounter_TP() argument
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.h913 BYTE* pLabel, // in
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
H A Dtcs_api.c2314 BYTE* pLabel, /* in */ 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.h897 BYTE* pLabel,
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dsoftp11.c1120 CK_UTF8CHAR_PTR pLabel) in C_InitToken() argument