Lines Matching full:with
13 * not use this file except in compliance with the License.
79 * Fields can be accessed with #mbedtls_md_get_size,
104 * \note The list starts with the strongest available hashes.
115 * associated with the given digest name.
119 * \return The message-digest information associated with \p md_name.
126 * associated with the given digest type.
130 * \return The message-digest information associated with \p md_type.
173 * or non-zero: HMAC is used with this context.
241 * with mbedtls_md_setup(), and before passing data with
276 * Afterwards, you may either clear the context with
278 * the context for another digest operation with the same
292 * with respect to a configurable message-digest algorithm
383 * or call mbedtls_md_hmac_reset() to reuse the context with
397 * \brief This function prepares to authenticate a new message with
415 * on the input buffer with the provided key.