Lines Matching full:that
20 open-source cryptographic library that provides the underlying
27 special-purpose cryptographic processors that process data with a
39 The PSA Crypto API includes robust key management features that
47 meaning that the specific implementation can be changed without
53 By adhering to cryptographic agility, PSA Crypto ensures that
73 The API provides support for key agreement protocols that are often
87 device state, to the ability to generate a key pair and prove that it
95 with keys that represent that identity.
102 that can fail have the return type ``psa_status_t``. A few functions
111 separate environment from the application, all functions that need
121 some implementations guarantee that certain functions always have
124 * All functions that access persistent keys might fail due to a
127 * All functions that require randomness might fail due to a lack of
158 that applications wipe all sensitive data from memory when it is no
159 longer used. That way, only data that is currently in use can be
168 * Destroying keys that are no longer used.