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

  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcsi_key.c 36 return LoadKeyByBlob_Internal(TPM_ORD_LoadKey, hContext, hUnwrappingKey,
49 return LoadKeyByBlob_Internal(TPM_ORD_LoadKey2, hContext, hUnwrappingKey,
55 LoadKeyByBlob_Internal(UINT32 ord, /* The ordinal to use, LoadKey or LoadKey2 */
tcsi_ps.c 534 return LoadKeyByBlob_Internal(ordinal, hContext, parentTCSKeyHandle,
570 LogDebugFn("calling LoadKeyByBlob_Internal");
575 if ((result = LoadKeyByBlob_Internal(ordinal, hContext, parentTCSKeyHandle,
579 LogDebugFn("LoadKeyByBlob_Internal returned 0x%x", result);
  /src/crypto/external/cpl/trousers/dist/src/include/
tcs_utils.h 274 TSS_RESULT LoadKeyByBlob_Internal(UINT32,TCS_CONTEXT_HANDLE,TCS_KEY_HANDLE,UINT32,BYTE *,TPM_AUTH *,

Completed in 21 milliseconds