Lines Matching full:entropy
11 * This gcc plugin helps generate a little bit of entropy from program state,
86 .help = "disable\tturn off latent entropy instrumentation\n",
291 * entropy PRNG. When RHS is specified, the request is for perturbing the
292 * local latent entropy variable, otherwise it is for perturbing the global
293 * latent entropy variable where the two operands are already given by the
294 * local and global latent entropy variables themselves.
296 * The operation is one of add/xor/rol when instrumenting the local entropy
297 * variable and one of add/xor when perturbing the global entropy variable.
299 * entropy to the global variable than the other two operations.
457 /* 4. read the global entropy variable into local entropy */ in init_local_entropy()
464 /* 5. mix local_entropy_frameaddr into local entropy */ in init_local_entropy()
518 /* 1. create the local entropy variable */ in latent_entropy_execute()
521 /* 2. initialize the local entropy variable */ in latent_entropy_execute()
528 * local entropy variable in latent_entropy_execute()
535 /* 4. mix local entropy into the global entropy variable */ in latent_entropy_execute()