Lines Matching refs:point
16 …ions*. Single-part operations implemented by a driver will have one entry point, while multi-part …
22 …a compatible driver is present, the driver wrapper calls the driver entry point function provided …
25 … to manually edit the driver dispatch layer and call their driver's entry point functions from the…
76 …e the function in the driver dispatch layer that corresponds to the entry point of that operation.…
77 …owed by the entry point name. So, for example, the function `psa_driver_wrapper_sign_hash()` corre…
79 **5. If a driver entry point function has been provided then ensure it has the same signature as th…
80 …nd end with the entry point name. It should have the same signature as the driver wrapper function…
102 | | | | ├── foo_driver_transparent_xxx() //call to driver entry point
107 | | | | ├── bar_driver_transparent_xxx() //call to driver entry point
116 | | | | ├── baz_driver_opaque_xxx() //call to driver entry point
123 …lock, each individual driver's compatibility checks and call to the entry point must be contained …
154 The driver entry point functions can be found in `p256m_driver_entrypoints.[hc]`. These functions a…
156 …d outside the library. Other checks can be performed here or in the entry point function. The stat…