Home
last modified time | relevance | path

Searched refs:jitterentropy (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/crypto/
Djitterentropy-kcapi.c183 struct jitterentropy { struct
192 struct jitterentropy *rng = crypto_tfm_ctx(tfm); in jent_kcapi_cleanup() argument
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),
DMakefile174 jitterentropy_rng-y := jitterentropy.o jitterentropy-kcapi.o
175 obj-$(CONFIG_CRYPTO_JITTERENTROPY_TESTINTERFACE) += jitterentropy-testing.o