Lines Matching refs:any

31 …ple drivers from different providers into the same implementation, without any prior arrangement o…
37any platform-specific consideration. Driver calls are simple C function calls. Interactions with p…
65 In addition to the properties described here, any JSON object may have a property called `"_comment…
129 …nistic ECDSA signatures (but not signature verification) using any hash algorithm and any curve th…
243 …this fails, the core destroys the operation context object without calling any other driver entry …
245any entry point fails, the core calls the driver's `xxx_abort` entry point for this operation fami…
246 …oint fails, the core destroys the operation context object without calling any other driver entry …
258 …n context byte by byte, therefore hash operation contexts must not contain any embedded pointers (…
445 …capacity limitation and must return `PSA_ERROR_INSUFFICIENT_CAPACITY` from any output request that…
451 `capacity` is guaranteed to be less or equal to any value previously set through this entry point, …
865 …itialization of the PSA Cryptography subsystem. If the init entry point of any driver fails, the i…
871 The init entry point does not take any parameter.
890 …to obtain the public key of a key pair. The core may call this function at any time to obtain the …
961 …l-entropy” means that the data is uniformly distributed and independent of any other observable qu…
966 The core may call this function at any time. For example, to enforce prediction resistance, the cor…
1025any value other than `PSA_ERROR_NOT_SUPPORTED` (`PSA_SUCCESS` or a different error code), this val…
1027 …the `"fallback"` property is false or omitted, the core should not include any other code for this…
1040 …data that is meaningful after a reboot. In particular, it must not contain any pointers or transie…
1088 …store a label for the key, use `"base_size"` as the size of the label plus any other metadata that…
1094 …pped form outside the secure element, and the wrapped form of the key plus any metadata has up to …
1101 …obtain the public key of a key pair. The core may call this entry point at any time to obtain the …
1121 3. The core saves the resulting wrapped key material and any other data that the key context may co…
1211 The core guarantees that the size of the output buffer (`data_size`) is sufficient to export any ke…
1414 The driver is allowed to update the state at any time. Is this ok?
1438 …tra parameter to indicate the amount of entropy in the data. The core must not do any conditioning.
1450 Functionally, one RNG is as good as any. If the core wants some parts of the system to use a determ…