Lines Matching refs:value

84 …t drivers, optional for opaque drivers, integer or string). The [location value](#lifetimes-and-lo…
110 …* or the value of the capability's `"algorithms"` property includes an [algorithm specification](#…
116 …* or the value of the capability's `"key_types"` property includes a [key type specification](#key…
119 * or the value of the capability's `"key_sizes"` property includes the key's size.
221 …ls the driver's `"hash_compute"` entry point and compares the result with the reference hash value.
222 …plicable driver's `"mac_compute"` entry point and compares the result with the reference MAC value.
223 … because the core can call the `"mac_compute"` entry point and compare with the expected MAC value.
264 … driver's *prefix*`_hash_finish` entry point and compares the result with the reference hash value.
369 …erivation_get_input_type()` determines whether a given step is present and how to access its value:
375 …integer. Call `psa_crypto_driver_key_derivation_get_input_integer()` to retrieve the integer value.
394 uint64_t *value);
402 …buffer_length` to *N*, where *N* is the length of the input in bytes. The value of `buffer_size` m…
404 …a_crypto_driver_key_derivation_get_input_integer`, the core sets `*value` to the value of the spec…
408 … requested value has been copied to the output parameter (`size`, `buffer`, `value` or `p_key_buff…
451 `capacity` is guaranteed to be less or equal to any value previously set through this entry point, …
490 …s `"export_key"` entry point on the key object that contains the expected value, then proceed as f…
669 * `PSA_SUCCESS`: value has been successfully obtained
797value of `*bits` against the data and return `PSA_ERROR_INVALID_ARGUMENT` if it does not match. If…
832 …n the `output` buffer, in bits. This must be at least `1` on success. The value is ignored on fail…
932 …_entropy"`](#entropy-injection) when the driver runs out of entropy. This value is also a hint for…
979value is a string of $\mathtt{entropy_size}$, and since $(F_k)$ is a pseudorandom function family,…
1008 …t runs out of entropy as described below. The core sets this value to 0 on entry. The value is not…
1025 …oon as a driver returns any value other than `PSA_ERROR_NOT_SUPPORTED` (`PSA_SUCCESS` or a differe…
1044 …optional): this many bytes are included in every key context. If omitted, this value defaults to 0.
1045 … many bytes are included in every key context for a key pair. If omitted, this value defaults to 0.
1046 …any bytes are included in every key context for a public key. If omitted, this value defaults to 0.
1047 …xt for a symmetric key includes this many times the key size. If omitted, this value defaults to 0.
1052 The integer properties must be C language constants. A typical value for `"base_size"` is `sizeof(a…
1090 …it on demand, additionally use the `"store_public_key"` property with the value `true`. Note that …
1094 …the key plus any metadata has up to *N* bytes of overhead, use *N* as the value of the `"base_size…
1162 …rage. To allocate a key slot, increment the counter and store the current value in the key context…
1253 …e standard attributes other than the key identifier and lifetime have the value conveyed by `PSA_K…
1255 …paque-drivers) property, `key_buffer_size` has this value, otherwise `key_buffer_size` has the val…
1296 …actions will create and destroy it. The lifetime is expressed as a 32-bit value (`typedef uint32_t…
1298 * Bits 0–7 are a _persistence level_. This value indicates what device management actions can cause…
1299 * Bits 8–31 are a _location indicator_. This value indicates where the key material is stored and w…
1305 …ing its location called `PSA_KEY_LOCATION_`*prefix* where *prefix* is the value of the `"prefix"` …
1332value can be zero and it's plausible that the core would want to statically allocate an array of t…
1396 ECC key pairs are represented as the private key value only. The public key needs to be calculated …