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

  /src/crypto/external/cpl/trousers/dist/src/include/
auth_mgr.h 47 TSS_RESULT TPM_LoadAuthContext(UINT32, BYTE *, TPM_AUTHHANDLE *);
  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcs_auth_mgr.c 325 LogDebugFn("TPM_LoadAuthContext for TCS %x TPM %x", tcsContext,
328 result = TPM_LoadAuthContext(auth_mgr.auth_mapper[i].swap_size,
336 LogDebugFn("TPM_LoadAuthContext succeeded. Old TPM: %x, New"
343 LogDebugFn("TPM_LoadAuthContext failed with TPM_E_R"
349 LogDebugFn("Retrying TPM_LoadAuthContext after swap"
352 TPM_LoadAuthContext(auth_mgr.auth_mapper[i].swap_size,
359 LogDebug("TPM_LoadAuthContext failed: 0x%x.", result);
559 TPM_LoadAuthContext(UINT32 size, BYTE *blob, TPM_AUTHHANDLE *handle)

Completed in 15 milliseconds