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

  /src/crypto/external/cpl/trousers/dist/src/include/
auth_mgr.h 19 BYTE *swap; /* These 'swap' variables manage blobs received from TPM_SaveAuthContext */
46 TSS_RESULT TPM_SaveAuthContext(TPM_AUTHHANDLE, UINT32 *, BYTE **);
  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcs_auth_mgr.c 89 LogDebug("Calling TPM_SaveAuthContext for TCS CTX %x. Swapping out: TCS %x "
93 if ((result = TPM_SaveAuthContext(auth_mgr.auth_mapper[i].tpm_handle,
96 LogDebug("TPM_SaveAuthContext failed: 0x%x", result);
522 TPM_SaveAuthContext(TPM_AUTHHANDLE handle, UINT32 *size, BYTE **blob)

Completed in 60 milliseconds