psa_crypto_driver_pake_get_user() function
Get the user id from given inputs.
Arguments
user_id_size
Size of \p user_id in bytes.
user_id_len
Size of the user id in bytes.
Return value
#PSA_SUCCESS Success. #PSA_ERROR_BAD_STATE User id hasn't been set yet. #PSA_ERROR_BUFFER_TOO_SMALL The size of the \p user_id is too small.