Lines Matching refs:algorithm
24 … is available for a particular combination of parameters (cryptographic algorithm, key type and si…
95 …orithms"` (optional, list of strings). Each element is an [algorithm specification](#algorithm-spe…
108 * If the mechanism involves an algorithm:
110 …`"algorithms"` property includes an [algorithm specification](#algorithm-specifications) that matc…
116 …property includes a [key type specification](#key-type-specifications) that matches this algorithm.
121 …algorithm, key type and key size, and all the capabilities map the entry point to the same functio…
123 …rs have applicable capabilities for a given combination of entry point, algorithm, key type and ke…
129 …nistic ECDSA signatures (but not signature verification) using any hash algorithm and any curve th…
152 …algorithm specification is a string consisting of a `PSA_ALG_xxx` macro that specifies a cryptogra…
166 An algorithm specification is a string consisting of a `PSA_KEY_TYPE_xxx` macro that specifies a ke…
320 …cure element implements the `"key_derivation"` family for the specified algorithm, the core calls …
323 …in-opaque-drivers)), if there is a transparent driver for the specified algorithm, the core calls …
331 * `"key_derivation_input_step"` (mandatory if the driver supports a key derivation algorithm with l…
371 * `PSA_KEY_DERIVATION_INPUT_TYPE_INVALID`: the step is invalid for the algorithm of the operation t…
372 * `PSA_KEY_DERIVATION_INPUT_TYPE_OMITTED`: the step is optional for the algorithm of the operation …
409 * `PSA_ERROR_DOES_NOT_EXIST`: the input step is valid for this particular algorithm, but it is not …
425 * `alg` is the algorithm for the key derivation operation. It does not include a key agreement comp…
430 …ation-driver-initial-inputs). A driver that implements a key derivation algorithm that takes such …
439 At the time of writing, no standard key derivation algorithm has long inputs. It is likely that suc…
556 …ent_to_key"` entry point which is applicable for the given key type and algorithm, the core calls …
865 A driver may declare an `"init"` entry point in a capability with no algorithm, key type or key siz…
934 Random generation is not parametrized by an algorithm. The choice of algorithm is up to the driver.
977 …t is in general less than the buffer size. The core must apply a mixing algorithm to the output of…