Home
last modified time | relevance | path

Searched refs:processed (Results 1 – 11 of 11) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/library/
Dccm.c283 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 …]
Dsha256.c331 size_t processed = 0; in mbedtls_internal_sha256_process_many_a64_crypto() local
335 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() local
591 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() local
678 if (processed < SHA256_BLOCK_SIZE) { in mbedtls_sha256_update()
682 input += processed; in mbedtls_sha256_update()
683 ilen -= processed; in mbedtls_sha256_update()
Dsha512.c389 size_t processed = 0; in mbedtls_internal_sha512_process_many_a64_crypto() local
393 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() local
711 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() local
796 if (processed < SHA512_BLOCK_SIZE) { in mbedtls_sha512_update()
800 input += processed; in mbedtls_sha512_update()
801 ilen -= processed; in mbedtls_sha512_update()
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dccm.h75 size_t MBEDTLS_PRIVATE(processed); /*!< Track how many bytes of input data
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dhost_test.function200 * \param int_params_store Memory for storing processed integer parameters.
507 /* Store for processed integer params. */
Dtest_suite_bignum_core.function656 * processed by mbedtls_mpi_core_sub()) are little endian, we can just
767 * processed by mbedtls_mpi_core_mla()) are little endian, we can just
Dtest_suite_mps.function653 * to be processed, and the consumer subsequently fetches more data. */
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dpsa-shared-memory.md162 …* 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…
Dpsa-storage-resilience.md451 The transaction list file can be processed in any order.
/openthread-latest/doc/
DDoxyfile.in324 # The output of markdown processing is further processed by doxygen, so you can
1566 # which needs to be processed by an external indexer. Doxygen will invoke an
1997 # contain include files that are not input files but should be processed by the
/openthread-latest/third_party/mbedtls/repo/
DChangeLog972 not processed correctly by some bignum operations. Fix this. This had no
1793 unintended representation of the value 0 which was not processed
3423 a check for whether more more data is pending to be processed in the
3453 further messages could potentially already be pending to be processed