Home
last modified time | relevance | path

Searched refs:off (Results 1 – 12 of 12) sorted by relevance

/mbedtls-development/tests/suites/
A Dtest_suite_camellia.function16 size_t off;
17 ((void) off);
37 &off, buf,
A Dtest_suite_hmac_drbg.function70 /* By default, PR is off, and reseed interval was set to
A Dtest_suite_ctr_drbg.function255 /* By default, PR is off, and reseed interval was set to
/mbedtls-development/.github/
A Dpull_request_template.md2 …ONTRIBUTING.md). In particular, each commit must have at least one `Signed-off-by:` line from the …
/mbedtls-development/
A Ddco.txt35 personal information I submit with it, including my sign-off) is
A DCONTRIBUTING.md23 …east one `Signed-off-by:` line from the committer. If anyone else contributes to the commit, they …
A DChangeLog185 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 DMakefile9 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 Dtest_zeroize.gdb46 set confirm off
/mbedtls-development/library/
A Dbignum.c469 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 D3.0-migration-guide.md105 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 Dmbedtls.doxyfile611 # 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