Home
last modified time | relevance | path

Searched refs:partial (Results 1 – 14 of 14) sorted by relevance

/mbedtls-latest/tests/suites/
Dtest_suite_cmac.function160 /* Multiple partial and complete blocks. A negative length means skip the
246 /* Multiple partial and complete blocks. A negative length means skip the
274 /* Multiple partial and complete blocks. A negative length means skip the
Dtest_suite_debug.function40 /* Detect if debug messages output partial lines and mark them */
Dtest_suite_cipher.function355 /* Update ECB with partial block */
Dtest_suite_psa_crypto.function1509 /* We can't test that this is specific to drivers until partial init has
/mbedtls-latest/library/
Dssl_misc.h1838 int mbedtls_ssl_session_reset_int(mbedtls_ssl_context *ssl, int partial);
1840 int partial);
Dssl_tls.c1460 int partial) in mbedtls_ssl_session_reset_msg_layer() argument
1471 partial = 0; in mbedtls_ssl_session_reset_msg_layer()
1494 if (partial == 0) { in mbedtls_ssl_session_reset_msg_layer()
1541 int mbedtls_ssl_session_reset_int(mbedtls_ssl_context *ssl, int partial) in mbedtls_ssl_session_reset_int() argument
1548 mbedtls_ssl_session_reset_msg_layer(ssl, partial); in mbedtls_ssl_session_reset_int()
1576 free_cli_id = (partial == 0); in mbedtls_ssl_session_reset_int()
/mbedtls-latest/docs/
D3.0-migration-guide.md241 …is not a multiple of 16, alternative implementations may return the last partial block in the call…
242 * `mbedtls_gcm_finish()` now takes an extra output buffer for the last partial block. This is neede…
250 …* Always return the partial output immediately, even if it does not consist of a whole number of b…
251 …* Buffer the data for the last partial block, to be returned in the next call to `mbedtls_gcm_upda…
252 * `mbedtls_gcm_finish()` now takes an extra output buffer for the last partial block if needed.
Ddriver-only-builds.md363 ["Partial acceleration for CCM/GCM"](#partial-acceleration-for-ccmgcm) below)
Dpsa-transition.md975 … API for “restartable” ECC operations: the operation returns after doing partial computation, and …
/mbedtls-latest/docs/architecture/
Dtls13-support.md396 partial parsing of the handshake message may append at that stage like in the
/mbedtls-latest/docs/proposed/
Dpsa-conditional-inclusion-c.md22 …*fallback**, the built-in implementation is tried if the driver only has partial support for the m…
Dpsa-driver-interface.md1006 * `output`: on success (including partial success), the first `*output_length` bytes of this buffer…
1008 * `*output_length`: on success (including partial success), the number of bytes of random data that…
/mbedtls-latest/
DChangeLog282 * Add partial platform support for z/OS.
798 * Added partial support for parsing the PKCS #7 Cryptographic Message
943 This is a partial fix that allows only "client" and "server" identifiers.
1492 * Remove the partial support for running unit tests via Greentea on Mbed OS,
1706 now takes extra output parameters for the last partial output block.
1710 by MBEDTLS_GCM_ALT may delay partial blocks to the next call to
1928 mbedtls_cipher_update()) no longer requires the size of partial inputs to
1955 learn partial information about the leading bits of the nonce used for the
1957 large number of signature operations. This completes a partial fix in
2909 * Fix partial zeroing in x509_get_other_name. Found and fixed by ekse, #2716.
[all …]
/mbedtls-latest/docs/architecture/psa-migration/
Dmd-cipher-dispatch.md92 …-psa-is-not-always-possible). This effectively brings those modules to a partial use-PSA behavior …