Lines Matching defs:input
396 /** Process input for which the algorithm is set to ECB mode.
404 * \param[in] input The input plaintext or ciphertext to process.
405 * \param input_length The number of bytes to process from \p input.
407 * If there is a partial block at the end of the input,
421 const uint8_t *input,
445 input, bytes_to_copy);
447 input += bytes_to_copy;
470 mbedtls_cipher_update(ctx, input,
479 input += block_size;
488 input, input_length);
501 const uint8_t *input, size_t input_length,
509 * update calls, if any, plus the input to this call. Remove
529 input,
536 /* There is no input, nothing to be done */
541 mbedtls_cipher_update(&operation->ctx.cipher, input,
611 const uint8_t *input,
635 status = mbedtls_psa_cipher_update(&operation, input, input_length,
667 const uint8_t *input,
686 input, operation.iv_length);
694 mbedtls_buffer_offset_const(input, operation.iv_length),