Home
last modified time | relevance | path

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

/mbedtls-3.6.0/library/
Dpoly1305.c275 size_t remaining = ilen; in mbedtls_poly1305_update() local
279 if ((remaining > 0U) && (ctx->queue_len > 0U)) { in mbedtls_poly1305_update()
292 remaining = 0U; in mbedtls_poly1305_update()
304 remaining -= queue_free_len; in mbedtls_poly1305_update()
308 if (remaining >= POLY1305_BLOCK_SIZE_BYTES) { in mbedtls_poly1305_update()
309 nblocks = remaining / POLY1305_BLOCK_SIZE_BYTES; in mbedtls_poly1305_update()
314 remaining %= POLY1305_BLOCK_SIZE_BYTES; in mbedtls_poly1305_update()
317 if (remaining > 0U) { in mbedtls_poly1305_update()
319 ctx->queue_len = remaining; in mbedtls_poly1305_update()
320 memcpy(ctx->queue, &input[offset], remaining); in mbedtls_poly1305_update()
Dssl_msg.c426 size_t remaining, expansion; in ssl_get_remaining_payload_in_datagram() local
456 remaining = (size_t) ret; in ssl_get_remaining_payload_in_datagram()
464 if (remaining <= expansion) { in ssl_get_remaining_payload_in_datagram()
468 remaining -= expansion; in ssl_get_remaining_payload_in_datagram()
469 if (remaining >= max_len) { in ssl_get_remaining_payload_in_datagram()
470 remaining = max_len; in ssl_get_remaining_payload_in_datagram()
473 return (int) remaining; in ssl_get_remaining_payload_in_datagram()
566 size_t remaining, in ssl_build_inner_plaintext() argument
573 if (remaining == 0) { in ssl_build_inner_plaintext()
578 remaining--; in ssl_build_inner_plaintext()
[all …]
/mbedtls-3.6.0/tests/suites/
Dtest_suite_mps.data58 MPS Reader: Reclaim with data remaining #0
61 MPS Reader: Reclaim with data remaining #1
64 MPS Reader: Reclaim with data remaining #2
67 MPS Reader: Reclaim with data remaining, continue fetching
Dtest_suite_shax.function245 size_t remaining = input->len;
251 size_t len = remaining >= chunk_size ? chunk_size : remaining;
253 remaining -= len;
Dtest_suite_psa_crypto_slot_management.function1012 * Check we can export the remaining volatile keys and that they have the
Dtest_suite_x509parse.data1599 X509 CRT ASN1 (TBS, inv Validity, data remaining after 'notAfter')
1976 X509 CRT ASN1 (TBS, inv v3Ext, data remaining after extnValue)
2112 X509 CRT ASN1 (TBS, inv SubjectAltName, data remaining after name SEQUENCE)
2232 X509 CRT ASN1 (TBS, inv SubjectAltName, HWModuleName data remaining #1)
2236 X509 CRT ASN1 (TBS, inv SubjectAltName, HWModuleName data remaining #2)
2240 X509 CRT ASN1 (TBS, inv SubjectAltName, HWModuleName data remaining #3)
Dtest_suite_mps.function269 * because of data remaining.
/mbedtls-3.6.0/docs/
Dpsa-driver-example-and-guide.md25 …tions, the instructions in the above documents can be followed. For the remaining operations which…
77 …the file has a `.jinja` extension, the driver wrapper functions for the remaining entry points are…
/mbedtls-3.6.0/docs/architecture/psa-migration/
Dstrategy.md277 - Step 0 is achieved for most algorithms, with only a few gaps remaining.
279 `MBEDTLS_USE_PSA_CRYPTO` is enabled with only a few gaps remaining (see
/mbedtls-3.6.0/docs/architecture/
Dpsa-storage-resilience.md146 … been done if the transaction had not been interrupted, by removing any remaining local storage us…
149 … been done if the transaction had not been interrupted, by removing any remaining local storage us…
/mbedtls-3.6.0/
DChangeLog1482 See docs/architecture/alternative-implementations.md for the remaining