Lines Matching refs:platform
129 building for linux platform.
282 * Add partial platform support for z/OS.
576 * AES performance improvements. Uplift varies by platform,
872 * Use platform-provided secure zeroization function where possible, such as
1207 * The library will no longer compile out of the box on a platform without
1208 setbuf(). If your platform does not have setbuf(), you can configure an
1323 * Add the platform function mbedtls_setbuf() to allow buffering to be
1822 C compiler for the host platform are required. See “Generated source files
2273 identical to psa_key_id_t instead of being platform-defined. This bridges
2490 in a platform header. Contributed by Abdelatif Guettouche in #3557.
2736 default configuration, on a platform with a single entropy source, the
3284 platform error.
3350 * Extend the platform module with an abstraction mbedtls_platform_gmtime_r()
3468 * Add platform support for the Haiku OS. (https://www.haiku-os.org).
3523 * Allow overriding the time on Windows via the platform-time abstraction.
3546 * Fix compilation warnings with IAR toolchain, on 32 bit platform.
3563 * Extend the platform module with a util component that contains
3570 Therefore, mbedtls_platform_zeroize() is moved to the platform module to
3705 * Add platform setup and teardown calls in test suites.
4007 platform-specific setup and teardown operations. The macro
4049 * Fix a call to the libc function time() to call the platform abstraction
4060 platform. Reported by Steven Cooreman. #863
4260 * Fix for platform time abstraction to avoid dependency issues where a build
4324 * Support for platform abstraction of the standard C library time()
4489 * Fix warning when using a 64bit platform. (found by embedthis) (#275)
4644 * calloc() is now used instead of malloc() everywhere. API of platform
4756 the platform layer.
4757 * Add an option to use macros instead of function pointers in the platform
4905 * Use platform.h in all test suites and programs.
5041 * Typos in platform.c and pkcs11.c (found by Daniel Phillips and Steffan
5051 big-endian platform when size was not an integer number of limbs
5090 * Fixed malloc/free default #define in platform.c (found by Gergely Budai).
5481 big-endian platform when size was not an integer number of limbs
5706 * Fixed MPI assembly for SPARC64 platform
5757 * Fixed MPI assembly for SPARC64 platform
5820 custom entropy sources and added some generic and platform dependent
5930 platform (32-bit / 64-bit) (Fixes ticket #19, found by Mads