Lines Matching full:secure
2 * PSA crypto support for secure element drivers
30 * for a secure element.
36 * The minimum location value for a secure element is 1, like on any
41 /** The base of the range of ITS file identifiers for secure element
52 /** The maximum number of registered secure element driver locations. */
55 /** Unregister all secure element drivers.
63 /** Initialize all secure element drivers.
69 /** A structure that describes a registered secure element driver.
71 * A secure element driver table entry contains a pointer to the
76 /** Return the secure element driver information for a lifetime value.
96 /** Return the secure element driver table entry for a lifetime value.
106 /** Return the method table for a secure element driver.
116 /** Return the context of a secure element driver.
134 * secure element.
142 /** Destoy a key in a secure element.
150 /** Load the persistent data of a secure element driver.
165 /** Save the persistent data of a secure element driver.
181 /** Destroy the persistent data of a secure element driver.
191 /** The storage representation of a key whose data is in a secure element.