Searched refs:off (Results 1 – 11 of 11) sorted by relevance
/mbedtls-3.5.0/tests/suites/ |
D | test_suite_camellia.function | 16 size_t off; 17 ((void) off); 37 &off, buf,
|
D | test_suite_hmac_drbg.function | 71 /* By default, PR is off, and reseed interval was set to
|
D | test_suite_ctr_drbg.function | 256 /* By default, PR is off, and reseed interval was set to
|
D | test_suite_ecdsa.function | 138 /* Invalid signatures: r or s or both one off */
|
/mbedtls-3.5.0/ |
D | CONTRIBUTING.md | 10 - [Sign-off](#license-and-copyright): all commits must be signed off. 91 …t `Signed-off-by:` line in every commit message. If more than one person contributed to the commit…
|
D | dco.txt | 35 personal information I submit with it, including my sign-off) is
|
D | ChangeLog | 268 though: that module only use hashes from PSA when MBEDTLS_MD_C is off). 332 turned off: if a shipped file was missing from the working directory, 1054 compile-time option, which was off by default. Users should not trust 1368 MBEDTLS_ECP_xxx_ALT accelerator hooks are in use can now be turned off 1569 * Fix an off-by-one error in the additional data length check for 2377 is off. That means that checks which were previously present by default 3714 * Fix off-by-one error in parsing Supported Point Format extension that 3991 * Add config flag POLARSSL_DEPRECATED_WARNING (off by default) to produce 3993 * Add config flag POLARSSL_DEPRECATED_REMOVED (off by default) to produce 4236 * Fix off-by-one error in parsing Supported Point Format extension that [all …]
|
/mbedtls-3.5.0/tests/scripts/ |
D | test_zeroize.gdb | 46 set confirm off
|
/mbedtls-3.5.0/tests/ |
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-3.5.0/library/ |
D | bignum.c | 304 size_t off = pos / biL; in mbedtls_mpi_set_bit() local 317 MBEDTLS_MPI_CHK(mbedtls_mpi_grow(X, off + 1)); in mbedtls_mpi_set_bit() 320 X->p[off] &= ~((mbedtls_mpi_uint) 0x01 << idx); in mbedtls_mpi_set_bit() 321 X->p[off] |= (mbedtls_mpi_uint) val << idx; in mbedtls_mpi_set_bit()
|
/mbedtls-3.5.0/docs/ |
D | 3.0-migration-guide.md | 126 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
|