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

  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcsi_ps.c 510 TCS_KEY_HANDLE parentTCSKeyHandle;
530 if (mc_get_handles_by_uuid(&pLoadKeyInfo->parentKeyUUID, &parentTCSKeyHandle,
534 return LoadKeyByBlob_Internal(ordinal, hContext, parentTCSKeyHandle,
567 pLoadKeyInfo, &parentTCSKeyHandle)))
573 * The parent's TCS Handle should be in parentTCSKeyHandle.
575 if ((result = LoadKeyByBlob_Internal(ordinal, hContext, parentTCSKeyHandle,
  /src/crypto/external/cpl/trousers/dist/src/tspi/
tspi_key.c 217 TCS_KEY_HANDLE parentTCSKeyHandle;
239 if ((result = obj_rsakey_get_tcs_handle(hWrappingKey, &parentTCSKeyHandle)))
300 if ((result = RPC_CMK_CreateKey(tspContext, parentTCSKeyHandle,
307 if ((result = TCS_API(tspContext)->CreateWrapKey(tspContext, parentTCSKeyHandle,

Completed in 16 milliseconds