Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
H A Drpc_transport.c280 UINT32* pulSignatureSize, in RPC_ReleaseTransportSigned_TP() argument
340 if (getData(TCSD_PACKET_TYPE_UINT32, 5, pulSignatureSize, 0, &hte->comm)) { in RPC_ReleaseTransportSigned_TP()
347 *prgbSignature = malloc(*pulSignatureSize); in RPC_ReleaseTransportSigned_TP()
352 *pulSignatureSize = 0; in RPC_ReleaseTransportSigned_TP()
355 if (getData(TCSD_PACKET_TYPE_PBYTE, 6, *prgbSignature, *pulSignatureSize, in RPC_ReleaseTransportSigned_TP()
362 *pulSignatureSize = 0; in RPC_ReleaseTransportSigned_TP()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_transport.c435 UINT32* pulSignatureSize, in TCSP_ReleaseTransportSigned_Internal() argument
495 UnloadBlob_UINT32(&offset, pulSignatureSize, txBlob); in TCSP_ReleaseTransportSigned_Internal()
497 *prgbSignature = malloc(*pulSignatureSize); in TCSP_ReleaseTransportSigned_Internal()
504 UnloadBlob(&offset, *pulSignatureSize, txBlob, *prgbSignature); in TCSP_ReleaseTransportSigned_Internal()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
H A Drpc_transport.c312 UINT32 pulCurrentTicks, pulSignatureSize; in tcs_wrap_ReleaseTransportSigned() local
350 &pulSignatureSize, &prgbSignature); in tcs_wrap_ReleaseTransportSigned()
391 if (setData(TCSD_PACKET_TYPE_UINT32, 5, &pulSignatureSize, 0, &data->comm)) { in tcs_wrap_ReleaseTransportSigned()
395 if (setData(TCSD_PACKET_TYPE_PBYTE, 6, prgbSignature, pulSignatureSize, in tcs_wrap_ReleaseTransportSigned()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtcs.h349 UINT32* pulSignatureSize, // out
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
H A Dtcs_api.c2567 UINT32* pulSignatureSize, in RPC_ReleaseTransportSigned() argument
2582 prgbCurrentTicks, pulSignatureSize, in RPC_ReleaseTransportSigned()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dtcs_utils.h971 UINT32* pulSignatureSize,