Home
last modified time | relevance | path

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

/netbsd/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
H A Drpc_ps.c37 BYTE *rgbKey; in tcs_wrap_RegisterKey() local
57 rgbKey = calloc(1, cKeySize); in tcs_wrap_RegisterKey()
58 if (rgbKey == NULL) { in tcs_wrap_RegisterKey()
62 if (getData(TCSD_PACKET_TYPE_PBYTE, 4, rgbKey, cKeySize, &data->comm)) { in tcs_wrap_RegisterKey()
63 free(rgbKey); in tcs_wrap_RegisterKey()
67 free(rgbKey); in tcs_wrap_RegisterKey()
77 free(rgbKey); in tcs_wrap_RegisterKey()
82 free(rgbKey); in tcs_wrap_RegisterKey()
89 cKeySize, rgbKey, cVendorData, in tcs_wrap_RegisterKey()
91 free(rgbKey); in tcs_wrap_RegisterKey()
/netbsd/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcsi_ps.c30 BYTE * rgbKey, /* in */ in TCS_RegisterKey_Internal() argument
51 LogDebugUnrollKey(rgbKey); in TCS_RegisterKey_Internal()
54 if ((result = ps_write_key(KeyUUID, WrappingKeyUUID, gbVendorData, cVendorData, rgbKey, in TCS_RegisterKey_Internal()
/netbsd/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
H A Drpc_ps.c83 BYTE * rgbKey, /* in */ in RPC_RegisterKey_TP() argument
101 if (setData(TCSD_PACKET_TYPE_PBYTE, 4, rgbKey, cKeySize, &hte->comm)) in RPC_RegisterKey_TP()
/netbsd/crypto/external/cpl/trousers/dist/src/include/tss/
H A Dtcs.h43 BYTE* rgbKey, // in
/netbsd/crypto/external/cpl/trousers/dist/src/tspi/rpc/
H A Dtcs_api.c240 BYTE * rgbKey, /* in */ in RPC_RegisterKey() argument
253 rgbKey, cVendorData, gbVendorData); in RPC_RegisterKey()
/netbsd/crypto/external/cpl/trousers/dist/src/include/
H A Dtcs_utils.h321 BYTE * rgbKey, /* in */