Lines Matching full:compute
109 * Compute the authentication tag. All message data (encrypted or
256 * \brief Compute authentication tag.
258 * Compute the AEAD authentication tag. The tag length depends
269 * `check_tag()` function may be used to compute and check the
280 * \brief Compute and check authentication tag.
299 * \brief Compute authentication tag (with truncation).
314 * \brief Compute and check authentication tag (with truncation).
455 * \brief Compute GCM authentication tag.
457 * Compute the GCM authentication tag. The tag is a 16-byte value which
467 * compute and check the tag value.
475 * \brief Compute and check GCM authentication tag.
491 * \brief Compute GCM authentication tag (with truncation).
515 * compute and check the tag value.
524 * \brief Compute and check GCM authentication tag (with truncation).
768 * \brief Compute EAX authentication tag.
770 * Compute the EAX authentication tag. The tag is a 16-byte value which
780 * compute and check the tag value.
788 * \brief Compute and check EAX authentication tag.
804 * \brief Compute EAX authentication tag (with truncation).
828 * compute and check the tag value.
837 * \brief Compute and check EAX authentication tag (with truncation).
1015 * \brief Compute CCM authentication tag.
1017 * Compute the CCM authentication tag. This call terminates the CCM
1031 * compute and check the tag value.
1040 * \brief Compute and check CCM authentication tag.