Home | History | Annotate | Download | only in libtomcrypt

Lines Matching refs:Pelican

2422 \mysection{Pelican MAC}
2423 Pelican MAC is a new (experimental) MAC by the AES team that uses four rounds of AES as a \textit{mixing function}. It achieves a very high
2427 \index{pelican\_init()}
2433 This will initialize the Pelican state with the given AES key. Once this has been done you can begin processing data.
2435 \index{pelican\_process()}
2441 This will process \textit{inlen} bytes of \textit{in} through the Pelican MAC. It's best that you pass in multiples of 16 bytes as it makes the
2445 \index{pelican\_done()}
2449 This terminates a Pelican MAC and writes the 16--octet tag to \textit{out}.
2463 /* initialize pelican mac */
2468 printf("Error initializing Pelican: %s",
2478 printf("Error processing Pelican: %s",
2487 printf("Error terminating Pelican: %s",