Searched refs:off (Results 1 – 12 of 12) sorted by relevance
/mbedtls-development/tests/suites/ |
A D | test_suite_camellia.function | 16 size_t off; 17 ((void) off); 37 &off, buf,
|
A D | test_suite_hmac_drbg.function | 70 /* By default, PR is off, and reseed interval was set to
|
A D | test_suite_ctr_drbg.function | 255 /* By default, PR is off, and reseed interval was set to
|
/mbedtls-development/.github/ |
A D | pull_request_template.md | 2 …ONTRIBUTING.md). In particular, each commit must have at least one `Signed-off-by:` line from the …
|
/mbedtls-development/ |
A D | dco.txt | 35 personal information I submit with it, including my sign-off) is
|
A D | CONTRIBUTING.md | 23 …east one `Signed-off-by:` line from the committer. If anyone else contributes to the commit, they …
|
A D | ChangeLog | 185 compile-time option, which was off by default. Users should not trust 498 MBEDTLS_ECP_xxx_ALT accelerator hooks are in use can now be turned off 699 * Fix an off-by-one error in the additional data length check for 1507 is off. That means that checks which were previously present by default 2844 * Fix off-by-one error in parsing Supported Point Format extension that 3121 * Add config flag POLARSSL_DEPRECATED_WARNING (off by default) to produce 3366 * Fix off-by-one error in parsing Supported Point Format extension that 3558 * Split off curves from ecp.c into ecp_curves.c 3951 interoperability can be switched on/off with the flag 4191 trade-off [all …]
|
/mbedtls-development/tests/ |
A D | Makefile | 9 TEST_FLAGS ?= $(if $(filter-out 0 OFF Off off NO No no FALSE False false N n,$(CTEST_OUTPUT_ON_FAIL…
|
/mbedtls-development/tests/scripts/ |
A D | test_zeroize.gdb | 46 set confirm off
|
/mbedtls-development/library/ |
A D | bignum.c | 469 size_t off = pos / biL; in mbedtls_mpi_set_bit() local 481 MBEDTLS_MPI_CHK( mbedtls_mpi_grow( X, off + 1 ) ); in mbedtls_mpi_set_bit() 484 X->p[off] &= ~( (mbedtls_mpi_uint) 0x01 << idx ); in mbedtls_mpi_set_bit() 485 X->p[off] |= (mbedtls_mpi_uint) val << idx; in mbedtls_mpi_set_bit()
|
/mbedtls-development/docs/ |
A D | 3.0-migration-guide.md | 105 already off by default. 238 This was a trade-off between code size and countermeasures; it is no longer 793 already off by default. 840 This option was a trade-off between functionality and code size: it allowed
|
/mbedtls-development/doxygen/ |
A D | mbedtls.doxyfile | 611 # The QUIET tag can be used to turn on/off the messages that are generated 616 # The WARNINGS tag can be used to turn on/off the warning messages that are 1140 # The DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) 1154 # Windows users are probably better off using the HTML help feature. 1695 # or super classes. Setting the tag to NO turns the diagrams off. Note that
|
Completed in 26 milliseconds