Home
last modified time | relevance | path

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

/netbsd/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
H A Drpc_aik.c36 UINT32 idKeyInfoSize; in tcs_wrap_MakeIdentity() local
69 if (getData(TCSD_PACKET_TYPE_UINT32, 3, &idKeyInfoSize, 0, &data->comm)) in tcs_wrap_MakeIdentity()
71 idKeyInfo = (BYTE *) calloc(1, idKeyInfoSize); in tcs_wrap_MakeIdentity()
73 LogError("malloc of %d bytes failed.", idKeyInfoSize); in tcs_wrap_MakeIdentity()
76 if (getData(TCSD_PACKET_TYPE_PBYTE, 4, idKeyInfo, idKeyInfoSize, &data->comm)) { in tcs_wrap_MakeIdentity()
100 idKeyInfoSize, idKeyInfo, pSRKAuth, in tcs_wrap_MakeIdentity()
/netbsd/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_aik.c33 UINT32 idKeyInfoSize, /* in */ in TCSP_MakeIdentity_Internal() argument
69 IDLabel_PrivCAHash.digest, idKeyInfoSize, idKeyInfo, pSrkAuth, in TCSP_MakeIdentity_Internal()
181 UINT32 idKeyInfoSize, /* in */ in TCSP_MakeIdentity2_Internal() argument
208 IDLabel_PrivCAHash.digest, idKeyInfoSize, idKeyInfo, pSrkAuth, in TCSP_MakeIdentity2_Internal()
/netbsd/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtsp_aik.c75 UINT32 idKeyInfoSize, /* in */ in Transport_MakeIdentity2() argument
94 dataLen = sizeof(TCPA_ENCAUTH) + sizeof(TCPA_CHOSENID_HASH) + idKeyInfoSize; in Transport_MakeIdentity2()
103 Trspi_LoadBlob(&offset, idKeyInfoSize, data, idKeyInfo); in Transport_MakeIdentity2()
/netbsd/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
H A Drpc_aik.c32 UINT32 idKeyInfoSize, /* in */ in RPC_MakeIdentity_TP() argument
60 if (setData(TCSD_PACKET_TYPE_UINT32, 3, &idKeyInfoSize, 0, &hte->comm)) in RPC_MakeIdentity_TP()
62 if (setData(TCSD_PACKET_TYPE_PBYTE, 4, idKeyInfo, idKeyInfoSize, &hte->comm)) in RPC_MakeIdentity_TP()
/netbsd/crypto/external/cpl/trousers/dist/src/include/
H A Dtcs_utils.h400 UINT32 idKeyInfoSize, /*in */
419 UINT32 idKeyInfoSize, /*in */
/netbsd/crypto/external/cpl/trousers/dist/src/tspi/rpc/
H A Dtcs_api.c518 UINT32 idKeyInfoSize, /* in */ in RPC_MakeIdentity() argument
542 IDLabel_PrivCAHash, idKeyInfoSize, idKeyInfo, in RPC_MakeIdentity()