Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
H A Drpc_ps.c268 BYTE ** prgbKey /* out */ in RPC_GetRegisteredKeyBlob_TP() argument
291 *prgbKey = malloc(*pcKeySize); in RPC_GetRegisteredKeyBlob_TP()
292 if (*prgbKey == NULL) { in RPC_GetRegisteredKeyBlob_TP()
297 if (getData(TCSD_PACKET_TYPE_PBYTE, 1, *prgbKey, *pcKeySize, &hte->comm)) { in RPC_GetRegisteredKeyBlob_TP()
298 free(*prgbKey); in RPC_GetRegisteredKeyBlob_TP()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
H A Drpc_ps.c131 BYTE *prgbKey; in tcs_wrap_GetRegisteredKeyBlob() local
146 &prgbKey); in tcs_wrap_GetRegisteredKeyBlob()
151 free(prgbKey); in tcs_wrap_GetRegisteredKeyBlob()
154 if (setData(TCSD_PACKET_TYPE_PBYTE, 1, prgbKey, pcKeySize, &data->comm)) { in tcs_wrap_GetRegisteredKeyBlob()
155 free(prgbKey); in tcs_wrap_GetRegisteredKeyBlob()
158 free(prgbKey); in tcs_wrap_GetRegisteredKeyBlob()
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_ps.c472 BYTE ** prgbKey) /* out */ in TCS_GetRegisteredKeyBlob_Internal() argument
485 *prgbKey = calloc(1, keySize); in TCS_GetRegisteredKeyBlob_Internal()
486 if (*prgbKey == NULL) { in TCS_GetRegisteredKeyBlob_Internal()
490 memcpy(*prgbKey, buffer, keySize); in TCS_GetRegisteredKeyBlob_Internal()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtcs.h81 BYTE** prgbKey // out
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
H A Dtcs_api.c363 BYTE ** prgbKey) /* out */ in RPC_GetRegisteredKeyBlob() argument
373 result = RPC_GetRegisteredKeyBlob_TP(entry, KeyUUID, pcKeySize, prgbKey); in RPC_GetRegisteredKeyBlob()
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Dtcs_utils.h350 BYTE ** prgbKey /* out */