Searched refs:processed (Results 1 – 11 of 11) sorted by relevance
283 ctx->processed = 0; in mbedtls_ccm_set_lengths()317 } else if (ctx->processed + add_len > ctx->add_len) { in mbedtls_ccm_update_ad()322 offset = (ctx->processed + 2) % 16; /* account for y[0] and y[1] in mbedtls_ccm_update_ad()332 ctx->processed += use_len; in mbedtls_ccm_update_ad()336 if (use_len + offset == 16 || ctx->processed == ctx->add_len) { in mbedtls_ccm_update_ad()349 if (ctx->processed == ctx->add_len) { in mbedtls_ccm_update_ad()351 ctx->processed = 0; // prepare for mbedtls_ccm_update() in mbedtls_ccm_update_ad()379 if (ctx->tag_len != 0 && ctx->processed + input_len > ctx->plaintext_len) { in mbedtls_ccm_update()391 offset = ctx->processed % 16; in mbedtls_ccm_update()399 ctx->processed += use_len; in mbedtls_ccm_update()[all …]
331 size_t processed = 0; in mbedtls_internal_sha256_process_many_a64_crypto() local335 processed += SHA256_BLOCK_SIZE, in mbedtls_internal_sha256_process_many_a64_crypto()417 return processed; in mbedtls_internal_sha256_process_many_a64_crypto()581 size_t processed = 0; in mbedtls_internal_sha256_process_many_c() local591 processed += SHA256_BLOCK_SIZE; in mbedtls_internal_sha256_process_many_c()594 return processed; in mbedtls_internal_sha256_process_many_c()676 size_t processed = in mbedtls_sha256_update() local678 if (processed < SHA256_BLOCK_SIZE) { in mbedtls_sha256_update()682 input += processed; in mbedtls_sha256_update()683 ilen -= processed; in mbedtls_sha256_update()
389 size_t processed = 0; in mbedtls_internal_sha512_process_many_a64_crypto() local393 processed += SHA512_BLOCK_SIZE, in mbedtls_internal_sha512_process_many_a64_crypto()556 return processed; in mbedtls_internal_sha512_process_many_a64_crypto()701 size_t processed = 0; in mbedtls_internal_sha512_process_many_c() local711 processed += SHA512_BLOCK_SIZE; in mbedtls_internal_sha512_process_many_c()714 return processed; in mbedtls_internal_sha512_process_many_c()794 size_t processed = in mbedtls_sha512_update() local796 if (processed < SHA512_BLOCK_SIZE) { in mbedtls_sha512_update()800 input += processed; in mbedtls_sha512_update()801 ilen -= processed; in mbedtls_sha512_update()
75 size_t MBEDTLS_PRIVATE(processed); /*!< Track how many bytes of input data
200 * \param int_params_store Memory for storing processed integer parameters.507 /* Store for processed integer params. */
656 * processed by mbedtls_mpi_core_sub()) are little endian, we can just767 * processed by mbedtls_mpi_core_mla()) are little endian, we can just
653 * to be processed, and the consumer subsequently fetches more data. */
162 …* Note that this does not include inputs or outputs that are not processed by an asymmetric primit…200 For all currently implemented AEAD modes, the associated data is only processed once to calculate a…449 …ccesses happening on the FVP. This output can then be easily parsed and processed to ensure that t…
451 The transaction list file can be processed in any order.
324 # The output of markdown processing is further processed by doxygen, so you can1566 # which needs to be processed by an external indexer. Doxygen will invoke an1997 # contain include files that are not input files but should be processed by the
972 not processed correctly by some bignum operations. Fix this. This had no1793 unintended representation of the value 0 which was not processed3423 a check for whether more more data is pending to be processed in the3453 further messages could potentially already be pending to be processed