Lines Matching refs:function
16 …third-party drivers. Operations that are completed within one step (one function call), such as ve…
22 …function in the driver wrapper. Using flags set at compile time, the driver wrapper ascertains whe…
76 **4. For each operation being accelerated, locate the function in the driver dispatch layer that co…
77 …_driver_wrapper` followed by the entry point name. So, for example, the function `psa_driver_wrapp…
79 **5. If a driver entry point function has been provided then ensure it has the same signature as th…
80 …hould have the same signature as the driver wrapper function. The purpose of the entry point funct…
86 **6. Modify the driver wrapper function** \
87 Each driver wrapper function contains a `switch` statement which checks the location of the key. If…
92 The diagram below shows the layout of a driver wrapper function which can dispatch to two transpare…
154 … PSA's, it is recommended to implement a status code translation function. The function `p256_to_p…
156 …e the library. Other checks can be performed here or in the entry point function. The status retur…