Home | History | Annotate | Download | only in libtomcrypt

Lines Matching refs:Support

121 public key cryptography (via PKCS \#1 RSA, DH or ECCDH), and a plethora of support routines.  
151 application can support all ciphers/hashes/prngs/bignum without changing the source code.
173 is write a descriptor and the few support routines required for the device. After that the rest of the
181 you have to update the associated support code as well. In LibTomCrypt the associated code (\textit{chaining modes in this case})
356 support this so please check the source before you rely on it doing that.
545 As a general rule of thumb, do not use symmetric keys under 80 bits if you can help it. Only a few of the ciphers support smaller
841 support this mode directly but it is fairly easy to emulate with a call to the cipher's ecb\_encrypt() callback function.
848 The library provides simple support routines for handling CBC, CTR, CFB, OFB and ECB encoded messages. Assuming the mode
1159 LibTomCrypt provides support for a mode called EAX\footnote{See
1162 CTR and OMAC support and provides encryption and
1331 LibTomCrypt provides support for a mode called OCB\footnote{See
2077 Thanks to Dobes Vandermeer, the library now includes support for hash based message authentication codes, or HMAC for short. An HMAC
2082 The HMAC support works much like the normal hash functions except that the initialization routine requires you to pass a key
2198 \mysection{OMAC Support}
2336 \mysection{PMAC Support}
2499 As of LibTomCrypt v1.15, XCBC-MAC (RFC 3566) has been provided to support TLS encryption suites. Like OMAC, it computes a message authentication code
3614 support smaller devices which do not need as large keys for security.
3629 As of v1.12 of LibTomCrypt, support for Fixed Point ECC point multiplication has been added. It is a generic optimization that is
4170 \chapter{Standards Support}
5145 defines are explained below. You can specify multiple archives (say if you want to support two math libraries, or add on additional code) to
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
5721 function MUST support both key passing methods.