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",
303 * entropy PRNG. When RHS is specified, the request is for perturbing the
304 * local latent entropy variable, otherwise it is for perturbing the global
305 * latent entropy variable where the two operands are already given by the
306 * local and global latent entropy variables themselves.
308 * The operation is one of add/xor/rol when instrumenting the local entropy
309 * variable and one of add/xor when perturbing the global entropy variable.
311 * entropy to the global variable than the other two operations.
469 /* 4. read the global entropy variable into local entropy */ in init_local_entropy()
476 /* 5. mix local_entropy_frameaddr into local entropy */ in init_local_entropy()
530 /* 1. create the local entropy variable */ in latent_entropy_execute()
533 /* 2. initialize the local entropy variable */ in latent_entropy_execute()
540 * local entropy variable in latent_entropy_execute()
547 /* 4. mix local entropy into the global entropy variable */ in latent_entropy_execute()