Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
H A Drpc_key.c176 UINT32 * pcPubKeySize, /* out */ in RPC_GetPubKey_TP() argument
208 if (getData(TCSD_PACKET_TYPE_UINT32, i++, pcPubKeySize, 0, &hte->comm)) { in RPC_GetPubKey_TP()
213 *prgbPubKey = (BYTE *) malloc(*pcPubKeySize); in RPC_GetPubKey_TP()
215 LogError("malloc of %u bytes failed.", *pcPubKeySize); in RPC_GetPubKey_TP()
219 if (getData(TCSD_PACKET_TYPE_PBYTE, i++, *prgbPubKey, *pcPubKeySize, &hte->comm)) { in RPC_GetPubKey_TP()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtsp_key.c143 UINT32 *pcPubKeySize, in Transport_GetPubKey() argument
177 *pcPubKeySize = decLen; in Transport_GetPubKey()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_key.c228 UINT32 * pcPubKeySize, /* out */ in TCSP_GetPubKey_Internal() argument
265 result = tpm_rsp_parse(TPM_ORD_GetPubKey, txBlob, paramSize, pcPubKeySize, in TCSP_GetPubKey_Internal()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtcs.h131 UINT32* pcPubKeySize, // out
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
H A Dtcs_api.c493 UINT32 * pcPubKeySize, /* out */ in RPC_GetPubKey() argument
504 result = RPC_GetPubKey_TP(entry, hKey, pAuth, pcPubKeySize, prgbPubKey); in RPC_GetPubKey()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dtcs_utils.h394 UINT32 * pcPubKeySize, /* out */