Function esp_idf_sys::psa_crypto_driver_pake_get_user_len
source · pub unsafe extern "C" fn psa_crypto_driver_pake_get_user_len(
inputs: *const psa_crypto_driver_pake_inputs_t,
user_len: *mut usize,
) -> psa_status_t
Expand description
Get the length of the user id in bytes from given inputs.
\param[in] inputs Operation inputs. \param[out] user_len User id length.
\retval #PSA_SUCCESS Success. \retval #PSA_ERROR_BAD_STATE User id hasn’t been set yet.