Searched refs:pulSignatureSize (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/ |
H A D | rpc_transport.c | 280 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 D | tcsi_transport.c | 435 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 D | rpc_transport.c | 312 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 D | tcs.h | 349 UINT32* pulSignatureSize, // out
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/ |
H A D | tcs_api.c | 2567 UINT32* pulSignatureSize, in RPC_ReleaseTransportSigned() argument 2582 prgbCurrentTicks, pulSignatureSize, in RPC_ReleaseTransportSigned()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/ |
H A D | tcs_utils.h | 971 UINT32* pulSignatureSize,
|