Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • U-Boot U-Boot
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 8
    • Issues 8
    • List
    • Boards
    • Service Desk
    • Milestones
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • U-Boot
  • U-BootU-Boot
  • Repository

Switch branch/tag
  • u-boot
  • include
  • tpm.h
Find file BlameHistoryPermalink
  • Reinhard Pfau's avatar
    tpm: add AUTH1 cmds for LoadKey2 and GetPubKey · be6c1529
    Reinhard Pfau authored Jun 26, 2013
    
    
    Extend the tpm library with support for single authorized (AUTH1) commands
    as specified in the TCG Main Specification 1.2. (The internally used helper
    functions are implemented in a way that they could also be used for double
    authorized commands if someone needs it.)
    
    Provide enums with the return codes from the TCG Main specification.
    
    For now only a single OIAP session is supported.
    
    OIAP authorized version of the commands TPM_LoadKey2 and TPM_GetPubKey are
    provided. Both features are available using the 'tpm' command, too.
    
    Authorized commands are enabled with CONFIG_TPM_AUTH_SESSIONS. (Note that
    this also requires CONFIG_SHA1 to be enabled.)
    Signed-off-by: default avatarReinhard Pfau <reinhard.pfau@gdsys.cc>
    Signed-off-by: default avatarDirk Eibach <dirk.eibach@gdsys.cc>
    Acked-by: default avatarChe-Liang Chiou <clchiou@chromium.org>
    Signed-off-by: default avatarAndy Fleming <afleming@freescale.com>
    be6c1529

Replace tpm.h

Attach a file by drag & drop or click to upload


Cancel
GitLab will create a branch in your fork and start a merge request.

Imprint & Privacy Policy