Lines Matching full:on

17  *  distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
296 * \return 0 on success,
297 * MBEDTLS_ERR_PK_BAD_INPUT_DATA on invalid input,
298 * MBEDTLS_ERR_PK_ALLOC_FAILED on allocation failure.
320 * mbedtls_pk_free() is called on this context. The wrapped
327 * \return \c 0 on success.
328 * \return #MBEDTLS_ERR_PK_BAD_INPUT_DATA on invalid input
332 * \return #MBEDTLS_ERR_PK_ALLOC_FAILED on allocation failure.
349 * \return 0 on success, or MBEDTLS_ERR_PK_BAD_INPUT_DATA if the
365 * \return Key size in bits, or 0 on error
374 * \return Key length in bytes, or 0 on error
387 * \return 1 if the context can do operations on the given type.
388 * \return 0 if the context cannot do the operations on the given
401 * does not rely on a hash algorithm (non-deterministic
413 * \return 0 on success (signature is valid),
454 * (Includes verification of the padding depending on type.)
465 * \return 0 on success (signature is valid),
500 * \param sig_len On successful return,
505 * \return 0 on success, or a specific error code.
538 * \param sig_len On successful return,
570 * \return 0 on success, or a specific error code.
593 * \return 0 on success, or a specific error code.
608 * \return \c 0 on success (keys were checked and match each other).
625 * \return 0 on success or MBEDTLS_ERR_PK_BAD_INPUT_DATA
634 * \return Type name on success, or "invalid PK"
643 * \return Type on success.
672 * \note On entry, ctx must be empty, either freshly initialised
699 * \note On entry, ctx must be empty, either freshly initialised
726 * \note On entry, ctx must be empty, either freshly initialised
746 * \note On entry, ctx must be empty, either freshly initialised
874 * psa_destroy_key() on that key identifier after calling
875 * mbedtls_pk_free() on the PK context.