Home
last modified time | relevance | path

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

/linux-6.12.1/crypto/
Djitterentropy-kcapi.c193 struct jitterentropy { struct
202 struct jitterentropy *rng = crypto_tfm_ctx(tfm); in jent_kcapi_cleanup() argument
224 struct jitterentropy *rng = crypto_tfm_ctx(tfm); in jent_kcapi_init()
278 struct jitterentropy *rng = crypto_rng_ctx(tfm); in jent_kcapi_random()
326 .cra_ctxsize = sizeof(struct jitterentropy),
DMakefile170 jitterentropy_rng-y := jitterentropy.o jitterentropy-kcapi.o
171 obj-$(CONFIG_CRYPTO_JITTERENTROPY_TESTINTERFACE) += jitterentropy-testing.o