Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
Drpc_aik.c37 BYTE *idKeyInfo = NULL; in tcs_wrap_MakeIdentity() local
71 idKeyInfo = (BYTE *) calloc(1, idKeyInfoSize); in tcs_wrap_MakeIdentity()
72 if (idKeyInfo == NULL) { in tcs_wrap_MakeIdentity()
76 if (getData(TCSD_PACKET_TYPE_PBYTE, 4, idKeyInfo, idKeyInfoSize, &data->comm)) { in tcs_wrap_MakeIdentity()
77 free(idKeyInfo); in tcs_wrap_MakeIdentity()
81 free(idKeyInfo); in tcs_wrap_MakeIdentity()
90 free(idKeyInfo); in tcs_wrap_MakeIdentity()
100 idKeyInfoSize, idKeyInfo, pSRKAuth, in tcs_wrap_MakeIdentity()
107 free(idKeyInfo); in tcs_wrap_MakeIdentity()
/netbsd/src/crypto/external/cpl/trousers/dist/src/tcs/
Dtcsi_aik.c34 BYTE * idKeyInfo, /* in */ in TCSP_MakeIdentity_Internal() argument
69 … IDLabel_PrivCAHash.digest, idKeyInfoSize, idKeyInfo, pSrkAuth, in TCSP_MakeIdentity_Internal()
182 BYTE * idKeyInfo, /* in */ in TCSP_MakeIdentity2_Internal() argument
208 … IDLabel_PrivCAHash.digest, idKeyInfoSize, idKeyInfo, pSrkAuth, in TCSP_MakeIdentity2_Internal()
/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/
Dtsp_aik.c76 BYTE * idKeyInfo, /* in */ in Transport_MakeIdentity2() argument
103 Trspi_LoadBlob(&offset, idKeyInfoSize, data, idKeyInfo); in Transport_MakeIdentity2()
/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
Drpc_aik.c33 BYTE * idKeyInfo, /* in */ in RPC_MakeIdentity_TP() argument
62 if (setData(TCSD_PACKET_TYPE_PBYTE, 4, idKeyInfo, idKeyInfoSize, &hte->comm)) in RPC_MakeIdentity_TP()
/netbsd/src/crypto/external/cpl/trousers/dist/src/include/
Dtcs_utils.h401 BYTE * idKeyInfo, /*in */
420 BYTE * idKeyInfo, /*in */
/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
Dtcs_api.c519 BYTE * idKeyInfo, /* in */ in RPC_MakeIdentity() argument
542 … IDLabel_PrivCAHash, idKeyInfoSize, idKeyInfo, in RPC_MakeIdentity()