Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:entropy

178     *entropy,
217 entropy=GenerateEntropicChaos(random_info);
218 if (entropy == (StringInfo *) NULL)
220 UpdateSignature(random_info->signature_info,entropy);
224 entropy=DestroyStringInfo(entropy);
365 *entropy;
377 entropy=AcquireStringInfo(0);
380 SetStringInfoDatum(chaos,(unsigned char *) &entropy);
381 ConcatenateStringInfo(entropy,chaos);
382 SetStringInfoDatum(chaos,(unsigned char *) entropy);
383 ConcatenateStringInfo(entropy,chaos);
387 ConcatenateStringInfo(entropy,chaos);
391 ConcatenateStringInfo(entropy,chaos);
400 ConcatenateStringInfo(entropy,chaos);
443 ConcatenateStringInfo(entropy,chaos);
446 ConcatenateStringInfo(entropy,chaos);
462 ConcatenateStringInfo(entropy,chaos);
486 ConcatenateStringInfo(entropy,chaos);
506 ConcatenateStringInfo(entropy,chaos);
511 ConcatenateStringInfo(entropy,chaos);
514 Our best hope for true entropy.
519 ConcatenateStringInfo(entropy,chaos);
544 Squeeze some entropy from the sometimes unpredicatble environment.
550 ConcatenateStringInfo(entropy,chaos);
564 ConcatenateStringInfo(entropy,chaos);
569 Our best hope for true entropy.
589 ConcatenateStringInfo(entropy,chaos);
596 return(entropy);
997 % your application may block while entropy is gathered from your environment.