Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
H A Drpc_sign.c35 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 Dtsp_sign.c28 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 Drpc_sign.c31 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 Dtcsi_sign.c33 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 Dtcs.h532 UINT32 areaToSignSize, // in
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
H A Dtcs_api.c1327 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 Dtcs_utils.h668 UINT32 areaToSignSize, /* in */