Lines Matching refs:identifier
77 * `"prefix"` (mandatory, string). This must be a valid, non-empty prefix for a C identifier. All th…
1034 …keys. The representation of a key is an identifier such as label or slot number. The core stores t…
1049 …context for a key. This may be a pointer to function. This must be a C identifier; more complex ex…
1050 …ication keys as wrapped key material, but built-in keys by an internal identifier that takes up le…
1129 * `"allocate_key"`: this function obtains an internal identifier for the key. This may be, for exam…
1130 * `"destroy_key"`: this function invalidates the internal identifier and destroys the associated ke…
1144 …ally allocates an internal identifier for the key without modifying the state of the secure elemen…
1159 …identifier in the key attributes to identify a key. Some implementations of the PSA Cryptography A…
1251 …t fill `attributes` with the attributes of the key (except for the key identifier). On success, th…
1253 …KEY_PERSISTENCE_READ_ONLY`. The standard attributes other than the key identifier and lifetime hav…
1301 … on the key, while the core only manipulates a wrapped form of the key or an identifier of the key.