psa_get_se_driver() function
Return the secure element driver information for a lifetime value.
Arguments
lifetime
The lifetime value to query.
p_methods
On output, if there is a driver, \c *methods points to its method table. Otherwise \c *methods is \c NULL.
p_drv_context
On output, if there is a driver, \c *drv_context points to its context structure. Otherwise \c *drv_context is \c NULL.
Return value
1 \p lifetime corresponds to a registered driver. 0 \p lifetime does not correspond to a registered driver.