Searched refs:partial (Results 1 – 14 of 14) sorted by relevance
/mbedtls-latest/tests/suites/ |
D | test_suite_cmac.function | 160 /* 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
|
D | test_suite_debug.function | 40 /* Detect if debug messages output partial lines and mark them */
|
D | test_suite_cipher.function | 355 /* Update ECB with partial block */
|
D | test_suite_psa_crypto.function | 1509 /* We can't test that this is specific to drivers until partial init has
|
/mbedtls-latest/library/ |
D | ssl_misc.h | 1838 int mbedtls_ssl_session_reset_int(mbedtls_ssl_context *ssl, int partial); 1840 int partial);
|
D | ssl_tls.c | 1460 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/ |
D | 3.0-migration-guide.md | 241 …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.
|
D | driver-only-builds.md | 363 ["Partial acceleration for CCM/GCM"](#partial-acceleration-for-ccmgcm) below)
|
D | psa-transition.md | 975 … API for “restartable” ECC operations: the operation returns after doing partial computation, and …
|
/mbedtls-latest/docs/architecture/ |
D | tls13-support.md | 396 partial parsing of the handshake message may append at that stage like in the
|
/mbedtls-latest/docs/proposed/ |
D | psa-conditional-inclusion-c.md | 22 …*fallback**, the built-in implementation is tried if the driver only has partial support for the m…
|
D | psa-driver-interface.md | 1006 * `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/ |
D | ChangeLog | 282 * 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/ |
D | md-cipher-dispatch.md | 92 …-psa-is-not-always-possible). This effectively brings those modules to a partial use-PSA behavior …
|