Home | History | Annotate | Download | only in libtomcrypt

Lines Matching defs:Processing

1574 Note: the GCM protocols provides a \textit{shortcut} for 12--byte IVs where no pre-processing is to be done.  If you want to minimize per packet latency it is ideal
1590 \subsubsection{Plaintext Processing}
1647 If you are processing many packets under the same key you shouldn't use this function as it invokes the pre--computation with each call.
2180 printf("Error processing hmac: %s\n", error_to_string(err));
2238 When you are done processing the message you can call the following to compute the message tag.
2318 printf("Error processing omac: %s\n", error_to_string(err));
2424 rate of processing and is potentially very secure. It requires AES to be enabled to function. You do not have to register\_cipher() AES first though
2433 This will initialize the Pelican state with the given AES key. Once this has been done you can begin processing data.
2478 printf("Error processing Pelican: %s",
5852 A compatible accelerator must allow processing data in any granularity which may require internal padding on the driver side.
5950 This function makes the PRNG ready to read from by processing the entropy added. The behaviour of this function depends