Home | History | Annotate | Download | only in libtomcrypt

Lines Matching refs:prevent

126 also performs extensive parameter error checking to prevent any number of run-time exploits or errors.
319 Certain functions such as (for example) \textit{rsa\_export()} give an output that is variable length. To prevent buffer overflows you
781 CBC or Cipher Block Chaining mode is a simple mode designed to prevent trivial forms of replay and swap attacks on ciphers.
3242 Ideally $e$ should be larger than $100$ to prevent direct analysis. For example, if $e$ is three and you do not pad
3266 The \textit{e} parameter is the encryption exponent desired, typical values are 3, 17, 257 and 65537. Stick with 65537 since it is big enough to prevent
4935 Two simple ways to prevent trivial errors is to prevent overflows, and to check the return values. All of the functions
5316 it doesn't prevent a thread that is passively using a table from being messed up by another thread that updates the table.