Lines Matching +full:all +full:- +full:ones

11 across a wide range of hardware. It is designed to be user-friendly
12 while still providing access to the low-level primitives essential for
20 open-source cryptographic library that provides the underlying
27 special-purpose cryptographic processors that process data with a
28 built-in key, to constrained devices running custom application code,
29 such as microcontrollers, and multi-application devices, such as
36 security as new algorithms emerge and existing ones become obsolete.
52 Future-Proofing
55 practices, enhancing long-term security and compliance.
61 The API provides all of the cryptographic primitives needed to establish TLS connections.
64 The API provides all primitives related to storage encryption, block
65 or file-based, with master encryption keys stored inside a key store.
69 for example, for X.509-based authentication or pre-shared keys on
101 Most functions in the PSA Crypto API can return errors. All functions
111 separate environment from the application, all functions that need
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
145 only well-defined if all the calls are only reading from the object
149 <https://arm-software.github.io/psa-api/crypto/1.2/overview/conventions.html#concurrent-calls>`_
153 but not as non-buffer parameters. For more details, refer to
154 …`Stability of parameters <https://arm-software.github.io/psa-api/crypto/1.2/overview/conventions.h…
158 that applications wipe all sensitive data from memory when it is no
176 https://arm-software.github.io/psa-api/crypto/
181 https://www.trustedfirmware.org/projects/mbed-tls/