Lines Matching defs:step
76 unsigned long step;
117 * \brief Increment the current test step.
127 * \brief Get the current test step
129 * \return The current test step
227 * \brief Set the test step number for failure reports.
229 * Call this function to display "step NNN" in addition to the
231 * "step number" is the index of a for loop but it can be
239 * \param step The step number to report.
241 void mbedtls_test_set_step(unsigned long step);