Home | History | Annotate | Download | only in libtomcrypt

Lines Matching refs:finished

487 When you are finished with a cipher you can de--initialize it with the done function.
493 setup function must also call the respective cipher done function when finished.
1170 called a \textit{tag} is only emitted when the message is finished. In the interim, the user can process any arbitrary
1226 This will add the \textit{length} octet from \textit{header} to the given \textit{eax} header. Once the message is finished, the
1370 When you are finished encrypting the message you call the following function to compute the tag.
1940 will not rewind the file pointer when finished. This function can be omitted by the \textbf{LTC\_NO\_FILE} define, which forces it to return \textbf{CRYPT\_NOP}
2103 are finished with the HMAC process you must call the following function to get the HMAC code:
2694 Which returns the number of bytes read from the PRNG. When you are finished with a PRNG state you call
2738 When your program is finished you simply call the export function and save the state to a medium (disk,
3272 \textit{rsa\_free()} (see below) when you are finished with the key. If \textit{rsa\_make\_key()} fails it will automatically
4023 When you are finished with a DSA key you can call the following function to free the memory used.
5660 must make sure you do not overwrite the output before you are finished with the input.