Home | History | Annotate | Download | only in libtomcrypt

Lines Matching refs:Single

180 mode routines for every single cipher.  That means every time you add or remove a cipher from the library
409 All ciphers store their scheduled keys in a single data type called \textit{symmetric\_key}. This allows all ciphers to
443 These two functions will encrypt or decrypt (respectively) a single block of text\footnote{The size of which depends on
1298 You can also perform an entire EAX state on a block of memory in a single function call with the
1365 both functions given a single \textit{ocb} state. For bi-directional communication you will have to initialize two \textit{ocb}
1628 To process a single packet under any given key the following helper function can be used.
1771 Will produce the same message digest as the single call:
1903 There are three helper functions to make working with hashes easier. The first is a function to hash a buffer, and produce the digest in a single
2500 by using a cipher in CBC mode. It also uses a single key which it expands into the requisite three keys for the MAC function. A XCBC--MAC state is
2582 a single 0x40 or 0xC0 byte followed by enough 0x00 bytes to make the message proper multiple.
2584 If the user simply wants a MAC function (hint: use OMAC) padding with a single 0x40 byte should be sufficient for security purposes and still be reasonably compatible
3255 For RSA routines a single \textit{rsa\_key} structure is used. To make a new RSA key call:
3992 The leading BIT STRING has a single bit in it which is zero for public keys and one for private keys. This makes the structure uniquely decodable,
4362 a \textbf{single} ASN.1 object sorted in ascending order by the DER their respective encodings.
4796 from a single password and invocation of this algorithm.
4925 Probably the single most vulnerable point of any cryptosystem is the PRNG. Without one, generating and protecting secrets
5638 This is a single byte Internal ID you can use to distinguish ciphers from each other.
5658 \subsection{Single block ECB}
5659 To process a single block in ECB mode the ecb\_encrypt() and ecb\_decrypt() functions were provided. The plaintext and ciphertext buffers are allowed to overlap so you
5674 it is not supported. In those cases the software defaults are used (using the single ECB block routines).
5855 The hmac\_block() callback is meant for single--shot optimized HMAC implementations. It is called directly by hmac\_memory() if present. If you need
6127 (single digit of upto bits_per_digit in length)
6144 (single digit of upto bits_per_digit in length)
6153 (single digit of upto bits_per_digit in length)
6162 (single digit of upto bits_per_digit in length)