HomeSort by relevance Sort by last modified time
    Searched refs:prng (Results 26 - 34 of 34) sorted by null

12

  /external/dropbear/libtomcrypt/src/pk/pkcs1/
pkcs_1_oaep_encode.c 27 @param prng An active PRNG state
28 @param prng_idx The index of the PRNG desired
36 unsigned long modulus_bitlen, prng_state *prng,
53 /* valid prng */
111 if (prng_descriptor[prng_idx].read(seed, hLen, prng) != hLen) {
pkcs_1_pss_encode.c 25 @param prng An active PRNG context
26 @param prng_idx The index of the PRNG desired
34 unsigned long saltlen, prng_state *prng,
48 /* ensure hash and PRNG are valid */
88 if (prng_descriptor[prng_idx].read(salt, saltlen, prng) != saltlen) {
  /external/srtp/
Android.mk 21 crypto/rng/prng.c \
Makefile 89 rng = crypto/rng/$(RNG_OBJS) crypto/rng/prng.o crypto/rng/ctr_prng.o
  /external/opencv/ml/src/
mlestimate.cpp 417 CvRNG* prng;
449 prng = ((CvCrossValidationParams*)estimateParams)->rng;
451 prng = &rng;
557 j = cvRandInt (prng) % i;
  /external/srtp/crypto/
Makefile 78 rng = rng/$(RNG_OBJS) rng/rand_source.o rng/prng.o rng/ctr_prng.o
  /external/dropbear/libtomcrypt/
crypt.tex 166 pseudo--random number generators (PRNG), and bignum math routines are all used within the API through \textit{descriptor} tables which
172 that for the PRNG needs within the library (\textit{e.g. making a RSA key}). All the developer has to do
358 \mysection{Functions that need a PRNG}
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
361 the PRNG themselves so it is the responsibility of the calling function to initialize the PRNG before calling them.
363 Certain PRNG algorithms do not require a \textit{prng\_state} argument (sprng for example). The \textit{prng\_state} argumen
    [all...]
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_math.h 397 @param prng An active PRNG state
398 @param wprng The index of the PRNG desired
404 int (*rsa_keygen)(prng_state *prng, int wprng, int size, long e, rsa_key *key);
  /external/dropbear/
configure     [all...]

Completed in 2533 milliseconds

12