Searched refs:partial (Results 1 – 11 of 11) sorted by relevance
/mbedtls-development/ChangeLog.d/ |
A D | remove-greentea-support.txt | 2 * Remove the partial support for running unit tests via Greentea on Mbed OS,
|
/mbedtls-development/tests/suites/ |
A D | test_suite_cmac.function | 154 /* Multiple partial and complete blocks. A negative length means skip the 236 /* Multiple partial and complete blocks. A negative length means skip the 261 /* Multiple partial and complete blocks. A negative length means skip the
|
A D | test_suite_debug.function | 37 /* Detect if debug messages output partial lines and mark them */
|
A D | test_suite_cipher.function | 333 /* Update ECB with partial block */
|
/mbedtls-development/docs/ |
A D | use-psa-crypto.md | 92 Benefits: use of PSA Crypto drivers; partial isolation of short-term secrets
|
A D | 3.0-migration-guide.md | 220 …is not a multiple of 16, alternative implementations may return the last partial block in the call… 221 * `mbedtls_gcm_finish()` now takes an extra output buffer for the last partial block. This is neede… 229 …* Always return the partial output immediately, even if it does not consist of a whole number of b… 230 …* Buffer the data for the last partial block, to be returned in the next call to `mbedtls_gcm_upda… 231 * `mbedtls_gcm_finish()` now takes an extra output buffer for the last partial block if needed.
|
/mbedtls-development/library/ |
A D | ssl_tls.c | 3301 int partial ) in ssl_session_reset_msg_layer() argument 3312 partial = 0; in ssl_session_reset_msg_layer() 3335 if( partial == 0 ) in ssl_session_reset_msg_layer() 3361 int mbedtls_ssl_session_reset_int( mbedtls_ssl_context *ssl, int partial ) in mbedtls_ssl_session_reset_int() argument 3367 ssl_session_reset_msg_layer( ssl, partial ); in mbedtls_ssl_session_reset_int() 3395 if( partial == 0 ) in mbedtls_ssl_session_reset_int()
|
A D | ssl_misc.h | 1455 int mbedtls_ssl_session_reset_int( mbedtls_ssl_context *ssl, int partial );
|
/mbedtls-development/docs/proposed/ |
A D | psa-conditional-inclusion-c.md | 22 …*fallback**, the built-in implementation is tried if the driver only has partial support for the m…
|
A D | psa-driver-interface.md | 569 * `output`: on success (including partial success), the first `*output_length` bytes of this buffer… 571 * `*output_length`: on success (including partial success), the number of bytes of random data that…
|
/mbedtls-development/ |
A D | ChangeLog | 61 now takes extra output parameters for the last partial output block. 65 by MBEDTLS_GCM_ALT may delay partial blocks to the next call to 283 mbedtls_cipher_update()) no longer requires the size of partial inputs to 310 learn partial information about the leading bits of the nonce used for the 312 large number of signature operations. This completes a partial fix in 1263 * Fix partial zeroing in x509_get_other_name. Found and fixed by ekse, #2716. 2219 up RSA contexts from partial key material and having them completed to the 3022 * Removed openssl.h (very partial OpenSSL compatibility layer).
|
Completed in 39 milliseconds