pub unsafe extern "C" fn psa_crypto_driver_pake_get_password_len(
    inputs: *const psa_crypto_driver_pake_inputs_t,
    password_len: *mut usize
) -> psa_status_t
Expand description

Get the length of the password in bytes from given inputs.

\param[in] inputs Operation inputs. \param[out] password_len Password length.

\retval #PSA_SUCCESS Success. \retval #PSA_ERROR_BAD_STATE Password hasn’t been set yet.