Lines Matching refs:where
311 …e independent drivers. This also happens when deriving an asymmetric key, where processing the sec…
402 …es of `buffer` with the specified input and sets `*buffer_length` to *N*, where *N* is the length …
443 …ivation_output_key"`](#key-derivation-driver-outputs), i.e. for key types where the derived key ma…
502 * For a call to `psa_key_derivation_output_key()` where the derived key is in a secure element, cal…
506 Key derivation is said to be *raw* for some key types, where the key material of a derived (8×*n*)-…
546 * `PSA_KEY_TYPE_ECC_KEY_PAIR(…)`, `PSA_KEY_TYPE_DH_KEY_PAIR(…)`: $m$ bytes, where the bit-size of t…
556 To implement a call to `psa_key_derivation_key_agreement()` where the private key is in a secure el…
699 * `output` buffer where the output is to be written.
752 * `output` Buffer where the implicit key is to be written.
832 …ure. Drivers should return a conservative estimate, even in circumstances where the quality of the…
869 …where the PSA Cryptography implementation is a subsystem of a single application, the initializati…
925 This operation family requires the following type, entry points and parameters (TODO: where exactly…
979 …where $E = 8 \cdot \mathtt{entropy_size}$ and $\mathtt{entropy_size}$ is the desired amount of ent…
985 …s on all the entropy sources that are available on the platform. A driver where a call to `"add_en…
1027 If a transparent driver entry point is part of a capability where the `"fallback"` property is fals…
1049 …, it supersedes all the other properties except for `"builtin_key_size"` (where applicable, if pre…
1052 …stants. A typical value for `"base_size"` is `sizeof(acme_key_context_t)` where `acme_key_context_…
1060 where `size_function` is the function named in the `"size_function"` property, `key_type` is the ke…
1073 …where `public_key_overhead = PSA_EXPORT_PUBLIC_KEY_MAX_SIZE(key_type, key_bits)` if the `"store_pu…
1084 where `key_bytes = ((key_bits + 7) / 8)` is the key size in bytes.
1296 …_lifetime_t#c.psa_key_lifetime_t) as an attribute of a key that indicates where the key is stored …
1299 … 8–31 are a _location indicator_. This value indicates where the key material is stored and where …
1305 … opaque driver indicating its location called `PSA_KEY_LOCATION_`*prefix* where *prefix* is the va…
1381 …terface had a concept of _substitution points_: places in the calculation where a driver may be ca…
1408 …tandard key types, this could plausibly be an issue for RSA private keys, where an implementation …