Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

raw secure storage accesses #5

Merged
merged 1 commit into from
Jul 10, 2018

Commits on Jul 10, 2018

  1. Raw access to trusted application secure storage

    This change provides basics for creating, reading and deleting an
    object in a TA secure storage.
    
    The TA implementation shows how to use the GPD TEE Internal Core API
    for some basic data persistent object manipulations.
    
    A TA command allows to create an object in the TA secure storage.
    A TA command allows to read an object in the TA secure storage.
    A TA command allows to delete an object from the TA secure storage.
    
    This example does not cover all the possibilities of secure storage API
    provided to TAs: seeking into a object data stream, manipulating
    key material objects instead of raw data objects, etc.
    
    Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
    Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
    Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
    etienne-lms committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    8c75c23 View commit details
    Browse the repository at this point in the history