Lines Matching refs:location
23 … secure enclave, etc. An opaque driver is invoked for the specific [key location](#lifetimes-and-l…
37 [Req.location] Applications can tell which location values correspond to which secure element drive…
73 … of headers is empty. The header files must be present at the specified location relative to a dir…
78 * `"location"` (not permitted for transparent drivers, optional for opaque drivers, integer or stri…
106 …* either the key is transparent (its location is `PSA_KEY_LOCATION_LOCAL_STORAGE`) and the driver …
107 … is opaque (its location is not `PSA_KEY_LOCATION_LOCAL_STORAGE`) and the driver is an opaque driv…
119 If multiple opaque drivers have the same location, the list of driver specifications is invalid.
663 …y()`, or by `psa_copy_key()` when copying a key from or to a different [location](#lifetimes-and-l…
665 …y"`: called by `psa_import_key()`, or by `psa_copy_key()` when copying a key from another location.
668 * `"copy_key"`: called by `psa_copy_key()` when copying a key within the same [location](#lifetimes…
673 …_derivation_output_key()` or `psa_copy_key()` before creating a key in the location of this driver.
804 A built-in key is identified by its location and its **slot number**. Drivers that support built-in…
816 …location at which the driver was declared and a persistence level with which the platform is attem…
839 …s assigned a [location](#lifetimes-and-locations). The driver is invoked for all actions that use …
841 …ey which is only accessible inside the secure element designated by the location `PSA_KEY_LOCATION…
864 …location. Keys in the default location (`PSA_KEY_LOCATION_LOCAL_STORAGE = 0`) are transparent: the…
868 …location called `PSA_KEY_LOCATION_`*prefix* where *prefix* is the value of the `"prefix"` property…
910 #### Driver location values
912 How does a driver author decide which location values to use? It should be possible to combine driv…
914 …enerate distinct location values as needed? This can be convenient, but it's also risky: if you up…
916 The current plan is for Arm to maintain a registry of vendors and assign a location namespace to ea…