Searched refs:partial (Results 1 – 16 of 16) sorted by relevance
/openthread-3.7.0/third_party/mbedtls/repo/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 | 1529 /* We can't test that this is specific to drivers until partial init has
|
/openthread-3.7.0/third_party/mbedtls/repo/library/ |
D | ssl_misc.h | 1803 int mbedtls_ssl_session_reset_int(mbedtls_ssl_context *ssl, int partial); 1805 int partial);
|
D | ssl_tls.c | 1483 int partial) in mbedtls_ssl_session_reset_msg_layer() argument 1494 partial = 0; in mbedtls_ssl_session_reset_msg_layer() 1517 if (partial == 0) { in mbedtls_ssl_session_reset_msg_layer() 1564 int mbedtls_ssl_session_reset_int(mbedtls_ssl_context *ssl, int partial) in mbedtls_ssl_session_reset_int() argument 1571 mbedtls_ssl_session_reset_msg_layer(ssl, partial); in mbedtls_ssl_session_reset_int() 1599 free_cli_id = (partial == 0); in mbedtls_ssl_session_reset_int()
|
/openthread-3.7.0/third_party/mbedtls/repo/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 | 358 ["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 …
|
/openthread-3.7.0/src/cli/ |
D | README_NETDATA.md | 101 1. Create a partial Active Operational Dataset.
|
D | README_DATASET.md | 84 1. Create a partial Active Operational Dataset.
|
/openthread-3.7.0/third_party/mbedtls/repo/docs/architecture/ |
D | tls13-support.md | 396 partial parsing of the handshake message may append at that stage like in the
|
/openthread-3.7.0/third_party/mbedtls/repo/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…
|
/openthread-3.7.0/third_party/mbedtls/repo/ |
D | ChangeLog | 88 * Add partial platform support for z/OS. 603 * Added partial support for parsing the PKCS #7 Cryptographic Message 748 This is a partial fix that allows only "client" and "server" identifiers. 1297 * Remove the partial support for running unit tests via Greentea on Mbed OS, 1511 now takes extra output parameters for the last partial output block. 1515 by MBEDTLS_GCM_ALT may delay partial blocks to the next call to 1733 mbedtls_cipher_update()) no longer requires the size of partial inputs to 1760 learn partial information about the leading bits of the nonce used for the 1762 large number of signature operations. This completes a partial fix in 2714 * Fix partial zeroing in x509_get_other_name. Found and fixed by ekse, #2716. [all …]
|
/openthread-3.7.0/third_party/mbedtls/repo/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 …
|