Lines Matching full:on
35 * (56 bytes on a 32-bit platform). In future versions of the library, it
100 * \warning Performing multiple operations concurrently on the same
149 * `mbedtls_ecp_group_load` on the extracted `group_id`.
167 * \brief This function generates an ECDH keypair on an elliptic
187 * \return \c 0 on success.
189 * \c MBEDTLS_MPI_XXX error code on failure.
222 * \return \c 0 on success.
224 * \c MBEDTLS_MPI_XXX error code on failure.
252 * \return \c 0 on success.
286 * \return \c 0 on success.
289 * \return Another \c MBEDTLS_ERR_ECP_XXX error code on failure.
307 * \param buf On input, \c *buf must be the start of the input buffer.
308 * On output, \c *buf is updated to point to the end of the
309 * data that has been read. On success, this is the first byte
311 * On error, this is the point at which an error has been
316 * \return \c 0 on success.
317 * \return An \c MBEDTLS_ERR_ECP_XXX error code on failure.
339 * \return \c 0 on success.
340 * \return Another \c MBEDTLS_ERR_ECP_XXX error code on failure.
368 * \return \c 0 on success.
371 * \return Another \c MBEDTLS_ERR_ECP_XXX error code on failure.
394 * \return \c 0 on success.
395 * \return An \c MBEDTLS_ERR_ECP_XXX error code on failure.
416 * Bytes written on success. This must not be \c NULL.
424 * \return \c 0 on success.
427 * \return Another \c MBEDTLS_ERR_ECP_XXX error code on failure.