psa_drv_se_t::p_init field
The driver initialization function. This function is called once during the initialization of the PSA Cryptography subsystem, before any other function of the driver is called. If this function returns a failure status, the driver will be unusable, at least until the next system reset. If this field is \c NULL, it is equivalent to a function that does nothing and returns #PSA_SUCCESS.