Home
last modified time | relevance | path

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

/mbedtls-3.7.0/tests/suites/
Dtest_suite_camellia.function16 size_t off;
17 ((void) off);
37 &off, buf,
Dtest_suite_hmac_drbg.function73 /* By default, PR is off, and reseed interval was set to
Dtest_suite_ctr_drbg.function286 /* By default, PR is off, and reseed interval was set to
Dtest_suite_ecdsa.function132 /* Invalid signatures: r or s or both one off */
/mbedtls-3.7.0/
DCONTRIBUTING.md10 - [Sign-off](#license-and-copyright): all commits must be signed off.
97 …t `Signed-off-by:` line in every commit message. If more than one person contributed to the commit…
Ddco.txt35 personal information I submit with it, including my sign-off) is
DSECURITY.md146 configuration option is defined. This option is off by default.
DCMakeLists.txt69 option(GEN_FILES "Generate the auto-generated files as needed" OFF) # off in development
DChangeLog849 though: that module only use hashes from PSA when MBEDTLS_MD_C is off).
913 turned off: if a shipped file was missing from the working directory,
1635 compile-time option, which was off by default. Users should not trust
1949 MBEDTLS_ECP_xxx_ALT accelerator hooks are in use can now be turned off
2150 * Fix an off-by-one error in the additional data length check for
2958 is off. That means that checks which were previously present by default
4295 * Fix off-by-one error in parsing Supported Point Format extension that
4572 * Add config flag POLARSSL_DEPRECATED_WARNING (off by default) to produce
4574 * Add config flag POLARSSL_DEPRECATED_REMOVED (off by default) to produce
4817 * Fix off-by-one error in parsing Supported Point Format extension that
[all …]
/mbedtls-3.7.0/tests/scripts/
Dtest_zeroize.gdb34 set confirm off
/mbedtls-3.7.0/library/
Dbignum.c409 size_t off = pos / biL; in mbedtls_mpi_set_bit() local
421 MBEDTLS_MPI_CHK(mbedtls_mpi_grow(X, off + 1)); in mbedtls_mpi_set_bit()
424 X->p[off] &= ~((mbedtls_mpi_uint) 0x01 << idx); in mbedtls_mpi_set_bit()
425 X->p[off] |= (mbedtls_mpi_uint) val << idx; in mbedtls_mpi_set_bit()
/mbedtls-3.7.0/tests/
DMakefile5 TEST_FLAGS ?= $(if $(filter-out 0 OFF Off off NO No no FALSE False false N n,$(CTEST_OUTPUT_ON_FAIL…
/mbedtls-3.7.0/docs/
D3.0-migration-guide.md126 already off by default.
259 This was a trade-off between code size and countermeasures; it is no longer
821 already off by default.
868 This option was a trade-off between functionality and code size: it allowed
/mbedtls-3.7.0/docs/architecture/
Dpsa-storage-resilience.md156 …ributes"` entry point. Recovery means resuming the operation where it left off. For key creation, …