You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Used to have to call key_name.clone() when passing it as an argument.
Now it follows the pattern of psa_generate_key(&key_name, key_attrs)
Issue parallaxsecond#81
Signed-off-by: Matt Davis <matt.davis@arm.com>
In all methods of the
BasicClient
that need a key. See here for reference.The text was updated successfully, but these errors were encountered: