Lines Matching refs:Pseudo
120 designing cryptosystems. It supports symmetric ciphers, one-way hashes, pseudo-random number generators,
166 pseudo--random number generators (PRNG), and bignum math routines are all used within the API through \textit{descriptor} tables which
359 \index{Pseudo Random Number Generator} \index{PRNG}
360 Certain functions such as \textit{rsa\_make\_key()} require a Pseudo Random Number Generator (PRNG). These functions do not setup
2661 \chapter{Pseudo-Random Number Generators}
2663 The library provides an array of core functions for Pseudo-Random Number Generators (PRNGs) as well. A cryptographic PRNG is
4887 the probability of a pseudo-prime by $1 \over 4$ therefore after sixteen rounds the probability is no more than
4924 \mysection{Secure Pseudo Random Number Generators}
5858 \mysection{Pseudo--Random Number Generators}
5859 The pseudo--random number generators are accessible through the ltc\_prng\_descriptor structure.