Lines Matching refs:pointer
213 Buffers of size 0 may be represented with either a null pointer or a non-null pointer.
374 …ect. Call `psa_crypto_driver_key_derivation_get_input_key()` to obtain a pointer to the key contex…
399 * The first parameter `inputs` must be a pointer passed by the core to a key derivation driver setu…
403 …o_driver_key_derivation_get_input_key`, the core sets `*key_buffer` to a pointer to a buffer conta…
426 * `inputs` is an opaque pointer to the [initial inputs](#key-derivation-driver-initial-inputs) for …
530 … same key. If the `"memory"` property is false or absent, the `memory` parameter is a null pointer.
665 The first parameter `inputs` must be a pointer passed by the core to a PAKE driver setup entry poin…
681 * `inputs` is an opaque pointer to the [inputs](#pake-driver-inputs) for the PAKE operation.
685 …pointer output by `psa_crypto_driver_pake_get_password_key` is only valid until the "pake_setup" e…
1049 …of bytes that the driver needs in a key context for a key. This may be a pointer to function. This…
1229 …pointer to the first byte of the persistent state. This pointer remains valid during a call to a d…
1373 Why is `psa_crypto_driver_key_derivation_get_input_bytes` a copy, rather than giving a pointer?
1375 …ry point is making callbacks to the core: these functions could return a pointer that is valid unt…