Home | History | Annotate | Download | only in libtomcrypt

Lines Matching refs:standard

1542 Galois counter mode is an IEEE proposal for authenticated encryption (also it is a planned NIST standard).  Like EAX and OCB mode, it can be used in a streaming capacity 
2576 The F9--MAC is yet another CBC--MAC variant proposed for the 3GPP standard. Originally specified to be used with the KASUMI block cipher, it can also be used
3058 standard includes the \textit{v1.5} and \textit{v2.1} algorithms.
3174 PSS encoding is the second half of the PKCS \#1 standard which is padding to be applied to messages that are signed.
3385 Similar to the extended encryption, the new parameter \textit{padding} indicates which version of the PKCS \#1 standard to use.
3810 section 4.3.6 of the standard. It does not allow for the export of private keys.
3958 Since no useful public standard for DSA key storage was presented to me during the course of this development I made my own ASN.1 SEQUENCE which I document
5039 build, or run time for the application. LibTomCrypt comes with three math descriptors that provide a standard interface to math
5218 the name of the respective functions from the standard C library by default. This lets you substitute in your own memory routines.
5219 If you substitute in your own functions they must behave like the standard C library functions in terms of what they expect as input and
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}
5227 the default clock() used with a replacement. By default the standard C library clock() function is used.