Home
last modified time | relevance | path

Searched refs:migKeyAuth (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
Drpc_cmk.c299 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/
Drpc_cmk.c213 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/
Dtcs_api.c3240 BYTE *migKeyAuth, /* in */ in RPC_CMK_CreateBlob() argument
3265 migKeyAuthSize, migKeyAuth, pubSourceKeyDigest, in RPC_CMK_CreateBlob()