A driver initialization function.
- Parameters
-
drv_context | The driver context structure. |
persistent_data | A pointer to the persistent data that allows writing. |
location | The location value for which this driver is registered. The driver will be invoked for all keys whose lifetime is in this location. |
- Returns
- PSA_SUCCESS The driver is operational. The core will update the persistent data in storage. Any other return value prevents the driver from being used in this session. The core will NOT update the persistent data in storage.
Definition at line 152 of file psa_crypto_se_driver.h.