Lines Matching refs:first
6 …ajor changes, but minor changes are expected based on experience from the first implementation and…
117 …first matching driver in the [specification list](#driver-description-list) is invoked. If the cap…
420 1. The core makes a first round of calls to `"get_entropy"` on every source with the `BLOCK` flag c…
432 …zation of the PSA Cryptography subsystem takes place before or during the first time an applicatio…
509 If a driver does not have an `"init_random"` entry point, the context object passed to the first ca…
523 * `context`: a random generation context. On the first call to `"add_entropy"`, this object has bee…
531 * Before the first call to the `"get_random"` entry point, to supply `"initial_entropy_size"` bytes…
569 * `output`: on success (including partial success), the first `*output_length` bytes of this buffer…
782 * The first time the driver is loaded on a system, the persistent state is all-bits-zero.
792 `psa_crypto_driver_get_persistent_state` sets `*persistent_state_ptr` to a pointer to the first byt…
920 When multiple transparent drivers implement the same mechanism, which one is called? The first one?…
922 The current choice is that the first one is used, which allows having a preference order on drivers…