Searched refs:jitterentropy (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/crypto/
H A Djitterentropy-kcapi.c116 struct jitterentropy { struct
123 struct jitterentropy *rng = crypto_tfm_ctx(tfm); jent_kcapi_init()
136 struct jitterentropy *rng = crypto_tfm_ctx(tfm); jent_kcapi_cleanup()
149 struct jitterentropy *rng = crypto_rng_ctx(tfm); jent_kcapi_random()
173 .cra_ctxsize = sizeof(struct jitterentropy),
187 pr_info("jitterentropy: Initialization failed with host not compliant with requirements: %d\n", ret); jent_mod_init()
H A DMakefile116 jitterentropy_rng-y := jitterentropy.o jitterentropy-kcapi.o
H A Djitterentropy.c49 * This Jitterentropy RNG is based on the jitterentropy library
54 #error "The CPU Jitter random number generator must not be compiled with optimizations. See documentation. Use the compiler switch -O0 for compiling jitterentropy.c."
557 jent_panic("jitterentropy: Duplicate output detected\n"); jent_fips_test()

Completed in 90 milliseconds