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

/linux-master/crypto/
H A Djitterentropy-kcapi.c49 #include "jitterentropy.h"
194 struct jitterentropy { struct
203 struct jitterentropy *rng = crypto_tfm_ctx(tfm);
225 struct jitterentropy *rng = crypto_tfm_ctx(tfm);
279 struct jitterentropy *rng = crypto_rng_ctx(tfm);
327 .cra_ctxsize = sizeof(struct jitterentropy),
356 panic("jitterentropy: Initialization failed with host not compliant with requirements: %d\n", ret);
359 pr_info("jitterentropy: Initialization failed with host not compliant with requirements: %d\n", ret);
H A DMakefile177 jitterentropy_rng-y := jitterentropy.o jitterentropy-kcapi.o
178 obj-$(CONFIG_CRYPTO_JITTERENTROPY_TESTINTERFACE) += jitterentropy-testing.o

Completed in 244 milliseconds