Searched refs:migKeyAuth (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/ |
| D | rpc_cmk.c | 299 BYTE *migKeyAuth; in tcs_wrap_CMK_CreateBlob() local 329 migKeyAuth = malloc(migKeyAuthSize); in tcs_wrap_CMK_CreateBlob() 330 if (migKeyAuth == NULL) { in tcs_wrap_CMK_CreateBlob() 334 if (getData(TCSD_PACKET_TYPE_PBYTE, 4, migKeyAuth, migKeyAuthSize, &data->comm)) { in tcs_wrap_CMK_CreateBlob() 335 free(migKeyAuth); in tcs_wrap_CMK_CreateBlob() 340 free(migKeyAuth); in tcs_wrap_CMK_CreateBlob() 345 free(migKeyAuth); in tcs_wrap_CMK_CreateBlob() 352 free(migKeyAuth); in tcs_wrap_CMK_CreateBlob() 356 free(migKeyAuth); in tcs_wrap_CMK_CreateBlob() 362 free(migKeyAuth); in tcs_wrap_CMK_CreateBlob() [all …]
|
| /netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/ |
| D | rpc_cmk.c | 213 BYTE *migKeyAuth, /* in */ in RPC_CMK_CreateBlob_TP() argument 244 if (setData(TCSD_PACKET_TYPE_PBYTE, 4, migKeyAuth, migKeyAuthSize, &hte->comm)) in RPC_CMK_CreateBlob_TP()
|
| /netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/rpc/ |
| D | tcs_api.c | 3240 BYTE *migKeyAuth, /* in */ in RPC_CMK_CreateBlob() argument 3265 migKeyAuthSize, migKeyAuth, pubSourceKeyDigest, in RPC_CMK_CreateBlob()
|