Lines Matching full:running
104 * MD functions (MD5, SHA-1, SHA-2 family), this is the running state
247 * - `STATE`: internal running state size, in bytes.
275 * the running hash computation incarnated by the specified
303 * \brief Get running state.
305 * This method saves the current running state into the `dst`
306 * buffer. What constitutes the "running state" depends on the
319 * \brief Set running state.
321 * This methods replaces the running state for the function.
412 * \brief Inject some data bytes in a running MD5 computation.
439 * \brief Save MD5 running state.
441 * The running state for MD5 (output of the last internal block
447 * \param out destination buffer for the running state.
453 * \brief Restore MD5 running state.
455 * The running state for MD5 is set to the provided values.
458 * \param stb source buffer for the running state.
507 * \brief Inject some data bytes in a running SHA-1 computation.
534 * \brief Save SHA-1 running state.
536 * The running state for SHA-1 (output of the last internal block
542 * \param out destination buffer for the running state.
548 * \brief Restore SHA-1 running state.
550 * The running state for SHA-1 is set to the provided values.
553 * \param stb source buffer for the running state.
602 * \brief Inject some data bytes in a running SHA-224 computation.
629 * \brief Save SHA-224 running state.
631 * The running state for SHA-224 (output of the last internal block
637 * \param out destination buffer for the running state.
643 * \brief Restore SHA-224 running state.
645 * The running state for SHA-224 is set to the provided values.
648 * \param stb source buffer for the running state.
698 * \brief Inject some data bytes in a running SHA-256 computation.
729 * \brief Save SHA-256 running state.
731 * The running state for SHA-256 (output of the last internal block
737 * \param out destination buffer for the running state.
747 * \brief Restore SHA-256 running state.
749 * The running state for SHA-256 is set to the provided values.
752 * \param stb source buffer for the running state.
805 * \brief Inject some data bytes in a running SHA-384 computation.
832 * \brief Save SHA-384 running state.
834 * The running state for SHA-384 (output of the last internal block
840 * \param out destination buffer for the running state.
846 * \brief Restore SHA-384 running state.
848 * The running state for SHA-384 is set to the provided values.
851 * \param stb source buffer for the running state.
901 * \brief Inject some data bytes in a running SHA-512 computation.
932 * \brief Save SHA-512 running state.
934 * The running state for SHA-512 (output of the last internal block
940 * \param out destination buffer for the running state.
950 * \brief Restore SHA-512 running state.
952 * The running state for SHA-512 is set to the provided values.
955 * \param stb source buffer for the running state.
1019 * \brief Inject some data bytes in a running MD5+SHA-1 computation.
1046 * \brief Save MD5+SHA-1 running state.
1048 * The running state for MD5+SHA-1 (output of the last internal block
1054 * \param out destination buffer for the running state.
1060 * \brief Restore MD5+SHA-1 running state.
1062 * The running state for MD5+SHA-1 is set to the provided values.
1065 * \param stb source buffer for the running state.
1180 * \brief Inject some data bytes in a running multi-hashing computation.