Searched refs:areaToSignSize (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/ |
H A D | rpc_sign.c | 35 UINT32 areaToSignSize; in tcs_wrap_Sign() local 57 if (getData(TCSD_PACKET_TYPE_UINT32, 2, &areaToSignSize, 0, &data->comm)) in tcs_wrap_Sign() 60 areaToSign = calloc(1, areaToSignSize); in tcs_wrap_Sign() 62 LogError("malloc of %d bytes failed.", areaToSignSize); in tcs_wrap_Sign() 65 if (getData(TCSD_PACKET_TYPE_PBYTE, 3, areaToSign, areaToSignSize, &data->comm)) { in tcs_wrap_Sign() 80 result = TCSP_Sign_Internal(hContext, hKey, areaToSignSize, areaToSign, pAuth, &sigSize, in tcs_wrap_Sign()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/ |
H A D | tsp_sign.c | 28 UINT32 areaToSignSize, /* in */ in Transport_Sign() argument 60 dataLen = sizeof(UINT32) + areaToSignSize; in Transport_Sign() 67 Trspi_LoadBlob_UINT32(&offset, areaToSignSize, data); in Transport_Sign() 68 Trspi_LoadBlob(&offset, areaToSignSize, data, areaToSign); in Transport_Sign()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/ |
H A D | rpc_sign.c | 31 UINT32 areaToSignSize, /* in */ in RPC_Sign_TP() argument 48 if (setData(TCSD_PACKET_TYPE_UINT32, 2, &areaToSignSize, 0, &hte->comm)) in RPC_Sign_TP() 50 if (setData(TCSD_PACKET_TYPE_PBYTE, 3, areaToSign, areaToSignSize, &hte->comm)) in RPC_Sign_TP()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/ |
H A D | tcsi_sign.c | 33 UINT32 areaToSignSize, /* in */ in TCSP_Sign_Internal() argument 61 if ((result = tpm_rqu_build(TPM_ORD_Sign, &offset, txBlob, keySlot, areaToSignSize, in TCSP_Sign_Internal()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/ |
H A D | tcs.h | 532 UINT32 areaToSignSize, // in
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/ |
H A D | tcs_api.c | 1327 UINT32 areaToSignSize, /* in */ in RPC_Sign() argument 1341 result = RPC_Sign_TP(entry, keyHandle, areaToSignSize, areaToSign, privAuth, in RPC_Sign()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/ |
H A D | tcs_utils.h | 668 UINT32 areaToSignSize, /* in */
|