Lines Matching refs:bit
204 and MBEDTLS_MPI_MAX_SIZE is smaller than needed for a 4096-bit RSA key.
430 when compiling for Thumb (T32) or 32-bit Arm (A32).
441 AES when compiling for Thumb (T32) or 32-bit Arm (A32).
465 hardware accelerated AES is not present (around 13-23% on 64-bit Arm).
479 * Add support for using AES-CBC 128, 192, and 256 bit schemes
492 * Add support for 8-bit GCM tables for Shoup's algorithm to speedup GCM
494 performance by around 30% on 64-bit Intel; 125% on Armv7-M.
504 the MBEDTLS_X509_EXT_BASIC_CONSTRAINTS bit in the certificate's
766 * Add support to restrict AES to 128-bit keys in order to save code size.
845 implementations for 32- and 64-bit Arm and for x86 and x86-64, which are
1044 64-bit Arm. A new configuration option, MBEDTLS_AESCE_C, can
1055 * AES-NI is now supported in 32-bit builds, or when MBEDTLS_HAVE_ASM
1059 compilers still require MBEDTLS_HAVE_ASM and a 64-bit target.)
1070 * Add support for AES with the Armv8-A Cryptographic Extension on 64-bit
1125 have the most-significant bit set in their last byte.
1792 * Fix a bug in mbedtls_gcm_starts() when the bit length of the iv
1879 key type used, as well as the key bit-size in the case of
2605 -Wformat-signedness, and fix the code that causes signed-one-bit-field
3032 about 1 bit of information on average and could cause the value to be
3054 (32-bit and 64-bit) using GCC, Clang or Visual Studio. Contributed by
3463 that comply with FIPS 186-4, including SHA-512 with a 1024-bit key.
3464 * Add support for 128-bit keys in CTR_DRBG. Note that using keys shorter
3739 * Fix compilation warnings with IAR toolchain, on 32 bit platform.
3941 * Fix test_suite_pk to work on 64-bit ILP32 systems. #849
4014 leaking 1 bit of the private key. Reported by prashantkspatil.
4106 * Fix out-of-memory problem when parsing 4096-bit PKCS8-encrypted RSA keys.
4229 * Fix conditional preprocessor directives in bignum.h to enable 64-bit
4249 64-bit division. This is useful on embedded platforms where 64-bit division
4343 * Add checks in the PK module for the RSA functions on 64-bit systems.
4352 using RSA through the PK module in 64-bit systems. The issue was caused by
4641 of TLS, but might be in other uses. On 32 bit machines, requires reading a
4642 string of close to or larger than 1GB to exploit; on 64 bit machines, would
4649 buffer is 512MB or larger on 32-bit platforms. Found by Guido Vranken,
4682 * Fix warning when using a 64bit platform. (found by embedthis) (#275)
4864 been removed (compiler is required to support 32-bit operations).
4946 * Add support for bit strings in X.509 names (request by Fredrik Axelsson).
4991 * Fix potential unintended sign extension in asn1_get_len() on 64-bit
5544 * Fix potential unintended sign extension in asn1_get_len() on 64-bit
5762 * Fixes for 64-bit compilation with MS Visual Studio
5997 * Fixed issues with Intel compiler on 64-bit systems (Closes ticket #50)
6081 * Added mpi_get_bit() and mpi_set_bit() individual bit setter/getter
6116 displays actual bit size of the value.
6123 platform (32-bit / 64-bit) (Fixes ticket #19, found by Mads
6300 * Fixed Camellia and XTEA for 64-bit Windows systems.
6329 * Fixed compatibility of XTEA and Camellia on a 64-bit system
6407 * Fixed a bug in mpi_read_binary() on 64-bit platforms
6436 * Added multiply assembly code for 64-bit PowerPCs,