Home | History | Annotate | Download | only in libtomcrypt

Lines Matching refs:platforms

155 without having to use configure scripts.  This means that the library will work with platforms where development
160 arguments to buffer overflows/overruns. It is mostly thread safe and has been clocked on various platforms
396 platforms where an \textit{unsigned char} is not eight bits.
2963 There is one small function that may help on certain platforms:
2973 on most *NIX platforms provides cryptographic random bits\footnote{This device is available in Windows through the Cygwin compiler suite. It emulates \textit{/dev/random} via the Microsoft CSP.}.
3025 as the PK API. This simplifies the cryptosystem on platforms where the secure RNG is fast. The secure PRNG never
4548 that the build platform honours the run--time platforms character conventions.
4572 that the build platform honours the run-time platforms character conventions.
4930 However, when the end user is not on one of these platforms, the application developer must address the issue of finding
5198 stderr and raising a SIGABRT signal. This is provided so all platforms that use LibTomCrypt can have an error that functions
5205 There are five macros related to endianess issues. For little endian platforms define, \textbf{ENDIAN\_LITTLE}. For big endian
5206 platforms define \textbf{ENDIAN\_BIG}. Similarly when the default word size of an \textit{unsigned long} is 32-bits define \textbf{ENDIAN\_32BITWORD}
5208 which will work on all platforms.
5222 These macros are handy for working with platforms which do not have a standard C library. For instance, the OLPC\footnote{See http://dev.laptop.org/git?p=bios-crypto;a=summary}
5232 file I/O on embedded platforms.
5243 When this has been defined the library will not use faster word oriented operations. By default, they are only enabled for platforms
5247 This mode (auto-detected with x86\_32,x86\_64 platforms with GCC or MSVC) configures various routines such as ctr\_encrypt() or
5273 When this has been defined the library will not use any inline assembler. Only a few platforms support assembler inlines but various versions of ICC and GCC
5308 of GCM output on both the AMD64 and Intel Pentium 4 platforms. Requires GCC and an SSE2 equipped platform.