Home
last modified time | relevance | path

Searched refs:negative (Results 1 – 25 of 33) sorted by relevance

12

/mbedtls-3.7.0/tests/suites/
Dtest_suite_bignum.generated.data9 MPI add #3 0 (null) + negative 0 (null)
12 MPI add #4 0 (null) + negative with leading zero limb
18 MPI add #6 0 (null) + negative
24 MPI add #8 0 (null) + negative with leading zero limb
30 MPI add #10 0 (null) + large negative
39 MPI add #13 0 (1 limb) + negative 0 (null)
42 MPI add #14 0 (1 limb) + negative with leading zero limb
48 MPI add #16 0 (1 limb) + negative
54 MPI add #18 0 (1 limb) + negative with leading zero limb
60 MPI add #20 0 (1 limb) + large negative
[all …]
Dtest_suite_bignum.misc.data241 Test mbedtls_mpi_cmp_mpi: 0 (null) > negative
244 Test mbedtls_mpi_cmp_mpi: 0 (1 limb) > negative
253 Test mbedtls_mpi_cmp_mpi: negative < 0 (null)
256 Test mbedtls_mpi_cmp_mpi: negative < 0 (1 limb)
265 Test mbedtls_mpi_cmp_mpi: 0 (null) > negative with leading zero limb
268 Test mbedtls_mpi_cmp_mpi: 0 (1 limb) > negative with leading zero limb
277 Test mbedtls_mpi_cmp_mpi: negative with leading zero limb < 0 (null)
280 Test mbedtls_mpi_cmp_mpi: negative with leading zero limb < 0 (1 limb)
289 Test mbedtls_mpi_cmp_mpi: 0 (null) > large negative
292 Test mbedtls_mpi_cmp_mpi: 0 (1 limb) > large negative
[all …]
Dtest_suite_bignum_mod.misc.data19 mpi_mod_sub base case for negative testing (N, a, b all >= 1 limb)
40 mbedtls_mpi_mod_inv non-Mont. form - base case for negative testing (N, A, A^-1)
52 mbedtls_mpi_mod_inv 32-bit Mont. form - base case for negative testing, A = 1 (N, mont(A), mont(A^-…
68 mbedtls_mpi_mod_inv 64-bit Mont. form - base case for negative testing, A = 1 (N, mont(A), mont(A^-…
84 mpi_mod_add base case for negative testing (N, a, b all >= 1 limb)
Dtest_suite_cmac.function160 /* Multiple partial and complete blocks. A negative length means skip the
246 /* Multiple partial and complete blocks. A negative length means skip the
274 /* Multiple partial and complete blocks. A negative length means skip the
Dtest_suite_lms.data189 LMS negative test (invalid lms type) #1
194 LMS negative test (invalid lms type) #2
199 LMS negative test (invalid lm_ots type) #1
204 LMS negative test (invalid lm_ots type) #2
209 LMS negative test (invalid leaf ID)
Dtest_suite_lmots.data89 LMOTS hash-sigs interop negative test (altered random value)
95 LMOTS negative test (invalid type) #1
101 LMOTS negative test (invalid type) #2
Dtest_suite_test_helpers.function18 * That negative testing is done in programs/test/metatest.c. */
Dtest_suite_bignum_random.function16 * positive and negative cases:
17 * - mbedtls_mpi_core_random(): negative cases for mpi_core_random_basic.
18 * - mbedtls_mpi_mod_raw_random(), mbedtls_mpi_mod_random(): negative
46 /* This test suite only manipulates non-negative bignums. */
Dtest_suite_bignum_mod.function251 * limbs as the modulus. For negative testing we can ask it to skip this
353 * limbs as the modulus. For negative testing we can ask it to skip this
403 * limbs as the modulus. For negative testing we can ask it to skip this
454 * limbs as the modulus. For negative testing we can ask it to skip this
Dtest_suite_bignum.function22 /* The value 0 must be represented with the sign +1. A "negative zero"
25 * a negative zero input. If a test case has a negative zero as input,
26 * we don't mind if the function has a negative zero output. */
1287 * - n = -2^(biL-1) (largest negative value in mbedtls_mpi_sint range)
Dtest_suite_net.function31 * \return \c 0 on success, a negative error code on error.
Dtest_suite_asn1parse.function392 /* The library does not support negative INTEGERs and
431 * negative INTEGERs, we'll fix this test code. */
480 /* The library does not support negative INTEGERs and
Dtest_suite_lms.function91 /* Test negative cases if the input data is valid */
Dtest_suite_aes.xts.data2 # Tests for expected errors (negative tests)
Dtest_suite_lmots.function91 /* Test negative cases if the input data is valid */
Dtest_suite_ssl_decrypt.function2 /* Testing of mbedtls_ssl_decrypt_buf() specifically, focusing on negative
Dtest_suite_entropy.function23 * Otherwise, write the length indicated by data or error if negative
Dtest_suite_ecdsa.function161 /* Invalid signatures: r, s or both are negative */
Dtest_suite_ecp.data56 ECP check pubkey Curve25519 x negative
140 ECP check pubkey Curve448 x negative
1018 ECP mod p224 readable with negative carry
1026 ECP mod p224 readable with final negative carry
Dtest_suite_bignum_core.function954 /* Test for negative input */
1078 * extra_limbs may be negative but the total limb count must be positive.
/mbedtls-3.7.0/tests/src/
Dbignum_helpers.c118 int negative = 0; in mbedtls_test_read_mpi() local
124 negative = 1; in mbedtls_test_read_mpi()
136 if (negative) { in mbedtls_test_read_mpi()
/mbedtls-3.7.0/docs/architecture/testing/
Dpsa-storage-format-testing.md94 …-check tests for supported persistence levels. We may also want to have negative tests ensuring th…
/mbedtls-3.7.0/3rdparty/p256-m/p256-m/
DREADME.md47 - In addition, crafted inputs are used for negative testing and to reach
418 `gen-test-data.py`, to generate additional data for both positive and negative
/mbedtls-3.7.0/
DChangeLog549 * Functions in the ssl_cache module now return a negative MBEDTLS_ERR_xxx
974 bignum directly and use negative numbers.
983 functions receive the most negative value of mbedtls_mpi_sint. Credit
1797 the arguments being negative and the other being 0. Fixes #4643.
2167 * Fix a memory leak in mbedtls_mpi_sub_abs() when the result was negative
2806 used with negative inputs. Found by Guido Vranken in #2404. Credit to
3215 * Fix undefined shifts with negative values in certificates parsing
3472 * Improve negative testing of X.509 parsing.
3909 a negative MPI. Previously the result was always negative. Found by Guido
4023 number to write in hexadecimal is negative and requires an odd number of
[all …]
/mbedtls-3.7.0/docs/architecture/psa-migration/
Dpsa-limitations.md207 parser. (There's a negative test for that using the

12