Lines Matching refs:wrapper
22 …wrapper layer). For each cryptographic operation that supports driver acceleration (or sub-part of…
25 …aining operations which do not yet support auto-generation of the driver wrapper, developers will …
27 …wrapper is supported for the operation entry points specified in the table below. Certain operatio…
77 …wrapper functions. For the entry points that have driver wrapper auto-generation implemented, the …
79 …unction has been provided then ensure it has the same signature as the driver wrapper function.** \
80 …th the entry point name. It should have the same signature as the driver wrapper function. The pur…
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…
123 …PSA macros, such as determining the key type or number of bits, must be done in the driver wrapper.
156 …wrapper functions in `psa_crypto_driver_wrappers.h.jinja` for all four entry points have also been…