Searched refs:done (Results 1 – 18 of 18) sorted by relevance
/mbedtls-development/library/ |
A D | aesni.c | 50 static int done = 0; in mbedtls_aesni_has_support() local 53 if( ! done ) in mbedtls_aesni_has_support() 60 done = 1; in mbedtls_aesni_has_support()
|
A D | cipher.c | 847 unsigned char done = 0, prev_done, bad; in get_one_and_zeros_padding() local 856 prev_done = done; in get_one_and_zeros_padding() 857 done |= ( input[i - 1] != 0 ); in get_one_and_zeros_padding() 858 *data_len |= ( i - 1 ) * ( done != prev_done ); in get_one_and_zeros_padding() 859 bad ^= input[i - 1] * ( done != prev_done ); in get_one_and_zeros_padding() 924 unsigned char done = 0, prev_done; in get_zeros_padding() local 932 prev_done = done; in get_zeros_padding() 933 done |= ( input[i-1] != 0 ); in get_zeros_padding() 934 *data_len |= i * ( done != prev_done ); in get_zeros_padding()
|
A D | bignum.c | 1292 unsigned cond, done, X_is_negative, Y_is_negative; in mbedtls_mpi_lt_mpi_ct() local 1320 done = cond; in mbedtls_mpi_lt_mpi_ct() 1332 *ret |= cond & ( 1 - done ) & X_is_negative; in mbedtls_mpi_lt_mpi_ct() 1333 done |= cond; in mbedtls_mpi_lt_mpi_ct() 1343 *ret |= cond & ( 1 - done ) & ( 1 - X_is_negative ); in mbedtls_mpi_lt_mpi_ct() 1344 done |= cond; in mbedtls_mpi_lt_mpi_ct()
|
A D | ssl_msg.c | 2546 int ret, done = 0; in mbedtls_ssl_write_record() local 2552 if( !done ) in mbedtls_ssl_write_record() 3569 int ret, done = 0; in ssl_prepare_record_content() local 3574 if( !done && ssl->transform_in != NULL ) in ssl_prepare_record_content()
|
/mbedtls-development/docs/architecture/testing/ |
A D | driver-interface-test-strategy.md | 45 …er and check that the expected driver is called. This does not need to be done for all operations … 86 * This must be done for each key creation method and for key destruction. 87 * This must be done for each possible flow, including error cases (e.g. a key creation that fails m… 90 … (this can be done by e.g. using a key that is supposed to be present) and does not have any unexp…
|
A D | psa-storage-format-testing.md | 39 …n't deliberately decide to stop supporting old keys (which should only be done by retiring a versi…
|
A D | invasive-testing.md | 14 …nts”](#requirements) explores the reasons why invasive testing is needed and how it should be done. 215 | Effacement | ++ No impact on the product when built normally or on the documentation, if done rig…
|
/mbedtls-development/docs/ |
A D | use-psa-crypto.md | 130 computation of the ECDHE key exchange is done by PSA. 200 - most hash operations are still done via the legacy API, except the few that
|
/mbedtls-development/tests/suites/ |
A D | test_suite_x509parse.function | 177 goto done; 185 goto done; 189 done:
|
A D | test_suite_mpi.function | 520 /* mbedtls_mpi_safe_cond_assign(), assignment done */ 527 /* mbedtls_mpi_safe_cond_assign(), assignment not done */ 580 /* mbedtls_mpi_safe_cond_swap(), swap done */ 591 /* mbedtls_mpi_safe_cond_swap(), swap not done */
|
A D | test_suite_psa_crypto_se_driver_hal.function | 1135 /* We're done. */ 1247 /* We're done. */
|
A D | test_suite_pk.function | 219 * is expected because that's what the library has done forever.
|
A D | test_suite_cipher.function | 521 /* done */
|
A D | test_suite_psa_crypto.function | 1201 /* Check if no key usage flag implication is done */ 1260 /* Check if no key usage implication is done */ 1320 /* Check if no key usage implication is done */
|
/mbedtls-development/ |
A D | CONTRIBUTING.md | 32 …c interface which need to be changed, are marked as 'deprecated'. This is done with the preprocess…
|
A D | README.md | 170 CMake cache. This can be done with the following command using GNU find:
|
A D | ChangeLog | 958 using a return command. This has been done to enable customization of the 2945 Note that for mbedtls_ssl_setup(), you need to be done setting up the 4254 is now done with a PLUS instead of an OR as error codes
|
/mbedtls-development/doxygen/ |
A D | mbedtls.doxyfile | 138 # only done if one of the specified strings matches the left-hand part of 313 # NO to prevent subgrouping. Alternatively, this can be done per class using 1577 # compilation will be performed. Macro expansion can be done in a controlled 1651 # Adding location for the tag files is done as follows: 1734 # the font, which can be done by putting it in a standard location or by setting
|
Completed in 45 milliseconds