Lines Matching refs:prefix

77prefix"` (mandatory, string). This must be a valid, non-empty prefix for a C identifier. All the t…
98prefix followed by an underscore (`_`) followed by the function name. If this property is omitted,…
129 …n) using any hash algorithm and any curve that the core supports. If the prefix of this driver is …
137 …ith either hash being possible in combination with either curve). If the prefix of this driver is …
194 …XX_operation_t`) is replaced by a driver-specific operation state type (*prefix*`_XXX_operation_t`…
246 …entry points are: *prefix*`_mac_sign_finish`, *prefix*`_mac_verify_finish`, *prefix*`_cipher_finis…
264 To verify a hash with `psa_hash_verify()`, the core calls the driver's *prefix*`_hash_finish` entry…
266 For example, a driver with the prefix `"acme"` that implements the `"hash_multipart"` entry point f…
337 …ng subsection, this specification takes the example of a driver with the prefix `"acme"` that impl…
517 A transparent driver with the prefix `"acme"` that implements cooked key derivation must provide th…
565 …oints related to key agreement have the following prototypes for a driver with the prefix `"acme"`:
613 …ng subsection, this specification takes the example of a driver with the prefix `"acme"` that impl…
760 …that create or format key data have the following prototypes for a driver with the prefix `"acme"`:
820 …"` entry point. This entry point has the following prototype for a driver with the prefix `"acme"`:
896 …nt), the key import entry points has the following prototype for a driver with the prefix `"acme"`:
938 The `"init_random"` entry point has the following prototype for a driver with the prefix `"acme"`:
950 The `"add_entropy"` entry point has the following prototype for a driver with the prefix `"acme"`:
994 The `"get_random"` entry point has the following prototype for a driver with the prefix `"acme"`:
1132 These functions have the following prototypes for a driver with the prefix `"acme"`:
1170 The key creation entry points have the following prototypes for a driver with the prefix `"acme"`:
1192 The key export entry points have the following prototypes for a driver with the prefix `"acme"`:
1305prefix* where *prefix* is the value of the `"prefix"` property in the driver description. For conv…