HomeSort by: relevance | last modified time | path
    Searched refs:phKeyTCSI (Results 1 - 11 of 11) sorted by relevancy

  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcsi_key.c 33 TCS_KEY_HANDLE * phKeyTCSI, /* out */
37 cWrappedKeyBlobSize, rgbWrappedKeyBlob, pAuth, phKeyTCSI,
47 TCS_KEY_HANDLE * phKeyTCSI) /* out */
50 cWrappedKeyBlobSize, rgbWrappedKeyBlob, pAuth, phKeyTCSI,
61 TCS_KEY_HANDLE * phKeyTCSI, /* out */
96 *phKeyTCSI = newHandle;
137 *phKeyTCSI = newHandle;
tcs_ps.c 161 TCS_KEY_HANDLE *phKeyTCSI)
167 result = TCSP_LoadKeyByUUID_Internal(hContext, uuid, pInfo, phKeyTCSI);
170 result ? "NOT" : "successfully", result ? 0 : *phKeyTCSI);
tcsi_ps.c 501 TCS_KEY_HANDLE * phKeyTCSI) /* out */
537 phKeyTCSI, &keyslot);
541 if (mc_get_handles_by_uuid(KeyUUID, phKeyTCSI, &keyslot) == TSS_SUCCESS) {
543 if (ctx_mark_key_loaded(hContext, *phKeyTCSI)) {
578 phKeyTCSI, &keyslot))) {
tcs_key_mem_cache.c 600 TPM_AUTH *pAuth, TCS_KEY_HANDLE *phKeyTCSI, TCS_KEY_HANDLE *phKeyHMAC)
616 rgbWrappedKeyBlob, pAuth, phKeyTCSI);
619 rgbWrappedKeyBlob, pAuth, phKeyTCSI,
  /src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc_key.c 158 TCS_KEY_HANDLE phKeyTCSI;
199 pAuth, &phKeyTCSI, &phKeyHMAC);
202 result = ctx_mark_key_loaded(hContext, phKeyTCSI);
216 if (setData(TCSD_PACKET_TYPE_UINT32, i++, &phKeyTCSI, 0, &data->comm)) {
239 TCS_KEY_HANDLE phKeyTCSI;
275 pAuth, &phKeyTCSI, NULL);
278 result = ctx_mark_key_loaded(hContext, phKeyTCSI);
292 if (setData(TCSD_PACKET_TYPE_UINT32, i++, &phKeyTCSI, 0, &data->comm)) {
rpc_ps.c 172 TCS_KEY_HANDLE phKeyTCSI;
194 result = key_mgr_load_by_uuid(hContext, &uuid, pInfo, &phKeyTCSI);
198 if (setData(TCSD_PACKET_TYPE_UINT32, 0, &phKeyTCSI, 0, &data->comm)) {
  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
rpc_key.c 34 TCS_KEY_HANDLE * phKeyTCSI, /* out */
69 if (getData(TCSD_PACKET_TYPE_UINT32, i++, phKeyTCSI, 0, &hte->comm))
74 LogDebugFn("OUT: TCS key handle: 0x%x, TPM key slot: 0x%x", *phKeyTCSI,
rpc_ps.c 312 TCS_KEY_HANDLE * phKeyTCSI /* out */
336 if (getData(TCSD_PACKET_TYPE_UINT32, 0, phKeyTCSI, 0, &hte->comm))
339 LogDebugFn("TCS key handle: 0x%x", *phKeyTCSI);
  /src/crypto/external/cpl/trousers/dist/src/include/tss/
tcs.h 99 TCS_KEY_HANDLE* phKeyTCSI, // out
107 TCS_KEY_HANDLE* phKeyTCSI // out
461 TCS_KEY_HANDLE* phKeyTCSI // out
  /src/crypto/external/cpl/trousers/dist/src/include/
tcs_utils.h 358 TCS_KEY_HANDLE * phKeyTCSI, /* out */
367 TCS_KEY_HANDLE * phKeyTCSI /* out */
373 TCS_KEY_HANDLE * phKeyTCSI /* out */
  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
tcs_api.c 389 TCS_KEY_HANDLE * phKeyTCSI, /* out */
401 rgbWrappedKeyBlob, pAuth, phKeyTCSI,
416 TCS_KEY_HANDLE * phKeyTCSI) /* out */
426 result = RPC_LoadKeyByUUID_TP(entry, KeyUUID, pLoadKeyInfo, phKeyTCSI);

Completed in 21 milliseconds