Lines Matching full:function
45 int MBEDTLS_PRIVATE(is224); /*!< Determines which function to use:
56 * \brief This function initializes a SHA-256 context.
63 * \brief This function clears a SHA-256 context.
66 * case this function returns immediately. If it is not \c NULL,
72 * \brief This function clones the state of a SHA-256 context.
81 * \brief This function starts a SHA-224 or SHA-256 checksum
85 * \param is224 This determines which function to use. This must be
90 * function will return #MBEDTLS_ERR_SHA512_BAD_INPUT_DATA.
98 * \brief This function feeds an input buffer into an ongoing
115 * \brief This function finishes the SHA-256 operation, and writes
131 * \brief This function processes a single data block within
132 * the ongoing SHA-256 computation. This function is for
146 * \brief This function calculates the SHA-224 or SHA-256
149 * The function allocates the context, performs the
161 * \param is224 Determines which function to use. This must be