Searched refs:pcPubKeySize (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/ |
| H A D | rpc_key.c | 176 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 D | tsp_key.c | 143 UINT32 *pcPubKeySize, in Transport_GetPubKey() argument 177 *pcPubKeySize = decLen; in Transport_GetPubKey()
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/ |
| H A D | tcsi_key.c | 228 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 D | tcs.h | 131 UINT32* pcPubKeySize, // out
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/ |
| H A D | tcs_api.c | 493 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 D | tcs_utils.h | 394 UINT32 * pcPubKeySize, /* out */
|