Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/crypto/
H A Djitterentropy-kcapi.c47 #include "jitterentropy.h"
108 struct jitterentropy { struct
116 struct jitterentropy *rng = crypto_tfm_ctx(tfm); in jent_kcapi_init()
129 struct jitterentropy *rng = crypto_tfm_ctx(tfm); in jent_kcapi_cleanup()
142 struct jitterentropy *rng = crypto_rng_ctx(tfm); in jent_kcapi_random()
192 .cra_ctxsize = sizeof(struct jitterentropy),
206 pr_info("jitterentropy: Initialization failed with host not compliant with requirements: %d\n", ret); in jent_mod_init()
H A DMakefile171 jitterentropy_rng-y := jitterentropy.o jitterentropy-kcapi.o
/kernel/linux/linux-6.6/crypto/
H A Djitterentropy-kcapi.c49 #include "jitterentropy.h"
183 struct jitterentropy { struct
192 struct jitterentropy *rng = crypto_tfm_ctx(tfm); in jent_kcapi_cleanup()
214 struct jitterentropy *rng = crypto_tfm_ctx(tfm); in jent_kcapi_init()
266 struct jitterentropy *rng = crypto_rng_ctx(tfm); in jent_kcapi_random()
314 .cra_ctxsize = sizeof(struct jitterentropy),
343 panic("jitterentropy: Initialization failed with host not compliant with requirements: %d\n", ret); in jent_mod_init()
346 pr_info("jitterentropy: Initialization failed with host not compliant with requirements: %d\n", ret); in jent_mod_init()
H A DMakefile174 jitterentropy_rng-y := jitterentropy.o jitterentropy-kcapi.o
175 obj-$(CONFIG_CRYPTO_JITTERENTROPY_TESTINTERFACE) += jitterentropy-testing.o

Completed in 2 milliseconds