Searched refs:equal (Results 1 – 11 of 11) sorted by relevance
/mbedtls-3.4.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 117 * 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_core.function | 849 memcpy( B.p, A.p, bytes ); /* restore B from equal value A */
|
D | test_suite_bignum.misc.data | 373 Multi-limb mbedtls_mpi_lt_mpi_ct (X>Y, equal MS limbs)
|
/mbedtls-3.4.0/library/ |
D | constant_time.c | 417 const size_t equal = mbedtls_ct_size_bool_eq( c1, c2 ); in mbedtls_ct_memcpy_if_eq() local 418 const unsigned char mask = (unsigned char) mbedtls_ct_size_mask( equal ); in mbedtls_ct_memcpy_if_eq()
|
D | ssl_msg.c | 1772 const size_t equal = mbedtls_ct_size_bool_eq( check[idx], in mbedtls_ssl_decrypt_buf() local 1774 pad_count += mask & equal; in mbedtls_ssl_decrypt_buf()
|
/mbedtls-3.4.0/docs/architecture/psa-migration/ |
D | psa-limitations.md | 164 three hash algorithms must be equal, which would be good news as it would 184 - all three hashes are equal 185 - the length of the salt MUST be equal to the length of the digest algorithm
|
/mbedtls-3.4.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.4.0/ |
D | ChangeLog | 595 The requirement for output buffer size to be equal or greater then 986 equal to MBEDTLS_PLATFORM_STD_NV_SEED_FILE. Contributed by Victor 1573 pathLenConstraint basic constraint value is equal to INT_MAX. 2378 input (extensions length field equal to 0), an illegal read of one byte 2484 buffer, which can save some RAM. If buffer lengths are kept equal, there
|