Lines Matching refs:where
306 …city, therefore this function does not need to do anything for algorithms where the output stream …
386 …where the PSA Cryptography implementation is a subsystem of a single application, the initializati…
441 If a transparent driver entry point is part of a capability where the `"fallback"` property is fals…
465 …stants. A typical value for `"base_size"` is `sizeof(acme_key_context_t)` where `acme_key_context_…
473 where `size_function` is the function named in the `"size_function"` property, `key_type` is the ke…
486 …where `public_key_overhead = PSA_EXPORT_PUBLIC_KEY_MAX_SIZE(key_type, key_bits)` if the `"store_pu…
497 where `key_bytes = ((key_bits + 7) / 8)` is the key size in bytes.
677 …_lifetime_t#c.psa_key_lifetime_t) as an attribute of a key that indicates where the key is stored …
680 … 8–31 are a _location indicator_. This value indicates where the key material is stored and where …
686 … opaque driver indicating its location called `PSA_KEY_LOCATION_`*prefix* where *prefix* is the va…
743 …terface had a concept of _substitution points_: places in the calculation where a driver may be ca…
770 …tandard key types, this could plausibly be an issue for RSA private keys, where an implementation …