Searched refs:pLabel (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/ |
H A D | rpc_counter.c | 75 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 D | tcsi_counter.c | 63 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 D | rpc_counter.c | 60 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 D | tcs.h | 913 BYTE* pLabel, // in
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/ |
H A D | tcs_api.c | 2314 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 D | tcs_utils.h | 897 BYTE* pLabel,
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/ |
H A D | softp11.c | 1120 CK_UTF8CHAR_PTR pLabel) in C_InitToken() argument
|