Searched refs:equal (Results 1 – 11 of 11) sorted by relevance
/mbedtls-3.5.0/tests/suites/ |
D | test_suite_bignum_core.misc.data | 194 mbedtls_mpi_core_lt_ct: x>y (64 bit x, first bytes equal) 197 mbedtls_mpi_core_lt_ct: x<y (64 bit y, first bytes equal) 224 mbedtls_mpi_core_lt_ct: x>y (32 bit x, first bytes equal) 227 mbedtls_mpi_core_lt_ct: x<y (32 bit y, first bytes equal) 233 mbedtls_mpi_core_lt_ct: x>y, equal MS limbs
|
D | test_suite_net.function | 78 * descriptor greater or equal to FD_SETSIZE. This code is specific to 116 * file descriptors greater or equal to FD_SETSIZE. So we expect to hit
|
D | test_suite_base64.data | 94 Base64 decode (Too much equal signs) 97 Base64 decode (Invalid char after equal signs)
|
D | test_suite_bignum_mod_raw.data | 131 Test mbedtls_mpi_mod_raw_io #21 BE (modulus is equal to input) 134 Test mbedtls_mpi_mod_raw_io #21 LE (modulus is equal to input)
|
D | test_suite_bignum.misc.data | 373 Multi-limb mbedtls_mpi_lt_mpi_ct (X>Y, equal MS limbs)
|
D | test_suite_bignum_core.function | 872 memcpy(B.p, A.p, bytes); /* restore B from equal value A */
|
/mbedtls-3.5.0/library/ |
D | constant_time.c | 468 const size_t equal = mbedtls_ct_size_bool_eq(c1, c2); in mbedtls_ct_memcpy_if_eq() local 473 const uint32_t mask32 = (uint32_t) mbedtls_ct_size_mask(equal); in mbedtls_ct_memcpy_if_eq() 482 const unsigned char mask = (unsigned char) mbedtls_ct_size_mask(equal); in mbedtls_ct_memcpy_if_eq()
|
D | ssl_msg.c | 1738 const size_t equal = mbedtls_ct_size_bool_eq(check[idx], in mbedtls_ssl_decrypt_buf() local 1740 pad_count += mask & equal; in mbedtls_ssl_decrypt_buf()
|
/mbedtls-3.5.0/docs/architecture/psa-migration/ |
D | psa-limitations.md | 167 three hash algorithms must be equal, which would be good news as it would 187 - all three hashes are equal 188 - the length of the salt MUST be equal to the length of the digest algorithm
|
/mbedtls-3.5.0/docs/ |
D | 3.0-migration-guide.md | 451 from the `hash` input buffer. This length must be equal to the output size of
|
/mbedtls-3.5.0/ |
D | ChangeLog | 806 The requirement for output buffer size to be equal or greater then 1198 equal to MBEDTLS_PLATFORM_STD_NV_SEED_FILE. Contributed by Victor 1785 pathLenConstraint basic constraint value is equal to INT_MAX. 2590 input (extensions length field equal to 0), an illegal read of one byte 2696 buffer, which can save some RAM. If buffer lengths are kept equal, there
|