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

  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcsi_key.c 29 TCS_KEY_HANDLE hUnwrappingKey, /* in */
36 return LoadKeyByBlob_Internal(TPM_ORD_LoadKey, hContext, hUnwrappingKey,
43 TCS_KEY_HANDLE hUnwrappingKey, /* in */
49 return LoadKeyByBlob_Internal(TPM_ORD_LoadKey2, hContext, hUnwrappingKey,
57 TCS_KEY_HANDLE hUnwrappingKey, /* in */
79 if ((result = get_slot(hContext, hUnwrappingKey, &parentSlot)))
90 if ((newHandle = mc_get_handle_by_pub(&key.pubKey, hUnwrappingKey))) {
111 if ((result = evictFirstKey(hUnwrappingKey)))
132 if ((result = load_key_final(hContext, hUnwrappingKey, &newHandle, rgbWrappedKeyBlob,
tcs_key_mem_cache.c 598 key_mgr_load_by_blob(TCS_CONTEXT_HANDLE hContext, TCS_KEY_HANDLE hUnwrappingKey,
615 result = TCSP_LoadKey2ByBlob_Internal(hContext, hUnwrappingKey, cWrappedKeyBlob,
618 result = TCSP_LoadKeyByBlob_Internal(hContext, hUnwrappingKey, cWrappedKeyBlob,
  /src/crypto/external/cpl/trousers/dist/src/tspi/
tspi_key.c 50 TSS_HKEY hUnwrappingKey) /* in */
66 if (!obj_is_rsakey(hUnwrappingKey))
78 if ((result = obj_rsakey_get_tcs_handle(hUnwrappingKey, &tcsParentHandle)))
81 if ((result = obj_rsakey_get_policy(hUnwrappingKey, TSS_POLICY_USAGE, &hPolicy,
96 if ((result = secret_PerformAuth_OIAP(hUnwrappingKey, ordinal, hPolicy, FALSE,
447 TSS_HKEY hUnwrappingKey, /* in */
472 if (!obj_is_rsakey(hUnwrappingKey))
478 if ((result = obj_rsakey_get_tcs_handle(hUnwrappingKey, &tcsParentHandle)))
490 if ((result = obj_rsakey_get_policy(hUnwrappingKey, TSS_POLICY_USAGE, &hPolicy, &useAuth)))
501 if ((result = secret_PerformAuth_OIAP(hUnwrappingKey, ordinal, hPolicy, FALSE
    [all...]
  /src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
rpc_key.c 152 TCS_KEY_HANDLE hUnwrappingKey;
173 if (getData(TCSD_PACKET_TYPE_UINT32, 1, &hUnwrappingKey, 0, &data->comm))
198 result = key_mgr_load_by_blob(hContext, hUnwrappingKey, cWrappedKeyBlob, rgbWrappedKeyBlob,
235 TCS_KEY_HANDLE hUnwrappingKey;
249 if (getData(TCSD_PACKET_TYPE_UINT32, 1, &hUnwrappingKey, 0, &data->comm))
274 result = key_mgr_load_by_blob(hContext, hUnwrappingKey, cWrappedKeyBlob, rgbWrappedKeyBlob,
  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
rpc_key.c 30 TCS_KEY_HANDLE hUnwrappingKey, /* in */
46 if (setData(TCSD_PACKET_TYPE_UINT32, 1, &hUnwrappingKey, 0, &hte->comm))
  /src/crypto/external/cpl/trousers/dist/src/include/tss/
tcs.h 95 TCS_KEY_HANDLE hUnwrappingKey, // in
457 TCS_KEY_HANDLE hUnwrappingKey, // in
tspi.h 183 TSS_HKEY hUnwrappingKey, // in
772 TSS_HKEY hUnwrappingKey // in
  /src/crypto/external/cpl/trousers/dist/src/include/
tcs_utils.h 354 TCS_KEY_HANDLE hUnwrappingKey, /* in */
363 TCS_KEY_HANDLE hUnwrappingKey, /* in */
  /src/crypto/external/cpl/trousers/dist/src/tspi/rpc/
tcs_api.c 385 TCS_KEY_HANDLE hUnwrappingKey, /* in */
400 result = RPC_LoadKeyByBlob_TP(entry, hUnwrappingKey, cWrappedKeyBlobSize,

Completed in 25 milliseconds