Home
last modified time | relevance | path

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

/netbsd/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
H A Drpc_key.c256 UINT32 * punPubKeySize, /* out */ in RPC_OwnerReadInternalPub_TP() argument
282 if (getData(TCSD_PACKET_TYPE_UINT32, 1, punPubKeySize, 0, &hte->comm)) in RPC_OwnerReadInternalPub_TP()
285 *ppbPubKeyData = (BYTE *) malloc(*punPubKeySize); in RPC_OwnerReadInternalPub_TP()
287 LogError("malloc of %u bytes failed.", *punPubKeySize); in RPC_OwnerReadInternalPub_TP()
290 if (getData(TCSD_PACKET_TYPE_PBYTE, 2, *ppbPubKeyData, *punPubKeySize, in RPC_OwnerReadInternalPub_TP()
/netbsd/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_key.c278 UINT32 * punPubKeySize, /* out */ in TCSP_OwnerReadInternalPub_Internal() argument
310 punPubKeySize, ppbPubKeyData, pOwnerAuth); in TCSP_OwnerReadInternalPub_Internal()
/netbsd/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtsp_key.c299 UINT32* punPubKeySize, /* out */ in Transport_OwnerReadInternalPub() argument
331 *punPubKeySize = decLen; in Transport_OwnerReadInternalPub()
/netbsd/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtcs.h686 UINT32* punPubKeySize, // out
/netbsd/crypto/external/cpl/trousers/dist/src/tspi/rpc/
H A Dtcs_api.c2863 UINT32* punPubKeySize, /* out */ in RPC_OwnerReadInternalPub() argument
2874 result = RPC_OwnerReadInternalPub_TP(entry, hKey, pOwnerAuth, punPubKeySize, in RPC_OwnerReadInternalPub()
/netbsd/crypto/external/cpl/trousers/dist/src/include/
H A Dtcs_utils.h1050 UINT32* punPubKeySize, /* out */