Lines Matching refs:operations
5 operations, and enables new APIs for using keys handled by PSA Crypto.
31 operations and its public part can be exported.
36 operations. (That is, signature generation, and for RSA decryption too.)
38 deterministic ECDSA by default. The following operations are not supported
41 operations.
66 ### PSA-based operations in the Cipher layer
69 that will call PSA to store the key and perform the operations.
85 ### TLS: most crypto operations based on PSA
91 - Restartable operations when `MBEDTLS_ECP_RESTARTABLE` is also enabled (see
94 Other than the above exceptions, all crypto operations are based on PSA when
97 ### X.509: most crypto operations based on PSA
101 - Restartable operations when `MBEDTLS_ECP_RESTARTABLE` is also enabled (see
104 Other than the above exception, all crypto operations are based on PSA when
107 ### PK layer: most crypto operations based on PSA
113 - Restartable operations when `MBEDTLS_ECP_RESTARTABLE` is also enabled (see
116 Other than the above exceptions, all crypto operations are based on PSA when