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

  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcsi_key.c 320 TCS_KEY_HANDLE hTcsKey, /* in */
340 if ((result = get_slot_lite(hContext, hTcsKey, &hTpmKey))) {
341 LogDebug("Can't get TPM Keyhandle for TCS key 0x%x", hTcsKey);
344 LogDebugFn("TCS hKey=0x%x, TPM hKey=0x%x", hTcsKey, hTpmKey);
378 if ((result = mc_set_uuid(hTcsKey, pUuidData))){
  /src/crypto/external/cpl/trousers/dist/src/tspi/
tspi_key.c 36 TCS_KEY_HANDLE hTcsKey;
42 if ((result = obj_rsakey_get_tcs_handle(hKey, &hTcsKey)))
45 return __tspi_free_resource(tspContext, hTcsKey, TPM_RT_KEY);
640 TCS_KEY_HANDLE hTcsKey;
655 if ((result = obj_rsakey_get_tcs_handle(hTssKey, &hTcsKey)))
693 if ((result = RPC_KeyControlOwner(tspContext, hTcsKey, pubKeyLen, pubKey, tpmAttribName,

Completed in 17 milliseconds