Lines Matching refs:Header
267 The header file \textit{tomcrypt.h} also includes \textit{stdio.h}, \textit{string.h}, \textit{stdlib.h}, \textit{time.h} and \textit{ctype.h}.
1164 It is initialized with a random \textit{nonce} that can be shared publicly, a \textit{header} which can be fixed and public, and a random secret symmetric key.
1166 The \textit{header} data is meant to be meta--data associated with a stream that isn't private (e.g., protocol messages). It can
1183 const unsigned char *header,
1189 random public string of length \textit{noncelen} octets. The \textit{header} parameter is the random (or fixed or \textbf{NULL}) header for the
1193 encrypted in EAX mode. Note: if \textit{headerlen} is zero you may pass \textit{header} as \textbf{NULL} to indicate there is no initial header data.
1217 the eax\_init() function allows you to add initial header data to the stream you can also add header data during the
1223 const unsigned char *header,
1226 This will add the \textit{length} octet from \textit{header} to the given \textit{eax} header. Once the message is finished, the
1266 "TestApp", /* example header */
1267 7) /* header length */
1308 const unsigned char *header, unsigned long headerlen,
1317 const unsigned char *header, unsigned long headerlen,
1450 const unsigned char *header, unsigned long headerlen,
1464 The nonce or salt is \textit{nonce} of length \textit{noncelen} octets. The header is meta--data you want to send with the message but not have
1465 encrypted, it is stored in \textit{header} of length \textit{headerlen} octets. The header can be zero octets long (if $headerlen = 0$ then
1466 you can pass \textit{header} as \textbf{NULL}).
1472 As implemented, this version of CCM cannot handle header or plaintext data longer than $2^{32} - 1$ octets long.
1509 NULL, 0, /* no header */
1526 NULL, 0, /* no header */
1692 /* ... send a header describing the lengths ... */
4254 The SEQUENCE data type is a collection of other ASN.1 data types encapsulated with a small header which is a useful way of sending multiple data types in one packet.
5087 directory which defaults to \textit{/usr/lib}. \textbf{INCPATH} is the prefix for the header file directory which defaults to \textit{/usr/include}.
5191 \mysection{Header Configuration}
5213 There are also options you can specify from the \textit{tomcrypt\_custom.h} header file.
5286 the header file \textit{tomcrypt\_custom.h} for more details. It is meant to provide literally an easy method of trimming the library
5541 @param header The header for the session
5542 @param headerlen The length of the header (octets)
5556 const unsigned char *header, unsigned long headerlen,
5567 @param adata The additional authentication data (header)