Lines Matching refs:other

31 …ent providers into the same implementation, without any prior arrangement other than choosing cert…
79 …s not required. They may include other PSA headers and standard headers of the platform. Whether t…
84 …ion value](#lifetimes-and-locations) for which this driver is invoked. In other words, this determ…
154 Spaces are optional after commas. Whether other whitespace is permitted is implementation-specific.
215 Input buffers and other input-only parameters (`const` pointers) may be in read-only memory. Overla…
243 …fails, the core destroys the operation context object without calling any other driver entry point…
244 1. The core calls other entry points that manipulate the operation context object, respecting the c…
245 …on family, then destroys the operation context object without calling any other driver entry point…
246 …fails, the core destroys the operation context object without calling any other driver entry point…
308 Key derivation is more complex than other multipart operations for several reasons:
334 …ation_output_key"` for “cooked”, i.e. non-raw-data key types; ignored for other opaque drivers; no…
360 // Implementations may add other values, and may freely choose the
412 * The core may return other errors such as `PSA_ERROR_CORRUPTION_DETECTED` or `PSA_ERROR_COMMUNICAT…
539 * Any other error is a fatal error.
541 The core calls the `"derive_key"` entry point in a loop until it returns a status other than `PSA_E…
563 In other cases, the core treats `psa_key_derivation_key_agreement()` as if it was a call to `psa_ra…
588other key creation entry points, in `"acme_key_agreement_to_key"`, the attributes for the shared s…
806 * On the other hand, it is acceptable for import to accept a key that cannot be verified as valid i…
844 Unlike most other entry points, if multiple transparent drivers include a `"get_entropy"` point, th…
867 …r in which they are called is unspecified. It is also unspecified whether other drivers' `"init"` …
890 …in the public key, which can be for `psa_export_public_key()` but also at other times, including d…
920 …oint) instead of a random generator; this way the core will combine it with other entropy sources.)
921 …tropy inputs) or non-deterministic (including its own entropy source). In other words, this interf…
929 …have limited portability since they can only be used on platforms with no other entropy source. Th…
961 …ropy” means that the data is uniformly distributed and independent of any other observable quantit…
1025other than `PSA_ERROR_NOT_SUPPORTED` (`PSA_SUCCESS` or a different error code), this value is retu…
1027 …"fallback"` property is false or omitted, the core should not include any other code for this capa…
1049 … are not permitted. If the core uses this function, it supersedes all the other properties except …
1050 * `"builtin_key_size"` (integer or string, optional): If specified, this overrides all other method…
1088 …se_size"` as the size of the label plus any other metadata that the driver needs to store, and omi…
1101 …in the public key, which can be for `psa_export_public_key()` but also at other times, including d…
1121 3. The core saves the resulting wrapped key material and any other data that the key context may co…
1231 …ve is guaranteed to be updated; it is unspecified whether changes made to other parts of the state…
1253 … the lifetime to `PSA_KEY_PERSISTENCE_READ_ONLY`. The standard attributes other than the key ident…
1386 This concept, or some other way to reuse portable code such as specifying inner functions like `psa…
1406 …rmat would not work with a driver that doesn't accept this format. On the other hand, if a driver …
1448 May the core instantiate a random generation context more than once? In other words, can there be m…