Home | History | Annotate | Download | only in libtomcrypt

Lines Matching defs:What

118 \mysection{What is the LibTomCrypt?}
128 \subsection{What the library IS for?}
473 /* now given a 20 byte key what keysize does Twofish want to use? */
938 What the \textit{setiv} function will do depends on the mode being changed. In CBC mode, the new IV replaces the existing IV as if it
1161 by the designers. First, a short description of what EAX mode is before we explain how to use it. EAX is a mode that requires a cipher,
3163 match what was used during encoding this function will not decode the packet. \textit{modulus\_bitlen} is the size of the RSA modulus in bits
3164 and must match what was used during encoding. Similarly the \textit{hash\_idx} index into the hash descriptor table must match what was used
3658 to 4096 bits (512 bytes) which is way more than what is required by ECC. At most, you need 1152 bits to accommodate ECC--521. If you're only using (say)
4193 \textit{size} field is specific to what you are encoding (e.g. number of bits in the BIT STRING data type). The \textit{used} field is primarily for the CHOICE decoder
5017 such as register\_cipher() are not thread safe no matter what you do. It is best to call them from your programs initialization
5050 Changing MAKE allows you to change what program will be invoked to handle sub--directories. For example, this
5192 The file \textit{tomcrypt\_cfg.h} is what lets you control various high level macros which control the behaviour of the library. Build options are also
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
5634 The \textit{name} parameter specifies the name of the cipher. This is what a developer would pass to find\_cipher() to find the cipher in the descriptor
5826 This is the name the hash is known by and what find\_hash() will look for.
6345 @param kA What to multiple A by
6347 @param kB What to multiple B by