Searched refs:idKeyInfo (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/ |
| D | rpc_aik.c | 37 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/ |
| D | tcsi_aik.c | 34 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/ |
| D | tsp_aik.c | 76 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/ |
| D | rpc_aik.c | 33 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/ |
| D | tcs_utils.h | 401 BYTE * idKeyInfo, /*in */ 420 BYTE * idKeyInfo, /*in */
|
| /netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/rpc/ |
| D | tcs_api.c | 519 BYTE * idKeyInfo, /* in */ in RPC_MakeIdentity() argument 542 … IDLabel_PrivCAHash, idKeyInfoSize, idKeyInfo, in RPC_MakeIdentity()
|