Home
last modified time | relevance | path

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

/openthread-3.7.0/third_party/mbedtls/repo/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.function1529 /* We can't test that this is specific to drivers until partial init has
/openthread-3.7.0/third_party/mbedtls/repo/library/
Dssl_misc.h1803 int mbedtls_ssl_session_reset_int(mbedtls_ssl_context *ssl, int partial);
1805 int partial);
Dssl_tls.c1483 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/
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.md358 ["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 …
/openthread-3.7.0/src/cli/
DREADME_NETDATA.md101 1. Create a partial Active Operational Dataset.
DREADME_DATASET.md84 1. Create a partial Active Operational Dataset.
/openthread-3.7.0/third_party/mbedtls/repo/docs/architecture/
Dtls13-support.md396 partial parsing of the handshake message may append at that stage like in the
/openthread-3.7.0/third_party/mbedtls/repo/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…
/openthread-3.7.0/third_party/mbedtls/repo/
DChangeLog88 * 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/
Dmd-cipher-dispatch.md92 …-psa-is-not-always-possible). This effectively brings those modules to a partial use-PSA behavior …