Lines Matching full:secure
2 * PSA crypto support for secure element drivers
25 * for a secure element.
31 * The minimum location value for a secure element is 1, like on any
36 /** The base of the range of ITS file identifiers for secure element
47 /** The maximum number of registered secure element driver locations. */
50 /** Unregister all secure element drivers.
58 /** Initialize all secure element drivers.
64 /** A structure that describes a registered secure element driver.
66 * A secure element driver table entry contains a pointer to the
71 /** Return the secure element driver information for a lifetime value.
91 /** Return the secure element driver table entry for a lifetime value.
101 /** Return the method table for a secure element driver.
111 /** Return the context of a secure element driver.
129 * secure element.
137 /** Destroy a key in a secure element.
145 /** Load the persistent data of a secure element driver.
160 /** Save the persistent data of a secure element driver.
176 /** Destroy the persistent data of a secure element driver.
186 /** The storage representation of a key whose data is in a secure element.